Update Smithay to upstream

Pointer gestures were merged.
This commit is contained in:
Ivan Molodetskikh
2023-09-04 16:36:27 +04:00
parent aa7777527b
commit 3cea52a0b2
2 changed files with 113 additions and 146 deletions
+2 -4
View File
@@ -24,8 +24,7 @@ xcursor = "0.3.4"
zbus = { version = "3.14.1" }
[dependencies.smithay]
git = "https://github.com/YaLTeR/smithay.git"
branch = "pointer-gestures"
git = "https://github.com/Smithay/smithay.git"
default-features = false
features = [
"backend_drm",
@@ -44,8 +43,7 @@ features = [
]
[dependencies.smithay-drm-extras]
git = "https://github.com/YaLTeR/smithay.git"
branch = "pointer-gestures"
git = "https://github.com/Smithay/smithay.git"
[features]
profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"]