iced-yoda/examples/pure/nested_component/Cargo.toml

13 lines
370 B
TOML
Raw Normal View History

2022-04-06 10:27:45 -07:00
[package]
name = "pure_nested_component"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../../..", features = ["debug", "pure"] }
iced_native = { path = "../../../native" }
iced_lazy = { path = "../../../lazy", features = ["pure"] }
iced_pure = { path = "../../../pure" }