diff options
author | 2020-01-06 17:58:17 +0900 | |
---|---|---|
committer | 2020-01-06 20:28:11 +0900 | |
commit | e7df33d752283368c2c2aa3ca96bbb52efb8242c (patch) | |
tree | a2724930d136a7d825446e90bf41862289ea4daf /Cargo.toml | |
parent | 8311500ac03a95927022d8eec8178ba7d87b0010 (diff) | |
download | iced-e7df33d752283368c2c2aa3ca96bbb52efb8242c.tar.gz iced-e7df33d752283368c2c2aa3ca96bbb52efb8242c.tar.bz2 iced-e7df33d752283368c2c2aa3ca96bbb52efb8242c.zip |
Add paint example
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |