iced-yoda/devtools/Cargo.toml
2025-05-30 03:06:57 +02:00

28 lines
555 B
TOML

[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"]
[dependencies]
iced_debug.workspace = true
iced_program.workspace = true
iced_test.workspace = true
iced_widget.workspace = true
log.workspace = true
[build-dependencies]
iced_fontello = "0.14.0-dev"