diff options
author | 2023-03-13 18:19:16 -0700 | |
---|---|---|
committer | 2023-03-14 11:05:41 -0700 | |
commit | ce4b2c93d9802dfb8cd3fc9033d76651d4bbc75b (patch) | |
tree | a690bb94262b7a898a608d11e18960db81e7ef0c /examples/multi_window/Cargo.toml | |
parent | 8ba18430800142965549077373e2a45d0a3429a1 (diff) | |
download | iced-ce4b2c93d9802dfb8cd3fc9033d76651d4bbc75b.tar.gz iced-ce4b2c93d9802dfb8cd3fc9033d76651d4bbc75b.tar.bz2 iced-ce4b2c93d9802dfb8cd3fc9033d76651d4bbc75b.zip |
Added simpler MW example
Diffstat (limited to 'examples/multi_window/Cargo.toml')
-rw-r--r-- | examples/multi_window/Cargo.toml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/examples/multi_window/Cargo.toml b/examples/multi_window/Cargo.toml index a59a0e68..0cb5d546 100644 --- a/examples/multi_window/Cargo.toml +++ b/examples/multi_window/Cargo.toml @@ -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"] }
\ No newline at end of file |