diff options
author | 2023-04-04 01:47:18 +0200 | |
---|---|---|
committer | 2023-04-04 01:56:50 +0200 | |
commit | 04c0ba04bf8574acdcbd5ad9fa20ac9c863f6087 (patch) | |
tree | fe13145749b0d1822c92b3c8499f91973ba15261 /tiny_skia/Cargo.toml | |
parent | 0b459c8e240abf83bb62902a504c018194acdbb6 (diff) | |
download | iced-04c0ba04bf8574acdcbd5ad9fa20ac9c863f6087.tar.gz iced-04c0ba04bf8574acdcbd5ad9fa20ac9c863f6087.tar.bz2 iced-04c0ba04bf8574acdcbd5ad9fa20ac9c863f6087.zip |
Warn about invalid paths in `iced_tiny_skia` instead of panicking
Diffstat (limited to 'tiny_skia/Cargo.toml')
-rw-r--r-- | tiny_skia/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |