cosmic-workspaces/Cargo.toml
2023-11-08 15:51:12 -08:00

20 lines
618 B
TOML

[package]
name = "cosmic-workspaces"
version = "0.1.0"
edition = "2021"
[dependencies]
calloop = "0.12.3"
cctk = { package = "cosmic-client-toolkit", git = "https://github.com/pop-os/cosmic-protocols" }
env_logger = "0.10.0"
futures-channel = "0.3.25"
gbm = "0.13.0"
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland"] }
memmap2 = "0.9.0"
tokio = "1.23.0"
wayland-protocols = "0.31.0"
zbus = { version = "3.7.0", default-features = false, features = ["tokio"] }
[profile.dev]
# Not usable at opt-level 0, at least with software renderer
opt-level = 1