duplicate pane_grid example to multi_window
This commit is contained in:
parent
8f53df560e
commit
01bad4f896
2 changed files with 355 additions and 27 deletions
12
examples/multi_window/Cargo.toml
Normal file
12
examples/multi_window/Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue