Skip to content

Commit bc5ed46

Browse files
committed
add TouchEvent in web-sys (though seems some issue with touch on WASM in winit)
1 parent 7316cc7 commit bc5ed46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/notation_bevy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ console_error_panic_hook = "0.1"
7575
gloo-events = "0.1.1"
7676
futures = "0.3"
7777
web-sys = { version = "0.3.45", features = [
78-
"Element", "Document", "Window", "Location", "console",
78+
"Element", "Document", "Window", "Location", "console", "TouchEvent",
7979
#https://rustwasm.github.io/docs/wasm-bindgen/examples/web-audio.html
8080
"AudioContext", "AudioDestinationNode", "AudioNode", "AudioParam", "GainNode", "OscillatorNode", "OscillatorType",
8181
]}

0 commit comments

Comments
 (0)