Added simpler MW example
This commit is contained in:
parent
8ba1843080
commit
ce4b2c93d9
6 changed files with 741 additions and 559 deletions
|
|
@ -1,13 +1,9 @@
|
|||
[package]
|
||||
name = "multi_window"
|
||||
version = "0.1.0"
|
||||
authors = ["Richard Custodio <richardsoncusto@gmail.com>"]
|
||||
authors = ["Bingus <shankern@protonmail.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", "tokio"] }
|
||||
env_logger = "0.10.0"
|
||||
iced_native = { path = "../../native" }
|
||||
iced_lazy = { path = "../../lazy" }
|
||||
iced = { path = "../..", features = ["debug", "multi-window"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue