feat(sound): redesign with separate device profiles page (#1500)
This commit is contained in:
parent
6ebc2208ed
commit
2c9f60cd5f
65 changed files with 3179 additions and 1971 deletions
|
|
@ -1,19 +1,19 @@
|
|||
[package]
|
||||
name = "cosmic-settings-sound-subscription"
|
||||
version = "1.0.0-beta1"
|
||||
version = "1.0.0-beta6"
|
||||
edition = "2024"
|
||||
rust-version.workspace = true
|
||||
license = "MPL-2.0"
|
||||
publish = true
|
||||
|
||||
[dependencies]
|
||||
async-fn-stream = "0.3.2"
|
||||
cosmic-pipewire = { path = "../../crates/cosmic-pipewire" }
|
||||
crossbeam-queue = "0.3.12"
|
||||
futures = "0.3.31"
|
||||
indexmap = "2.12.0"
|
||||
intmap = "3.1.2"
|
||||
libcosmic = { git = "https://github.com/pop-os/libcosmic" }
|
||||
libpulse-binding = "2.30.1"
|
||||
log = "0.4.28"
|
||||
pipewire = "0.8"
|
||||
rustix = "1.1.2"
|
||||
tokio = "1.48.0"
|
||||
numtoa = "1.0.0-alpha1"
|
||||
rustix = "1.0.8"
|
||||
tokio = { version = "1.47.1", features = ["process", "rt", "time"] }
|
||||
tracing = "0.1.41"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue