2022-02-18 10:31:12 -05:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-power"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
2022-05-26 11:59:09 -04:00
|
|
|
license = "GPL-3.0-or-later"
|
2022-02-18 10:31:12 -05:00
|
|
|
|
|
|
|
|
[dependencies]
|
2022-12-12 11:41:16 -07:00
|
|
|
icon-loader = { version = "0.3.6", features = ["gtk"] }
|
|
|
|
|
libpulse-binding = "2.26.0"
|
|
|
|
|
libpulse-glib-binding = "2.25.0"
|
|
|
|
|
tokio = { version = "1.20.1", features=["full"] }
|
|
|
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "master", default-features = false, features = ["wayland", "applet"] }
|
2023-01-03 13:39:03 -08:00
|
|
|
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", rev = "3776d4a" }
|
2022-06-06 11:52:45 -04:00
|
|
|
nix = "0.24.1"
|
2022-12-12 11:41:16 -07:00
|
|
|
|
|
|
|
|
# Until the 3.6.3 release, need the implementation of clone on zbus::Error
|
|
|
|
|
[dependencies.zbus]
|
|
|
|
|
git = "https://gitlab.freedesktop.org/dbus/zbus"
|
|
|
|
|
branch = "main"
|
|
|
|
|
|
|
|
|
|
# Until zbus 3.6.3 is released
|
|
|
|
|
[dependencies.logind-zbus]
|
|
|
|
|
git = "https://github.com/pop-os/logind-zbus"
|
|
|
|
|
branch = "main"
|