aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-12-25 17:44:52 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2024-12-30 20:12:37 +0300
commit951f63b6fd48b47ca60e8ed6aa91b4a7b47534f9 (patch)
treeaa6b43c5318ca2b10eadb3b8dbdab4de4fca1c38
parente6d8932b3bd0486bf56309f3578f809625abc9a2 (diff)
downloadniri-951f63b6fd48b47ca60e8ed6aa91b4a7b47534f9.tar.gz
niri-951f63b6fd48b47ca60e8ed6aa91b4a7b47534f9.tar.bz2
niri-951f63b6fd48b47ca60e8ed6aa91b4a7b47534f9.zip
temp: Use patched Smithay (fix VRR cursor-plane-only)
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml3
2 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 863d0874..465e3daf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3727,7 +3727,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
[[package]]
name = "smithay"
version = "0.3.0"
-source = "git+https://github.com/Smithay/smithay.git#c3f3ac8dc0776d47bc50f9a1911b613a56e6e04b"
+source = "git+https://github.com/YaLTeR/smithay.git?branch=fix-vrr-cursor-plane-only#a1fec3b52902d51fa351c235cb4177ba7c14a675"
dependencies = [
"appendlist",
"bitflags 2.6.0",
diff --git a/Cargo.toml b/Cargo.toml
index 286f9cac..614e9f2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,8 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tracy-client = { version = "0.17.4", default-features = false }
[workspace.dependencies.smithay]
-git = "https://github.com/Smithay/smithay.git"
+git = "https://github.com/YaLTeR/smithay.git"
+branch = "fix-vrr-cursor-plane-only"
# path = "../smithay"
default-features = false