From 342ef6f1fab2ae8cfb83b80726bba41218a63d66 Mon Sep 17 00:00:00 2001 From: Michael Mc Donnell Date: Thu, 19 Sep 2024 01:10:49 -1000 Subject: [PATCH] fix(examples): fix image-button example --- examples/image-button/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/image-button/Cargo.toml b/examples/image-button/Cargo.toml index b87ac43..cb3ac81 100644 --- a/examples/image-button/Cargo.toml +++ b/examples/image-button/Cargo.toml @@ -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"]