cosmic-applets/Cargo.toml

30 lines
602 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"
2021-12-15 11:54:02 -08:00
gdk4-x11 = "0.3"
gdk4-wayland = { version = "0.3", optional = true }
2021-12-15 11:54:02 -08:00
gtk4 = "0.3"
gobject-sys = "0.14.0"
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"]