feat: merge subscriptions crate into cosmic-settings repo
This commit is contained in:
parent
a2f53f2239
commit
600720b7d1
47 changed files with 8399 additions and 63 deletions
16
subscriptions/a11y-manager/Cargo.toml
Normal file
16
subscriptions/a11y-manager/Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "cosmic-settings-a11y-manager-subscription"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "MPL-2.0"
|
||||
rust-version.workspace = true
|
||||
publish = true
|
||||
|
||||
[dependencies]
|
||||
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols" }
|
||||
iced_futures = { git = "https://github.com/pop-os/libcosmic" }
|
||||
num-derive = "0.4.2"
|
||||
num-traits = "0.2.19"
|
||||
sctk = { git = "https://github.com/smithay/client-toolkit/", package = "smithay-client-toolkit" }
|
||||
tokio = "1.47.1"
|
||||
tracing = "0.1.41"
|
||||
Loading…
Add table
Add a link
Reference in a new issue