From e7df33d752283368c2c2aa3ca96bbb52efb8242c Mon Sep 17 00:00:00 2001 From: hatoo Date: Mon, 6 Jan 2020 17:58:17 +0900 Subject: Add paint example --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') 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" -- cgit