Implement pure::Component in iced_lazy
This commit is contained in:
parent
2737b21d34
commit
da45b6c162
13 changed files with 530 additions and 21 deletions
|
|
@ -3,9 +3,17 @@ name = "iced_lazy"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
pure = ["iced_pure"]
|
||||
|
||||
[dependencies]
|
||||
ouroboros = "0.13"
|
||||
|
||||
[dependencies.iced_native]
|
||||
version = "0.4"
|
||||
path = "../native"
|
||||
|
||||
[dependencies.iced_pure]
|
||||
version = "0.1"
|
||||
path = "../pure"
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue