Render colored quads

This commit is contained in:
Héctor Ramón Jiménez 2019-10-07 03:56:16 +02:00
parent 70c17b053b
commit c9510db551
13 changed files with 396 additions and 6 deletions

View file

@ -30,3 +30,6 @@ iced_wgpu = { version = "0.1.0-alpha", path = "wgpu" }
[target.'cfg(target_arch = "wasm32")'.dependencies]
iced_web = { version = "0.1.0-alpha", path = "web" }
[dev-dependencies]
env_logger = "0.7"