iced-yoda/devtools/Cargo.toml

31 lines
610 B
TOML
Raw Normal View History

[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
2025-04-17 03:24:17 +02:00
[features]
time-travel = ["iced_program/time-travel"]
tester = ["dep:iced_test", "dep:rfd"]
2025-04-17 03:24:17 +02:00
[dependencies]
2025-04-20 21:50:12 +02:00
iced_debug.workspace = true
iced_program.workspace = true
iced_widget.workspace = true
log.workspace = true
2025-06-03 07:23:56 +02:00
iced_test.workspace = true
iced_test.optional = true
rfd.workspace = true
rfd.optional = true