cosmic-applets/Cargo.toml

25 lines
613 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 = "2018"
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"
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"
2021-08-25 19:00:41 -07:00
once_cell = "1"
2021-08-24 14:14:08 -07:00
toml = "0.5"
wayland-client = { version = "0.28", optional = true }
wayland-protocols = { version = "0.28", features = [ "client", "unstable_protocols" ], optional = true }
2021-08-24 14:14:08 -07:00
x11 = { version = "2", features = ["xlib"] }
zbus = "1"
[features]
layer-shell = ["gdk4-wayland", "wayland-client", "wayland-protocols"]