Expose iced_pure through a pure feature in iced
Besides exposing the `iced_pure` crate, enabling the `pure` feature also
provides pure versions of both the `Application` and `Sandbox` traits!
🎉
This commit is contained in:
parent
897188317b
commit
66d69b5c9a
7 changed files with 344 additions and 14 deletions
|
|
@ -6,5 +6,4 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[dependencies]
|
||||
iced = { path = "../../.." }
|
||||
iced_pure = { path = "../../../pure" }
|
||||
iced = { path = "../../..", features = ["pure"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue