cosmic-applets/applets/cosmic-applet-graphics/Cargo.toml
Ian Douglas Scott ee142903bb Use libcosmic-applet in time applet
Need to get button height right.
2022-07-05 16:52:04 -07:00

14 lines
486 B
TOML

[package]
name = "cosmic-applet-graphics"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs", features = ["v4_2"] }
libcosmic-applet = { path = "../../libcosmic-applet" }
once_cell = "1.9.0"
relm4-macros = { git = "https://github.com/Relm4/Relm4.git", branch = "next" }
tokio = { version = "1.16.1", features = ["full"] }
zbus = "2.1.1"