Implement pure version of component example

This commit is contained in:
Héctor Ramón Jiménez 2022-02-17 19:09:26 +07:00
parent da45b6c162
commit 9b23ea698e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 180 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[package]
name = "pure_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"] }