From 7a9ecb1082b87beb35a1bbd66e670864f1357ebe Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Tue, 15 Nov 2022 11:15:13 +0100 Subject: [PATCH] fix: deps for regular example --- examples/cosmic/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cosmic/Cargo.toml b/examples/cosmic/Cargo.toml index bfa5aed..b128176 100644 --- a/examples/cosmic/Cargo.toml +++ b/examples/cosmic/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" publish = false [dependencies] -libcosmic = { path = "../..", features = ["debug"] } +libcosmic = { path = "../..", default-features = false, features = ["debug", "wgpu"] }