iced-yoda/test/Cargo.toml

30 lines
597 B
TOML
Raw Normal View History

[package]
name = "iced_test"
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_runtime.workspace = true
iced_selector.workspace = true
2025-05-31 04:34:54 +02:00
iced_program.workspace = true
iced_program.features = ["test"]
iced_renderer.workspace = true
iced_renderer.features = ["fira-sans"]
2025-05-29 16:34:44 +02:00
nom.workspace = true
png.workspace = true
sha2.workspace = true
2024-12-17 04:13:19 +01:00
thiserror.workspace = true