iced/examples/multi_window/Cargo.toml
2025-02-21 01:37:14 +01:00

9 lines
194 B
TOML

[package]
name = "multi_window"
version = "0.1.0"
authors = ["Bingus <shankern@protonmail.com>"]
edition = "2024"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }