Skip to content

Commit 9b6f22d

Browse files
committed
try with own fork, still not working
1 parent 353ec1c commit 9b6f22d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/notation_bevy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ float_eq = "0.6"
4949

5050
bevy = { version = "0.5.0", default-features = false }
5151
winit = "0.24.0"
52-
# winit = { git = "https://github.com/katharostech/winit/", branch = "web-sys-touch-events", features = [ "web-sys" ] }
52+
# winit = { git = "https://github.com/yjpark/winit/", branch = "touch-input_0.24.0", features = [ "web-sys" ] }
5353
rand = "0.8"
5454
getrandom = {version="0.2", features=["wasm-bindgen"]}
5555

crates/notation_bevy_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ float_eq = "0.6"
3636

3737
bevy = { version = "0.5.0", default-features = false }
3838
winit = "0.24.0"
39-
# winit = { git = "https://github.com/katharostech/winit/", branch = "web-sys-touch-events", features = [ "web-sys" ] }
39+
# winit = { git = "https://github.com/yjpark/winit/", branch = "touch-input_0.24.0", features = [ "web-sys" ] }
4040
rand = "0.8"
4141
getrandom = { version="0.2", features=["wasm-bindgen"] }
4242

0 commit comments

Comments
 (0)