fix(examples): fix image-button example

This commit is contained in:
Michael Mc Donnell 2024-09-19 01:10:49 -10:00 committed by GitHub
parent 271b71958a
commit 342ef6f1fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]