2022-06-06 11:52:45 -04:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-panel-button"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
[dependencies]
|
2022-07-06 12:41:49 -04:00
|
|
|
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", features = ["gtk4"] }
|
2022-06-06 11:52:45 -04:00
|
|
|
cascade = "1.0.0"
|
2022-06-29 13:44:58 -07:00
|
|
|
gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs", features = ["v4_4"] }
|
2022-08-10 10:48:20 -04:00
|
|
|
adw = { git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs", package = "libadwaita"}
|
2022-08-16 14:36:31 -04:00
|
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false }
|
2022-06-06 11:52:45 -04:00
|
|
|
once_cell = "1.9.0"
|
|
|
|
|
pretty_env_logger = "0.4"
|
|
|
|
|
anyhow = "1.0.50"
|
|
|
|
|
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
|
|
|
|
|
i18n-embed-fl = "0.6.4"
|
|
|
|
|
rust-embed = "6.3.0"
|
|
|
|
|
|
|
|
|
|
[build-dependencies]
|
2022-06-29 13:44:58 -07:00
|
|
|
glib-build-tools = { git = "https://github.com/gtk-rs/gtk-rs-core" }
|