fix: use latest iced & commit hash for sctk

This commit is contained in:
Ashley Wulber 2022-12-13 10:18:07 -05:00 committed by Jeremy Soller
parent 91e826d8ea
commit d888f2bd3b
3 changed files with 4 additions and 6 deletions

View file

@ -21,7 +21,7 @@ derive_setters = "0.1.5"
lazy_static = "1.4.0"
palette = "0.6.1"
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", default-features = false, optional = true }
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", optional = true }
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", optional = true, rev = "f1d9c3e" }
[dependencies.cosmic-theme]
git = "https://github.com/pop-os/cosmic-theme.git"