summaryrefslogtreecommitdiffstats
path: root/examples/multi_window/Cargo.toml
blob: 2e222dfbb1e5132e4222c530bb8f05cb02104a4a (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 = "2021"
publish = false

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