summaryrefslogtreecommitdiffstats
path: root/examples/multi_window/Cargo.toml
blob: 738f4ba176f2d394fdea55ec6bdd84f7b9e2b00d (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "multi_window"
version = "0.1.0"
authors = ["Bingus <shankern@protonmail.com>"]
edition = "2024"
publish = false

[dependencies]
iced = { path = "../..", features = ["debug"] }