[package] name = "iced_devtools" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true homepage.workspace = true categories.workspace = true keywords.workspace = true rust-version.workspace = true [lints] workspace = true [features] time-travel = ["iced_program/time-travel"] tester = ["dep:iced_test", "dep:rfd"] [dependencies] iced_debug.workspace = true iced_program.workspace = true iced_widget.workspace = true log.workspace = true iced_test.workspace = true iced_test.optional = true rfd.workspace = true rfd.optional = true