add example
This commit is contained in:
parent
3042fa2cb6
commit
5cc1aa31c7
3 changed files with 179 additions and 0 deletions
12
examples/pure/nested_component/Cargo.toml
Normal file
12
examples/pure/nested_component/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue