fix(examples): fix image-button example
This commit is contained in:
parent
271b71958a
commit
342ef6f1fa
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "cosmic-image-button"
|
||||
name = "image-button"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
|
@ -10,4 +10,4 @@ tracing-subscriber = "0.3.17"
|
|||
[dependencies.libcosmic]
|
||||
path = "../../"
|
||||
default-features = false
|
||||
features = ["debug", "wayland", "tokio"]
|
||||
features = ["debug", "winit", "tokio"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue