fix: deps for regular example

This commit is contained in:
Ashley Wulber 2022-11-15 11:15:13 +01:00
parent ee542bd046
commit 7a9ecb1082
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -6,4 +6,4 @@ edition = "2021"
publish = false
[dependencies]
libcosmic = { path = "../..", features = ["debug"] }
libcosmic = { path = "../..", default-features = false, features = ["debug", "wgpu"] }