update battery applet to use latest libcosmic

This commit is contained in:
Ashley Wulber 2022-12-07 11:54:31 -05:00
parent df67bc3206
commit f2d3dbec5c
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
3 changed files with 20 additions and 31 deletions

View file

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
once_cell = "1.16.0"
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "sctk-cosmic-design-system", default-features = false, features = ["wayland", "applet"] }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "fix/applets", default-features = false, features = ["wayland", "applet"] }
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", default-features = false }
iced_sctk = { git = "https://github.com/pop-os/iced-sctk" }
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", version = "0.16" }