summaryrefslogtreecommitdiffstats
path: root/wgpu
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--wgpu/Cargo.toml4
-rw-r--r--wgpu/README.md2
2 files changed, 3 insertions, 3 deletions
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 <hector0193@gmail.com>"]
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