summaryrefslogblamecommitdiffstats
path: root/examples/multi_window/Cargo.toml
blob: 6de895d74e10d43fc7c95fc667616067b4b9160b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                                
                     

                                       
[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"] }
env_logger = "0.10.0"
iced_native = { path = "../../native" }
iced_lazy = { path = "../../lazy" }