Start work on graphics applet
This commit is contained in:
parent
fc8e6e4d4d
commit
e03225384b
5 changed files with 142 additions and 1 deletions
13
applets/cosmic-applet-graphics/Cargo.toml
Normal file
13
applets/cosmic-applet-graphics/Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "cosmic-applet-graphics"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
gtk4 = "0.4.6"
|
||||
once_cell = "1.9.0"
|
||||
relm4-macros = "0.4.2"
|
||||
tokio = { version = "1.16.1", features = ["full"] }
|
||||
zbus = "2.1.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue