mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Fix smithay-drm-extras path dependency
This commit is contained in:
Generated
+1
@@ -1920,6 +1920,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "smithay-drm-extras"
|
name = "smithay-drm-extras"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/YaLTeR/smithay.git?branch=pointer-gestures#07b89166679ae280acff8aff93d0ecbbbbbcef5c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"drm",
|
"drm",
|
||||||
"edid-rs",
|
"edid-rs",
|
||||||
|
|||||||
+4
-1
@@ -16,7 +16,6 @@ keyframe = { version = "1.1.1", default-features = false }
|
|||||||
logind-zbus = "3.1.2"
|
logind-zbus = "3.1.2"
|
||||||
profiling = "1.0.9"
|
profiling = "1.0.9"
|
||||||
sd-notify = "0.4.1"
|
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"] }
|
time = { version = "0.3.28", features = ["formatting", "local-offset", "macros"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||||
@@ -44,6 +43,10 @@ features = [
|
|||||||
"wayland_frontend",
|
"wayland_frontend",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[dependencies.smithay-drm-extras]
|
||||||
|
git = "https://github.com/YaLTeR/smithay.git"
|
||||||
|
branch = "pointer-gestures"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"]
|
profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user