diff options
Diffstat (limited to 'tiny_skia')
-rw-r--r-- | tiny_skia/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index 7a5f5b17..f629dab9 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -19,7 +19,7 @@ kurbo = "0.9" log = "0.4" [dependencies.iced_graphics] -version = "0.7" +version = "0.8" path = "../graphics" features = ["tiny-skia"] |