Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit 0a39ef2

Browse files
committed
Use winit master temporarily
There are some web fixes upstream which are useful for the examples
1 parent ca51f1c commit 0a39ef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ wasm-bindgen = { path = "../wasm-bindgen" }
7878
wasm-bindgen-futures = { path = "../wasm-bindgen/crates/futures" }
7979
web-sys = { path = "../wasm-bindgen/crates/web-sys" }
8080
js-sys = { path = "../wasm-bindgen/crates/js-sys" }
81+
winit = { git = "https://github.com/rust-windowing/winit", branch = "master" }
8182

8283
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
8384
env_logger = "0.7"

0 commit comments

Comments
 (0)