diff options
author | 2023-07-28 19:48:39 +0200 | |
---|---|---|
committer | 2023-07-28 19:48:39 +0200 | |
commit | 126aef88e7647c4690055b4c96aee46ecadcf60e (patch) | |
tree | 3fea494e812839fa4c2034c6cb7468d36ccc3980 /graphics/Cargo.toml | |
parent | 78dc341ea82449f1e075e37e67c1ccf66b88e8d6 (diff) | |
download | iced-126aef88e7647c4690055b4c96aee46ecadcf60e.tar.gz iced-126aef88e7647c4690055b4c96aee46ecadcf60e.tar.bz2 iced-126aef88e7647c4690055b4c96aee46ecadcf60e.zip |
Bump versions :tada:
Diffstat (limited to 'graphics/Cargo.toml')
-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 7a9e6aee..ca7bf61a 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_graphics" -version = "0.8.0" +version = "0.9.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" @@ -29,7 +29,7 @@ version = "1.4" features = ["derive"] [dependencies.iced_core] -version = "0.9" +version = "0.10" path = "../core" [dependencies.image] |