fix(applet): button & icon API refactor w/ applet example

This commit is contained in:
Eduardo Flores 2023-09-17 17:35:50 -07:00 committed by GitHub
parent 485945591b
commit 69cd9a3bfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 166 additions and 20 deletions

View file

@ -0,0 +1,16 @@
[package]
name = "applet"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
once_cell = "1"
rust-embed = "8.0.0"
tracing = "0.1"
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
default-features = false
features = ["applet", "tokio", "wayland"]