libcosmic updates
This commit is contained in:
parent
9c62f19e4b
commit
0491c4baaa
91 changed files with 3550 additions and 2300 deletions
|
|
@ -9,8 +9,20 @@ edition = "2021"
|
|||
once_cell = "1"
|
||||
rust-embed = "8.0.0"
|
||||
tracing = "0.1"
|
||||
env_logger = "0.10.0"
|
||||
log = "0.4.17"
|
||||
|
||||
[dependencies.libcosmic]
|
||||
git = "https://github.com/pop-os/libcosmic"
|
||||
default-features = false
|
||||
features = ["applet", "tokio", "wayland"]
|
||||
features = [
|
||||
"applet",
|
||||
"applet-token",
|
||||
"multi-window",
|
||||
"tokio",
|
||||
"wayland",
|
||||
"winit",
|
||||
"desktop",
|
||||
"dbus-config",
|
||||
"image",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue