iced-yoda/examples/multi_window/Cargo.toml

10 lines
194 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>"]
2025-02-21 01:28:47 +01:00
edition = "2024"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }