From d6fe62e4ba330a5c7eaf08cb61602a27adbe710c Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 10 Dec 2024 12:14:06 -0800 Subject: [PATCH] WIP update smithay --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b8e669d4..2fda02439 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,4 +119,6 @@ inherits = "release" lto = "fat" [patch."https://github.com/Smithay/smithay.git"] -smithay = { git = "https://github.com/smithay//smithay", rev = "bc1d732" } +# smithay = { git = "https://github.com/smithay//smithay", rev = "bc1d732" } +# smithay = { path = "../../../smithay" } +smithay = { git = "https://github.com/ids1024/smithay", branch = "devices_mut" }