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"
|
2021-12-10 16:32:17 -08:00
|
|
|
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"
|
2021-08-27 10:44:35 -07:00
|
|
|
byte_string = "1"
|
2021-12-22 14:14:09 -08:00
|
|
|
derivative = "2"
|
2021-12-10 16:32:17 -08:00
|
|
|
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"
|
2021-12-10 16:32:17 -08:00
|
|
|
serde = "1"
|
2021-08-24 14:14:08 -07:00
|
|
|
toml = "0.5"
|
|
|
|
|
x11 = { version = "2", features = ["xlib"] }
|
2021-12-10 16:32:17 -08:00
|
|
|
zbus = "2"
|
|
|
|
|
zbus_names = "2"
|
|
|
|
|
zvariant = "3"
|
2021-12-22 14:14:09 -08:00
|
|
|
|
|
|
|
|
[features]
|
2022-01-05 13:30:45 -08:00
|
|
|
layer-shell = ["gdk4-wayland", "libcosmic/layer-shell"]
|
2022-02-01 13:24:00 -05:00
|
|
|
|
|
|
|
|
[workspace]
|
|
|
|
|
members = ["applets/cosmic-applet-network"]
|