cosmic-applets/applets/cosmic-applet-workspaces/Cargo.toml

31 lines
1.2 KiB
TOML
Raw Normal View History

2022-06-08 10:47:16 -04:00
[package]
name = "cosmic-applet-workspaces"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-07-08 23:22:08 +02:00
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = ["client"] }
cosmic-panel-config = { git = "https://github.com/pop-os/cosmic-panel", features = ["gtk4"] }
2022-06-08 10:47:16 -04:00
cascade = "1.0.0"
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-08 10:47:16 -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"
wayland-backend = { git = "https://github.com/Smithay/wayland-rs", version = "0.1.0-beta.9"}
wayland-client = { git = "https://github.com/Smithay/wayland-rs", version = "0.30.0-beta.9"}
2022-06-20 13:15:12 -04:00
calloop = "*"
nix = "*"
log = "0.4"
2022-09-08 11:24:02 -04:00
itertools = "0.10"
2022-06-08 10:47:16 -04:00
[build-dependencies]
gio = "0.15.10"