blob: 3f89417f001e4b0d946fca33642b9b4d26abe71f (
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"] }
|