iced-yoda/devtools/Cargo.toml

25 lines
477 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"]
[dependencies]
2025-04-20 21:50:12 +02:00
iced_debug.workspace = true
iced_program.workspace = true
iced_widget.workspace = true
log.workspace = true