33 lines
1 KiB
TOML
33 lines
1 KiB
TOML
[package]
|
|
name = "cosmic-applet-audio"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
icon-loader = { version = "0.3.6", features = ["gtk"] }
|
|
libpulse-binding = "2.26.0"
|
|
libpulse-glib-binding = "2.25.0"
|
|
tokio = { version = "1.20.1", features=["full"] }
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "master", default-features = false, features = ["wayland", "applet"] }
|
|
iced_sctk = { git = "https://github.com/pop-os/iced-sctk" }
|
|
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", version = "0.16" }
|
|
|
|
[workspace]
|
|
resolved = "2"
|
|
|
|
[dependencies.iced]
|
|
git = "https://github.com/pop-os/iced.git"
|
|
branch = "sctk-cosmic"
|
|
# path = "../iced"
|
|
default-features = false
|
|
features = ["image", "svg", "tokio", "wayland"]
|
|
|
|
[dependencies.iced_native]
|
|
git = "https://github.com/pop-os/iced.git"
|
|
branch = "sctk-cosmic"
|
|
|
|
[dependencies.iced_futures]
|
|
git = "https://github.com/pop-os/iced.git"
|
|
branch = "sctk-cosmic"
|