diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index a08c6707..f1ce6b3a 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_graphics" -version = "0.7.0" +version = "0.8.0" authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"] edition = "2021" description = "A bunch of backend-agnostic types that can be leveraged to build a renderer for Iced" @@ -27,7 +27,7 @@ version = "1.4" features = ["derive"] [dependencies.iced_core] -version = "0.8" +version = "0.9" path = "../core" [dependencies.tiny-skia] |