Use same sctk commit as iced

This commit is contained in:
Ian Douglas Scott 2023-07-25 09:31:07 -07:00
parent a3ab6e93f3
commit f77bd443d7

View file

@ -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/smithay/client-toolkit", optional = true, rev = "c9940f4"}
slotmap = "1.0.6"
fraction = "0.13.0"
cosmic-config = { path = "cosmic-config" }