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-02-15 17:41:01 -05:00
|
|
|
gtk4 = { version = "0.4.6", features = ["v4_2"] }
|
2022-02-14 15:41:47 -05:00
|
|
|
once_cell = "1.9.0"
|
2022-06-06 11:52:45 -04:00
|
|
|
relm4-macros = "0.4.4"
|
2022-02-14 15:41:47 -05:00
|
|
|
tokio = { version = "1.16.1", features = ["full"] }
|
|
|
|
|
zbus = "2.1.1"
|
2022-05-26 12:35:18 -04:00
|
|
|
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", features = ["gtk4"]}
|