Add touchpad gesture support

This commit is contained in:
Ivan Molodetskikh
2023-09-02 15:09:07 +04:00
parent f7041156eb
commit 2c1d2ce0d3
5 changed files with 122 additions and 9 deletions
+3 -1
View File
@@ -24,7 +24,8 @@ xcursor = "0.3.4"
zbus = { version = "3.14.1" }
[dependencies.smithay]
git = "https://github.com/Smithay/smithay"
git = "https://github.com/YaLTeR/smithay.git"
branch = "pointer-gestures"
default-features = false
features = [
"backend_drm",
@@ -35,6 +36,7 @@ features = [
"backend_udev",
"backend_winit",
"desktop",
"libinput_1_19",
"renderer_gl",
"renderer_multi",
"use_system_lib",