12 lines
335 B
TOML
12 lines
335 B
TOML
[package]
|
|
name = "multi_window_panes"
|
|
version = "0.1.0"
|
|
authors = ["Richard Custodio <richardsoncusto@gmail.com>"]
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
iced = { path = "../..", features = ["debug", "multi-window", "tokio"] }
|
|
env_logger = "0.10.0"
|
|
iced_native = { path = "../../native" }
|
|
iced_lazy = { path = "../../lazy" }
|