feat(examples): add image button example

This commit is contained in:
Michael Aaron Murphy 2023-11-01 16:29:30 +01:00 committed by Michael Murphy
parent 34386561b3
commit 43c78fa0df
2 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[package]
name = "cosmic-image-button"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
[dependencies.libcosmic]
path = "../../"
default-features = false
features = ["debug", "wayland", "tokio"]