Added simpler MW example

This commit is contained in:
Bingus 2023-03-13 18:19:16 -07:00
parent 8ba1843080
commit ce4b2c93d9
No known key found for this signature in database
GPG key ID: 5F84D2AA40A9F170
6 changed files with 741 additions and 559 deletions

View file

@ -0,0 +1,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" }