add example

This commit is contained in:
Nick Senger 2022-04-06 10:27:45 -07:00
parent 3042fa2cb6
commit 5cc1aa31c7
No known key found for this signature in database
GPG key ID: F905159224DB77D8
3 changed files with 179 additions and 0 deletions

View 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" }