Expose system module through feature flag
This commit is contained in:
parent
5eefa5d4ea
commit
93bfe2c75e
8 changed files with 30 additions and 14 deletions
|
|
@ -6,5 +6,5 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../.." }
|
||||
bytesize = { version = "1.1.0" }
|
||||
iced = { path = "../..", features = ["system"] }
|
||||
bytesize = { version = "1.1.0" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue