diff options
author | 2020-01-11 05:19:55 +0100 | |
---|---|---|
committer | 2020-01-11 05:19:55 +0100 | |
commit | bad1bab9e894f917e5bfc8bfccfe7763af6d1a67 (patch) | |
tree | f6c545f86dfc49d27192b8ef7bffae5d1874af78 /Cargo.toml | |
parent | c72739e966be0ac35085efec17e7071fc335df72 (diff) | |
parent | dba538eb4d1df62cf9b5a347f04a52e8535917ad (diff) | |
download | iced-bad1bab9e894f917e5bfc8bfccfe7763af6d1a67.tar.gz iced-bad1bab9e894f917e5bfc8bfccfe7763af6d1a67.tar.bz2 iced-bad1bab9e894f917e5bfc8bfccfe7763af6d1a67.zip |
Merge pull request #144 from hatoo/paint-example
Add MS paint example
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,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" |