deps: Update smithay

This commit is contained in:
Victoria Brekenfeld 2023-03-16 19:46:37 +01:00
parent 9ae225f7f7
commit b2414a7972
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -3302,7 +3302,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "smithay"
version = "0.3.0"
source = "git+https://github.com/pop-os/smithay?rev=5293a69580#5293a6958095dc5bca439d0b6da795ca933f4da2"
source = "git+https://github.com/pop-os/smithay?rev=4e287a585a#4e287a585ae257393a0377694b2d284da243f4b2"
dependencies = [
"appendlist",
"ash",

View file

@ -70,4 +70,4 @@ debug = true
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/pop-os/smithay", rev = "5293a69580" }
smithay = { git = "https://github.com/pop-os/smithay", rev = "4e287a585a" }