2025-04-05 19:27:15 +02:00
|
|
|
[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"]
|
|
|
|
|
|
2025-04-05 19:27:15 +02:00
|
|
|
[dependencies]
|
2025-04-20 21:50:12 +02:00
|
|
|
iced_debug.workspace = true
|
2025-04-05 19:27:15 +02:00
|
|
|
iced_program.workspace = true
|
|
|
|
|
iced_widget.workspace = true
|
2025-04-28 09:48:55 +02:00
|
|
|
|
|
|
|
|
log.workspace = true
|