Add integration_gl example

This commit is contained in:
Tamás Szelei 2020-11-15 23:51:13 +01:00 committed by Héctor Ramón Jiménez
parent 187413b452
commit a646b11109
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
7 changed files with 410 additions and 2 deletions

View file

@ -0,0 +1,13 @@
[package]
name = "integration_gl"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
iced_glutin = { path = "../../glutin" }
iced_glow = { path = "../../glow" }
iced_winit = { path = "../../winit" }
env_logger = "0.8"
glow = "0.6"