Skip to content

Commit

Permalink
fix(deps): update rust crate winit to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent b9fa9b4 commit ca62554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/rrr_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rrr_time = { path = "../rrr_time" }
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
wgpu = { version = "0.18", features = ["webgl"] }
winit = "0.28"
winit = "0.29"
winit_input_helper = "0.15"

[dependencies.web-sys]
Expand Down
4 changes: 2 additions & 2 deletions crates/rrr_window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rrr_time = { path = "../rrr_time" }
serde = { version = "1.0", features = ["derive"] }

[target.'cfg(unix)'.dependencies]
winit = { version = "0.28", default-features = false, features = ['x11'] }
winit = { version = "0.29", default-features = false, features = ['x11'] }

[target.'cfg(windows)'.dependencies]
winit = { version = "0.28", default-features = false }
winit = { version = "0.29", default-features = false }

0 comments on commit ca62554

Please sign in to comment.