Implement import/export for tester devtool

This commit is contained in:
Héctor Ramón Jiménez 2025-06-05 00:23:36 +02:00
parent e548372fe0
commit 1fd6980f91
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
6 changed files with 287 additions and 45 deletions

View file

@ -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