blob: 0cb5d5469daf72839840d3a6e999ef5c7adb464b (
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"] }
|