mirror of
https://github.com/JanNeuendorf/SVC16.git
synced 2025-06-04 18:45:27 +00:00
Bumped winit version to highest 0.29 release
This commit is contained in:
parent
c52aa24609
commit
5fce0f70cf
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1346,7 +1346,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "svc16"
|
name = "svc16"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -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?
|
# There seems to be some incompatibility with the latest crates.io version of pixels?
|
||||||
pixels = { git = "https://github.com/parasyte/pixels.git", rev = "d4df286"}
|
pixels = { git = "https://github.com/parasyte/pixels.git", rev = "d4df286"}
|
||||||
thiserror = "2.0.3"
|
thiserror = "2.0.3"
|
||||||
winit = "0.29.5"
|
winit = "0.29.15"
|
||||||
winit_input_helper = "0.16.0"
|
winit_input_helper = "0.16.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user