Update Smithay with Nvidia IN_FENCE_FD fix

The only thing added to Smithay since the last update is
https://github.com/Smithay/smithay/pull/1437.

Fixes https://github.com/pop-os/cosmic-comp/issues/497.
This commit is contained in:
Ian Douglas Scott 2024-05-24 13:39:05 -07:00 committed by Victoria Brekenfeld
parent dcc4873e60
commit 4b9cc43924
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4556,7 +4556,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
[[package]]
name = "smithay"
version = "0.3.0"
source = "git+https://github.com/smithay//smithay?rev=8f132ec#8f132ecded5705e55fc1ce6cfa4b59850c6b038e"
source = "git+https://github.com/smithay//smithay?rev=fb44b24#fb44b240ea4a3aa39a6b92f5bede23301ab9a26e"
dependencies = [
"appendlist",
"ash",

View file

@ -118,4 +118,4 @@ inherits = "release"
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = {git = "https://github.com/smithay//smithay", rev = "8f132ec"}
smithay = {git = "https://github.com/smithay//smithay", rev = "fb44b24"}