Implement import/export for tester devtool
This commit is contained in:
parent
e548372fe0
commit
1fd6980f91
6 changed files with 287 additions and 45 deletions
|
|
@ -15,7 +15,7 @@ workspace = true
|
|||
|
||||
[features]
|
||||
time-travel = ["iced_program/time-travel"]
|
||||
tester = ["dep:iced_test"]
|
||||
tester = ["dep:iced_test", "dep:rfd"]
|
||||
|
||||
[dependencies]
|
||||
iced_debug.workspace = true
|
||||
|
|
@ -25,3 +25,6 @@ log.workspace = true
|
|||
|
||||
iced_test.workspace = true
|
||||
iced_test.optional = true
|
||||
|
||||
rfd.workspace = true
|
||||
rfd.optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue