cosmic-applets/Cargo.toml

33 lines
790 B
TOML
Raw Normal View History

2021-08-24 14:14:08 -07:00
[package]
2021-08-25 09:01:37 -07:00
name = "pop-cosmic-panel"
2021-08-24 14:14:08 -07:00
version = "0.1.0"
edition = "2021"
2021-08-31 09:15:07 -07:00
license = "LGPL-3.0-or-later"
2021-08-24 14:14:08 -07:00
[dependencies]
cascade = "1"
2021-08-24 19:08:48 -07:00
chrono = "0.4"
byte_string = "1"
derivative = "2"
enumflags2 = "0.7"
futures = "0.3"
futures-channel = "0.3"
2022-02-01 13:24:00 -05:00
gdk4-x11 = { version = "0.4.2", features = ["xlib"] }
2022-01-21 16:38:58 -05:00
gdk4-wayland = { version = "0.4", optional = true }
gtk4 = "0.4"
gobject-sys = "0.15"
2022-01-21 16:51:21 -05:00
libcosmic = { git = "https://github.com/pop-os/libcosmic" }
2021-08-25 19:00:41 -07:00
once_cell = "1"
serde = "1"
2021-08-24 14:14:08 -07:00
toml = "0.5"
x11 = { version = "2", features = ["xlib"] }
zbus = "2"
zbus_names = "2"
zvariant = "3"
[features]
layer-shell = ["gdk4-wayland", "libcosmic/layer-shell"]
2022-02-01 13:24:00 -05:00
[workspace]
2022-03-07 11:15:20 -05:00
members = ["applets/cosmic-applet-audio", "applets/cosmic-applet-graphics", "applets/cosmic-applet-network", "applets/cosmic-applet-power"]