duplicate pane_grid example to multi_window

This commit is contained in:
Richard 2022-07-14 10:37:33 -03:00 committed by bungoboingo
parent 8f53df560e
commit 01bad4f896
2 changed files with 355 additions and 27 deletions

View file

@ -0,0 +1,12 @@
[package]
name = "multi_window"
version = "0.1.0"
authors = ["Richard Custodio <richardsoncusto@gmail.com>"]
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iced = { path = "../..", features = ["debug", "multi_window"] }
iced_native = { path = "../../native" }
iced_lazy = { path = "../../lazy" }