mirror of
https://github.com/neovide/neovide.git
synced 2026-09-10 07:16:25 -04:00
chore: bump winit to 0.30.9 (#2964)
* chore: bump `winit` from `=0.30.7` to `=0.30.8` - update the version of `winit` from `=0.30.7` to `=0.30.8` * - update the winit version to `0.30.9`
This commit is contained in:
parent
d3705fd9a6
commit
e05d060a0d
20
Cargo.lock
generated
20
Cargo.lock
generated
|
|
@ -982,9 +982,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|||
|
||||
[[package]]
|
||||
name = "glutin"
|
||||
version = "0.32.1"
|
||||
version = "0.32.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ec69412a0bf07ea7607e638b415447857a808846c2b685a43c8aa18bc6d5e499"
|
||||
checksum = "03642b8b0cce622392deb0ee3e88511f75df2daac806102597905c3ea1974848"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"cfg_aliases",
|
||||
|
|
@ -1019,9 +1019,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "glutin_egl_sys"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cae99fff4d2850dbe6fb8c1fa8e4fead5525bab715beaacfccf3fb994e01c827"
|
||||
checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2"
|
||||
dependencies = [
|
||||
"gl_generator",
|
||||
"windows-sys 0.52.0",
|
||||
|
|
@ -1029,9 +1029,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "glutin_glx_sys"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9c2b2d3918e76e18e08796b55eb64e8fe6ec67d5a6b2e2a7e2edce224ad24c63"
|
||||
checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185"
|
||||
dependencies = [
|
||||
"gl_generator",
|
||||
"x11-dl",
|
||||
|
|
@ -1039,9 +1039,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "glutin_wgl_sys"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0a4e1951bbd9434a81aa496fe59ccc2235af3820d27b85f9314e279609211e2c"
|
||||
checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
|
||||
dependencies = [
|
||||
"gl_generator",
|
||||
]
|
||||
|
|
@ -3485,9 +3485,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|||
|
||||
[[package]]
|
||||
name = "winit"
|
||||
version = "0.30.7"
|
||||
version = "0.30.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dba50bc8ef4b6f1a75c9274fb95aa9a8f63fbc66c56f391bd85cf68d51e7b1a3"
|
||||
checksum = "a809eacf18c8eca8b6635091543f02a5a06ddf3dad846398795460e6e0ae3cc0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"android-activity",
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ glamour = { version = "0.15.0", features = ["serde"] }
|
|||
flexi_logger = { version = "0.29.8", default-features = false }
|
||||
futures = "0.3.31"
|
||||
gl = "0.14.0"
|
||||
glutin = "0.32.1"
|
||||
glutin = "0.32.2"
|
||||
glutin-winit = "0.5.0"
|
||||
image = { version = "0.25.5", default-features = false, features = ["ico"] }
|
||||
indoc = "2.0.5"
|
||||
|
|
@ -91,7 +91,7 @@ tracy-client-sys = { version = "0.24.3", optional = true, default-features = fal
|
|||
] }
|
||||
unicode-segmentation = "1.12.0"
|
||||
which = "7.0.1"
|
||||
winit = { version = "=0.30.7", features = ["serde"] }
|
||||
winit = { version = "=0.30.9", features = ["serde"] }
|
||||
xdg = "2.5.2"
|
||||
notify-debouncer-full = "0.4.0"
|
||||
regex = "1.11.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue