2024-12-03 22:03:06 +01:00
|
|
|
[package]
|
|
|
|
|
name = "iced_test"
|
2025-12-07 20:59:50 +01:00
|
|
|
description = "A library for testing iced applications in headless mode"
|
2024-12-03 22:03:06 +01:00
|
|
|
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
|
2025-05-31 04:34:54 +02:00
|
|
|
iced_program.workspace = true
|
2025-08-27 02:33:58 +02:00
|
|
|
iced_selector.workspace = true
|
2024-12-17 02:27:13 +01:00
|
|
|
|
2025-12-07 21:24:57 +01:00
|
|
|
iced_futures.workspace = true
|
|
|
|
|
iced_futures.features = ["thread-pool"]
|
|
|
|
|
|
2024-12-03 22:03:06 +01:00
|
|
|
iced_renderer.workspace = true
|
2024-12-17 02:27:13 +01:00
|
|
|
iced_renderer.features = ["fira-sans"]
|
2024-12-06 04:06:41 +01:00
|
|
|
|
2025-05-29 16:34:44 +02:00
|
|
|
nom.workspace = true
|
2024-12-06 04:06:41 +01:00
|
|
|
png.workspace = true
|
|
|
|
|
sha2.workspace = true
|
2024-12-17 04:13:19 +01:00
|
|
|
thiserror.workspace = true
|