Replace stateful widgets with new iced_pure API
This commit is contained in:
parent
c44267b85f
commit
ff2519b1d4
142 changed files with 3631 additions and 14494 deletions
|
|
@ -17,7 +17,6 @@ font-source = ["font-kit"]
|
|||
font-fallback = []
|
||||
font-icons = []
|
||||
opengl = []
|
||||
pure = ["iced_pure"]
|
||||
|
||||
[dependencies]
|
||||
glam = "0.10"
|
||||
|
|
@ -36,11 +35,6 @@ path = "../native"
|
|||
version = "0.4"
|
||||
path = "../style"
|
||||
|
||||
[dependencies.iced_pure]
|
||||
version = "0.2"
|
||||
path = "../pure"
|
||||
optional = true
|
||||
|
||||
[dependencies.lyon]
|
||||
version = "1.0"
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue