fix: deps for regular example
This commit is contained in:
parent
ee542bd046
commit
7a9ecb1082
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@ edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libcosmic = { path = "../..", features = ["debug"] }
|
libcosmic = { path = "../..", default-features = false, features = ["debug", "wgpu"] }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue