aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-09-03 17:13:35 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-09-03 17:13:35 +0400
commit0aa5f4c913d1987877beda5a0270b7259bd26d16 (patch)
treebabbcea918eb2dfc3934fb1b599ecf1d2bfcb62b
parentff4b3b0532b2768af5e3cf986d20fb2ac869339b (diff)
downloadniri-0aa5f4c913d1987877beda5a0270b7259bd26d16.tar.gz
niri-0aa5f4c913d1987877beda5a0270b7259bd26d16.tar.bz2
niri-0aa5f4c913d1987877beda5a0270b7259bd26d16.zip
Fix smithay-drm-extras path dependency
-rw-r--r--Cargo.lock1
-rw-r--r--Cargo.toml5
2 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c7f92193..03a90f18 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1920,6 +1920,7 @@ dependencies = [
[[package]]
name = "smithay-drm-extras"
version = "0.1.0"
+source = "git+https://github.com/YaLTeR/smithay.git?branch=pointer-gestures#07b89166679ae280acff8aff93d0ecbbbbbcef5c"
dependencies = [
"drm",
"edid-rs",
diff --git a/Cargo.toml b/Cargo.toml
index c6e7d871..a7518da9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,6 @@ keyframe = { version = "1.1.1", default-features = false }
logind-zbus = "3.1.2"
profiling = "1.0.9"
sd-notify = "0.4.1"
-smithay-drm-extras = { version = "0.1.0", path = "../smithay/smithay-drm-extras" }
time = { version = "0.3.28", features = ["formatting", "local-offset", "macros"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
@@ -44,6 +43,10 @@ features = [
"wayland_frontend",
]
+[dependencies.smithay-drm-extras]
+git = "https://github.com/YaLTeR/smithay.git"
+branch = "pointer-gestures"
+
[features]
profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"]