summaryrefslogtreecommitdiffstats
path: root/examples/multi_window_panes/Cargo.toml
blob: 1b3f3ec65d0be49a3b7e54622d70869018cfbab4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[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" }