Add paint example

This commit is contained in:
hatoo 2020-01-06 17:58:17 +09:00
parent 8311500ac0
commit e7df33d752
2 changed files with 276 additions and 0 deletions

View file

@ -47,6 +47,7 @@ futures = "0.3"
async-std = { version = "1.3", features = ["unstable"] }
surf = "1.0"
rand = "0.7"
lyon = "0.15"
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen = "0.2.51"