Start work on cosmic-applet-audio
This commit is contained in:
parent
5b6242d9d9
commit
31bb22f91b
4 changed files with 31 additions and 3 deletions
13
applets/cosmic-applet-audio/Cargo.toml
Normal file
13
applets/cosmic-applet-audio/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "cosmic-applet-audio"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "LGPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
futures-util = "0.3.21"
|
||||
gtk4 = "0.4.6"
|
||||
once_cell = "1.10.0"
|
||||
relm4-macros = "0.4.2"
|
||||
tokio = { version = "1.17.0", features = ["full"] }
|
||||
libcosmic-widgets = { git = "https://github.com/pop-os/libcosmic", branch = "lucy/widgets" }
|
||||
3
applets/cosmic-applet-audio/src/main.rs
Normal file
3
applets/cosmic-applet-audio/src/main.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue