From 1973b97cc2a51d697add3d9ad7210a4e6eba9183 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sat, 4 Jan 2025 09:09:24 +0300 Subject: Upgrade Smithay (DrmCompositor changes) --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 53365db8..58043fa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } tracy-client = { version = "0.18.0", default-features = false } [workspace.dependencies.smithay] -git = "https://github.com/YaLTeR/smithay.git" -branch = "fix-vrr-cursor-plane-only" +git = "https://github.com/Smithay/smithay.git" # path = "../smithay" default-features = false -- cgit