iced-yoda/tester/Cargo.toml

24 lines
447 B
TOML
Raw Normal View History

[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"]
[dependencies]
iced_test.workspace = true
iced_widget.workspace = true
log.workspace = true
rfd.workspace = true
[lints]
workspace = true