summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-02-16 16:39:54 -0500
committerLLLL Colonq <llll@colonq>2025-02-16 16:39:54 -0500
commit4603528c337edfa7821dbb31ade4d8dd63f9efb4 (patch)
treed3e9232f9d7e9281fa1fdce13f21ec27066aff03 /Cargo.toml
parent85881817399b5b2505df6b50add5a8bb9341067c (diff)
Lock version of winit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7a7f482..9a38484 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,7 +37,7 @@ bytes = "*" # bytes for http responses
bitflags = "*" # bitwise flags
[target.'cfg(target_arch = "wasm32")'.dependencies]
-winit = {version = "*", features = ["serde"]} # windowing and events
+winit = {version = "0.29.15", features = ["serde"]} # windowing and events
getrandom = {version = "*", features = ["js"]} # rng in the browser
console_log = "*" # log to browser console
console_error_panic_hook = "*" # log to browser console on panic