summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-01-11 05:19:55 +0100
committerLibravatar GitHub <noreply@github.com>2020-01-11 05:19:55 +0100
commitbad1bab9e894f917e5bfc8bfccfe7763af6d1a67 (patch)
treef6c545f86dfc49d27192b8ef7bffae5d1874af78 /Cargo.toml
parentc72739e966be0ac35085efec17e7071fc335df72 (diff)
parentdba538eb4d1df62cf9b5a347f04a52e8535917ad (diff)
downloadiced-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 79a9007a..aeb8382e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"