Draft first working version of iced_glow 🎉

This commit is contained in:
Héctor Ramón Jiménez 2020-05-19 14:23:28 +02:00
parent 33448508a5
commit d4743183d4
51 changed files with 3212 additions and 42 deletions

View file

@ -6,5 +6,6 @@ edition = "2018"
publish = false
[dependencies]
iced = { path = "../..", features = ["image", "debug"] }
iced_winit = { path = "../../winit", features = ["debug"] }
iced_glow = { path = "../../glow" }
env_logger = "0.7"