chore: Update smithay

This commit is contained in:
Ian Douglas Scott 2025-01-02 11:55:17 -08:00 committed by Victoria Brekenfeld
parent 42af2af37d
commit 9074447c4f
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View file

@ -4688,7 +4688,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]] [[package]]
name = "smithay" name = "smithay"
version = "0.3.0" version = "0.3.0"
source = "git+https://github.com/smithay//smithay?rev=14c7e43#14c7e43255968e2d979a19e1fd9bd694e5a9726e" source = "git+https://github.com/smithay//smithay?rev=9fbc9fb#9fbc9fbbfe04c94e6716b89080145d061f66031f"
dependencies = [ dependencies = [
"appendlist", "appendlist",
"ash", "ash",
@ -4711,7 +4711,6 @@ dependencies = [
"libc", "libc",
"libloading", "libloading",
"libseat", "libseat",
"once_cell",
"pixman", "pixman",
"pkg-config", "pkg-config",
"profiling", "profiling",

View file

@ -119,4 +119,4 @@ inherits = "release"
lto = "fat" lto = "fat"
[patch."https://github.com/Smithay/smithay.git"] [patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/smithay//smithay", rev = "14c7e43" } smithay = { git = "https://github.com/smithay//smithay", rev = "9fbc9fb" }