2022-07-14 10:37:33 -03:00
|
|
|
[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"] }
|
2023-01-02 18:14:31 -08:00
|
|
|
env_logger = "0.10.0"
|
2022-07-14 10:37:33 -03:00
|
|
|
iced_native = { path = "../../native" }
|
2023-01-05 15:26:28 -08:00
|
|
|
iced_lazy = { path = "../../lazy" }
|