From 04c0ba04bf8574acdcbd5ad9fa20ac9c863f6087 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 4 Apr 2023 01:47:18 +0200 Subject: Warn about invalid paths in `iced_tiny_skia` instead of panicking --- tiny_skia/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tiny_skia/Cargo.toml') diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index 31f5cb6b..349f6903 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -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" -- cgit