iced/devtools/Cargo.toml
Héctor Ramón Jiménez 00ee6ab47a
Spawn a thread to sleep asynchronously in devtools
... instead of relying on an external reactor.
2025-04-05 20:14:51 +02:00

19 lines
400 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
[dependencies]
iced_program.workspace = true
iced_widget.workspace = true
iced_debug.workspace = true