Draft component example 🎉

This commit is contained in:
Héctor Ramón Jiménez 2021-11-08 15:29:58 +07:00
parent bffa7203df
commit 010b62b9ee
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 200 additions and 5 deletions

View file

@ -0,0 +1,11 @@
[package]
name = "component"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }
iced_native = { path = "../../native" }
iced_lazy = { path = "../../lazy" }