Implement pure version of Canvas widget
This commit is contained in:
parent
c52fd089f1
commit
0cddb3c1b5
7 changed files with 355 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ font-source = ["font-kit"]
|
|||
font-fallback = []
|
||||
font-icons = []
|
||||
opengl = []
|
||||
pure = ["iced_pure"]
|
||||
|
||||
[dependencies]
|
||||
glam = "0.10"
|
||||
|
|
@ -35,6 +36,11 @@ path = "../native"
|
|||
version = "0.3"
|
||||
path = "../style"
|
||||
|
||||
[dependencies.iced_pure]
|
||||
version = "0.1"
|
||||
path = "../pure"
|
||||
optional = true
|
||||
|
||||
[dependencies.lyon]
|
||||
version = "0.17"
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue