cosmic-applets/Cargo.toml

14 lines
211 B
TOML
Raw Normal View History

2021-08-24 14:14:08 -07:00
[package]
name = "cosmic-panel"
version = "0.1.0"
edition = "2018"
[dependencies]
cascade = "1"
2021-08-24 19:08:48 -07:00
chrono = "0.4"
2021-08-24 14:14:08 -07:00
gdk4-x11 = "0.2"
gtk4 = "0.2"
toml = "0.5"
x11 = { version = "2", features = ["xlib"] }
zbus = "1"