Implement pure version of component example
This commit is contained in:
parent
da45b6c162
commit
9b23ea698e
3 changed files with 180 additions and 0 deletions
11
examples/pure/component/Cargo.toml
Normal file
11
examples/pure/component/Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue