summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-12-07 04:38:00 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-12-07 04:44:20 +0100
commit4c61f12768cdbe728b1dd4a074e36fb6a69534ab (patch)
tree429086835ee7dce09f431749e07d442df812f9c1 /README.md
parentf38e7fcac2e3505d11577ade1757a77ca2a544ea (diff)
downloadiced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.gz
iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.bz2
iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.zip
Bump versions :tada:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1d2fb76f..bc7f5440 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap],
Add `iced` as a dependency in your `Cargo.toml`:
```toml
-iced = "0.5"
+iced = "0.6"
```
If your project is using a Rust edition older than 2021, then you will need to
@@ -215,7 +215,7 @@ cargo run --features iced/glow --package game_of_life
and then use it in your project with
```toml
-iced = { version = "0.5", default-features = false, features = ["glow"] }
+iced = { version = "0.6", default-features = false, features = ["glow"] }
```
__NOTE:__ Chances are you have hardware that supports at least OpenGL 2.1 or OpenGL ES 2.0,