Warn about invalid paths in iced_tiny_skia instead of panicking

This commit is contained in:
Héctor Ramón Jiménez 2023-04-04 01:47:18 +02:00
parent 0b459c8e24
commit 04c0ba04bf
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 14 additions and 7 deletions

View file

@ -15,6 +15,7 @@ tiny-skia = "0.8"
bytemuck = "1"
rustc-hash = "1.1"
kurbo = "0.9"
log = "0.4"
[dependencies.iced_graphics]
version = "0.7"