File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ rrr_time = { path = "../rrr_time" }
3737wasm-bindgen = " 0.2"
3838wasm-bindgen-futures = " 0.4"
3939wgpu = { version = " 0.18" , features = [" webgl" ] }
40- winit = " 0.28 "
40+ winit = " 0.29 "
4141winit_input_helper = " 0.15"
4242
4343[dependencies .web-sys ]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ rrr_time = { path = "../rrr_time" }
2929serde = { version = " 1.0" , features = [" derive" ] }
3030
3131[target .'cfg(unix)' .dependencies ]
32- winit = { version = " 0.28 " , default-features = false , features = [' x11' ] }
32+ winit = { version = " 0.29 " , default-features = false , features = [' x11' ] }
3333
3434[target .'cfg(windows)' .dependencies ]
35- winit = { version = " 0.28 " , default-features = false }
35+ winit = { version = " 0.29 " , default-features = false }
You can’t perform that action at this time.
0 commit comments