Update redox_syscall and winit

This commit is contained in:
Jeremy Soller 2025-09-07 20:22:19 -06:00
parent 038d770200
commit 7e3308606f
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

15
Cargo.lock generated
View file

@ -2104,7 +2104,7 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
[[package]]
name = "dpi"
version = "0.1.1"
source = "git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13#1cc02bdab141072eaabad639d74b032fd0fcc62e"
source = "git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13#dbe91fcc363c101f1d6ed5301d49911b01a26f61"
[[package]]
name = "drm"
@ -6549,15 +6549,6 @@ dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.5.17"
@ -8974,7 +8965,7 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[package]]
name = "winit"
version = "0.30.5"
source = "git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13#1cc02bdab141072eaabad639d74b032fd0fcc62e"
source = "git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13#dbe91fcc363c101f1d6ed5301d49911b01a26f61"
dependencies = [
"ahash",
"android-activity",
@ -9001,7 +8992,7 @@ dependencies = [
"percent-encoding",
"pin-project",
"raw-window-handle",
"redox_syscall 0.4.1",
"redox_syscall 0.5.17",
"rustix 0.38.44",
"sctk-adwaita",
"smithay-client-toolkit 0.19.2",