iced/examples/multi_window/Cargo.toml
2023-03-14 11:05:41 -07:00

9 lines
No EOL
209 B
TOML

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