Create iced_lazy and draft Component trait
This commit is contained in:
parent
d9f970ffd5
commit
bffa7203df
5 changed files with 201 additions and 0 deletions
11
lazy/Cargo.toml
Normal file
11
lazy/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "iced_lazy"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
ouroboros = "0.13"
|
||||
|
||||
[dependencies.iced_native]
|
||||
version = "0.4"
|
||||
path = "../native"
|
||||
Loading…
Add table
Add a link
Reference in a new issue