chore: smithay update

This commit is contained in:
Victoria Brekenfeld 2025-08-12 15:26:31 +02:00 committed by Victoria Brekenfeld
parent 2fbf0081ea
commit 0efdfb25f5
2 changed files with 14 additions and 3 deletions

15
Cargo.lock generated
View file

@ -4819,7 +4819,7 @@ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
[[package]]
name = "smithay"
version = "0.7.0"
source = "git+https://github.com/smithay/smithay.git?rev=436d82a#436d82a4f72eab525fd634409f8c7a329b28bfb7"
source = "git+https://github.com/smithay/smithay.git?rev=ae1faae#ae1faaeb71e2664f4ddb3db7423a5ec746a6a51d"
dependencies = [
"aliasable",
"appendlist",
@ -4865,7 +4865,7 @@ dependencies = [
"wayland-server",
"winit",
"x11rb",
"xkbcommon 0.8.0",
"xkbcommon 0.9.0",
]
[[package]]
@ -6699,6 +6699,17 @@ dependencies = [
"xkeysym",
]
[[package]]
name = "xkbcommon"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a974f48060a14e95705c01f24ad9c3345022f4d97441b8a36beb7ed5c4a02d"
dependencies = [
"libc",
"memmap2 0.9.5",
"xkeysym",
]
[[package]]
name = "xkbcommon-dl"
version = "0.4.2"

View file

@ -126,4 +126,4 @@ cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch
cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" }
[patch.crates-io]
smithay = { git = "https://github.com/smithay/smithay.git", rev = "436d82a" }
smithay = { git = "https://github.com/smithay/smithay.git", rev = "ae1faae" }