iced-yoda/examples/multi_window/Cargo.toml

10 lines
210 B
TOML
Raw Normal View History

[package]
name = "multi_window"
version = "0.1.0"
2023-03-13 18:19:16 -07:00
authors = ["Bingus <shankern@protonmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug", "multi-window"] }