Mark Primitive as non-exhaustive in iced_graphics
This commit is contained in:
parent
868f79d22e
commit
bbeaf10c04
4 changed files with 9 additions and 3 deletions
|
|
@ -34,7 +34,6 @@ log = "0.4"
|
|||
raw-window-handle = "0.5"
|
||||
thiserror = "1.0"
|
||||
bitflags = "1.2"
|
||||
tiny-skia = "0.8"
|
||||
|
||||
[dependencies.bytemuck]
|
||||
version = "1.4"
|
||||
|
|
@ -48,6 +47,10 @@ path = "../native"
|
|||
version = "0.7"
|
||||
path = "../style"
|
||||
|
||||
[dependencies.tiny-skia]
|
||||
version = "0.8"
|
||||
optional = true
|
||||
|
||||
[dependencies.image_rs]
|
||||
version = "0.24"
|
||||
package = "image"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue