diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-16 16:39:54 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-16 16:39:54 -0500 |
| commit | 4603528c337edfa7821dbb31ade4d8dd63f9efb4 (patch) | |
| tree | d3e9232f9d7e9281fa1fdce13f21ec27066aff03 /Cargo.toml | |
| parent | 85881817399b5b2505df6b50add5a8bb9341067c (diff) | |
Lock version of winit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
