cosmic-settings/crates/cosmic-pipewire/Cargo.toml
Michael Aaron Murphy c05dad00de fix(a11y): listen to screen reader changes from org.a11y.Bus
Enables the screen reader toggle to toggle when using the shortcut.
2026-01-09 22:28:48 +01:00

21 lines
434 B
TOML

[package]
name = "cosmic-pipewire"
version = "1.0.0"
edition = "2024"
repository = "https://github.com/pop-os/cosmic-settings"
rust-version.workspace = true
license = "MPL-2.0"
publish = true
[dependencies]
intmap = "3.1.2"
libspa = "0.9.2"
libspa-sys = "0.9.2"
pipewire = "0.9"
serde = { version = "1.0.228", features = ["derive"]}
serde_json = "1.0.145"
tracing = "0.1.41"
[features]
# Cache route port types
route-port-type = []