23 lines
499 B
TOML
23 lines
499 B
TOML
[package]
|
|
name = "pop-cosmic-panel"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
license = "LGPL-3.0-or-later"
|
|
|
|
[dependencies]
|
|
cascade = "1"
|
|
chrono = "0.4"
|
|
byte_string = "1"
|
|
derivative = "2"
|
|
gdk4-x11 = "0.3"
|
|
gdk4-wayland = { version = "0.3", optional = true }
|
|
gtk4 = "0.3"
|
|
gobject-sys = "0.14.0"
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic" }
|
|
once_cell = "1"
|
|
toml = "0.5"
|
|
x11 = { version = "2", features = ["xlib"] }
|
|
zbus = "1"
|
|
|
|
[features]
|
|
layer-shell = ["gdk4-wayland", "libcosmic/layer-shell"]
|