14 lines
486 B
TOML
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"
|