Update smithay

This commit is contained in:
Ian Douglas Scott 2025-05-15 13:44:44 -07:00 committed by Victoria Brekenfeld
parent 42c6a3729a
commit 8dece70f7e
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -4753,7 +4753,7 @@ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
[[package]]
name = "smithay"
version = "0.6.0"
source = "git+https://github.com/smithay/smithay//?rev=f85d06a#f85d06a4629795f5008b573f6b48606db9ff6d71"
source = "git+https://github.com/smithay/smithay//?rev=c1f13a6#c1f13a6b9605c9f7009122a7b2b34f210255dac3"
dependencies = [
"aliasable",
"appendlist",
@ -4781,12 +4781,12 @@ dependencies = [
"pixman",
"pkg-config",
"profiling",
"rand 0.8.5",
"rand 0.9.1",
"rustix 0.38.44",
"scopeguard",
"smallvec",
"tempfile",
"thiserror 1.0.69",
"thiserror 2.0.12",
"tracing",
"udev",
"wayland-client",

View file

@ -125,4 +125,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."https://github.com/smithay/smithay"]
smithay = { git = "https://github.com/smithay/smithay//", rev = "f85d06a" }
smithay = { git = "https://github.com/smithay/smithay//", rev = "c1f13a6" }