From f78108a514563411e617715443bba53f4f4610ec Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 26 Nov 2020 07:48:12 +0100 Subject: Bump versions :tada: --- wgpu/Cargo.toml | 4 ++-- wgpu/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'wgpu') diff --git a/wgpu/Cargo.toml b/wgpu/Cargo.toml index 4d9f9ada..5f4699a8 100644 --- a/wgpu/Cargo.toml +++ b/wgpu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iced_wgpu" -version = "0.2.2" +version = "0.3.0" authors = ["Héctor Ramón Jiménez "] edition = "2018" description = "A wgpu renderer for Iced" @@ -27,7 +27,7 @@ version = "1.4" features = ["derive"] [dependencies.iced_native] -version = "0.2" +version = "0.3" path = "../native" [dependencies.iced_graphics] diff --git a/wgpu/README.md b/wgpu/README.md index 4483733c..e8cb0a43 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -29,7 +29,7 @@ Currently, `iced_wgpu` supports the following primitives: Add `iced_wgpu` as a dependency in your `Cargo.toml`: ```toml -iced_wgpu = "0.2" +iced_wgpu = "0.3" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If -- cgit