chore: Update smithay

This commit is contained in:
Victoria Brekenfeld 2025-03-21 20:26:04 +01:00 committed by Victoria Brekenfeld
parent 7929e25966
commit 63916410a0
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View file

@ -1467,7 +1467,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -2912,7 +2912,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@ -4386,7 +4386,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys 0.4.15",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -4672,7 +4672,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "smithay"
version = "0.5.0"
source = "git+https://github.com/smithay/smithay//?rev=796c41c#796c41c0294ccc195b0f59228d6467cc6c8f5de8"
source = "git+https://github.com/smithay/smithay//?rev=8886e3b#8886e3b02d9f14048f43929c2d13305cbf205f4f"
dependencies = [
"aliasable",
"appendlist",
@ -4987,7 +4987,7 @@ dependencies = [
"getrandom",
"once_cell",
"rustix",
"windows-sys 0.59.0",
"windows-sys 0.52.0",
]
[[package]]
@ -5280,7 +5280,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69fff37da548239c3bf9e64a12193d261e8b22b660991c6fd2df057c168f435f"
dependencies = [
"cc",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]

View file

@ -120,4 +120,4 @@ cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", rev =
cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", rev = "ee0d46f" }
[patch."https://github.com/smithay/smithay"]
smithay = { git = "https://github.com/smithay/smithay//", rev = "796c41c" }
smithay = { git = "https://github.com/smithay/smithay//", rev = "8886e3b" }