From 59712e81048527a9cf5ceede256c70b8d12f0e15 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 25 Jul 2023 09:31:07 -0700 Subject: [PATCH] Use same sctk commit as iced --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 247744b63f0..0242eea691c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ derive_setters = "0.1.5" lazy_static = "1.4.0" palette = "0.7" tokio = { version = "1.24.2", optional = true } -sctk = { package = "smithay-client-toolkit", git = "https://github.com/pop-os/client-toolkit", optional = true, tag = "themed-pointer"} +sctk = { package = "smithay-client-toolkit", git = "https://github.com/pop-os/client-toolkit", optional = true, rev = "c9940f4"} slotmap = "1.0.6" fraction = "0.13.0" cosmic-config = { path = "cosmic-config" }