2022-02-14 15:41:47 -05:00
|
|
|
[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]
|
2022-06-29 13:44:58 -07:00
|
|
|
gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs", features = ["v4_2"] }
|
2022-07-05 16:21:23 -07:00
|
|
|
libcosmic-applet = { path = "../../libcosmic-applet" }
|
2022-02-14 15:41:47 -05:00
|
|
|
once_cell = "1.9.0"
|
2022-06-29 12:00:18 -07:00
|
|
|
relm4-macros = { git = "https://github.com/Relm4/Relm4.git", branch = "next" }
|
2022-02-14 15:41:47 -05:00
|
|
|
tokio = { version = "1.16.1", features = ["full"] }
|
|
|
|
|
zbus = "2.1.1"
|