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]
|
[package]
|
||||||
name = "cosmic-image-button"
|
name = "image-button"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
@ -10,4 +10,4 @@ tracing-subscriber = "0.3.17"
|
||||||
[dependencies.libcosmic]
|
[dependencies.libcosmic]
|
||||||
path = "../../"
|
path = "../../"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["debug", "wayland", "tokio"]
|
features = ["debug", "winit", "tokio"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue