diff options
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 |