feat(examples): add image button example
This commit is contained in:
parent
34386561b3
commit
43c78fa0df
2 changed files with 118 additions and 0 deletions
13
examples/image-button/Cargo.toml
Normal file
13
examples/image-button/Cargo.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue