summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar hatoo <hato2000@gmail.com>2020-01-06 17:58:17 +0900
committerLibravatar hatoo <hato2000@gmail.com>2020-01-06 20:28:11 +0900
commite7df33d752283368c2c2aa3ca96bbb52efb8242c (patch)
treea2724930d136a7d825446e90bf41862289ea4daf /Cargo.toml
parent8311500ac03a95927022d8eec8178ba7d87b0010 (diff)
downloadiced-e7df33d752283368c2c2aa3ca96bbb52efb8242c.tar.gz
iced-e7df33d752283368c2c2aa3ca96bbb52efb8242c.tar.bz2
iced-e7df33d752283368c2c2aa3ca96bbb52efb8242c.zip
Add 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 ebd6412e..ceeab365 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"