Draft component example 🎉
This commit is contained in:
parent
bffa7203df
commit
010b62b9ee
4 changed files with 200 additions and 5 deletions
11
examples/component/Cargo.toml
Normal file
11
examples/component/Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue