Bumped winit version to highest 0.29 release

This commit is contained in:
jan 2024-12-19 15:08:15 +01:00
parent c52aa24609
commit 5fce0f70cf
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1346,7 +1346,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "svc16"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"anyhow",
"clap",

View File

@ -12,5 +12,5 @@ clap = { version = "4.5.21", features = ["derive"] }
# There seems to be some incompatibility with the latest crates.io version of pixels?
pixels = { git = "https://github.com/parasyte/pixels.git", rev = "d4df286"}
thiserror = "2.0.3"
winit = "0.29.5"
winit = "0.29.15"
winit_input_helper = "0.16.0"