Allow apps to set iced debug feature
This commit is contained in:
parent
a6bf04ea33
commit
393233d019
2 changed files with 5 additions and 1 deletions
|
|
@ -6,6 +6,10 @@ edition = "2021"
|
|||
[lib]
|
||||
name = "cosmic"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
debug = ["iced/debug"]
|
||||
|
||||
[dependencies]
|
||||
freedesktop-icons = "0.2.1"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
libcosmic = { path = "../.." }
|
||||
libcosmic = { path = "../..", features = ["debug"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue