summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-13 08:31:17 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-04-13 08:41:09 +0200
commitc79cc2d2b3df99f69b048c68e503916c779a1102 (patch)
treec0f37f62ceac857acaffaf374f05f25e88dd6e42 /README.md
parentb1a5341a45200defc84673b8edeeb99ec20ebb04 (diff)
downloadiced-c79cc2d2b3df99f69b048c68e503916c779a1102.tar.gz
iced-c79cc2d2b3df99f69b048c68e503916c779a1102.tar.bz2
iced-c79cc2d2b3df99f69b048c68e503916c779a1102.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 a5ebf230..fe2a4a64 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.8"
+iced = "0.9"
```
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.8", default-features = false, features = ["glow"] }
+iced = { version = "0.9", default-features = false, features = ["glow"] }
```
__NOTE:__ Chances are you have hardware that supports at least OpenGL 2.1 or OpenGL ES 2.0,