bump smithay

This commit is contained in:
Christian Meissl 2024-07-05 21:25:47 +02:00
parent 60143a8236
commit dbd066f91c
2 changed files with 2 additions and 1 deletions

2
Cargo.lock generated
View File

@ -3355,7 +3355,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "smithay"
version = "0.3.0"
source = "git+https://github.com/Smithay/smithay.git#f208cd758416e4495e9eb8b27a96c523e92817a6"
source = "git+https://github.com/Smithay/smithay.git?branch=fix/multiple_cursor_planes#9d36da3e692f9090c2ddbcf5a94b93bb185f32e1"
dependencies = [
"appendlist",
"bitflags 2.5.0",

View File

@ -21,6 +21,7 @@ tracy-client = { version = "0.17.0", default-features = false }
[workspace.dependencies.smithay]
git = "https://github.com/Smithay/smithay.git"
branch = "fix/multiple_cursor_planes"
# path = "../smithay"
default-features = false