Introduce tester feature flag
This commit is contained in:
parent
ed528c9c53
commit
1821dc7ff0
13 changed files with 488 additions and 640 deletions
|
|
@ -15,14 +15,13 @@ workspace = true
|
|||
|
||||
[features]
|
||||
time-travel = ["iced_program/time-travel"]
|
||||
tester = ["dep:iced_test"]
|
||||
|
||||
[dependencies]
|
||||
iced_debug.workspace = true
|
||||
iced_program.workspace = true
|
||||
iced_test.workspace = true
|
||||
iced_widget.workspace = true
|
||||
|
||||
log.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
iced_fontello = "0.14.0-dev"
|
||||
iced_test.workspace = true
|
||||
iced_test.optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue