2025-08-29 08:39:44 +02:00
|
|
|
[package]
|
|
|
|
|
name = "iced_tester"
|
|
|
|
|
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
|
|
|
|
|
|
2025-10-13 15:28:53 -04:00
|
|
|
[features]
|
|
|
|
|
wayland = ["rfd/wayland"]
|
|
|
|
|
|
2025-08-29 08:39:44 +02:00
|
|
|
[dependencies]
|
|
|
|
|
iced_test.workspace = true
|
|
|
|
|
iced_widget.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
rfd.workspace = true
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|