summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Manuel Quarneti <manuelquarneti@gmail.com>2022-11-10 10:37:26 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-10 10:37:26 +0100
commit3517dced44b438cc87b99c568e0546a2bcb85f60 (patch)
tree7d55b7f739b57977755ac8749c43655ef4b842fb /README.md
parent7eaeab8d99b5b99c42ede0749e1499eb5a52162e (diff)
downloadiced-3517dced44b438cc87b99c568e0546a2bcb85f60.tar.gz
iced-3517dced44b438cc87b99c568e0546a2bcb85f60.tar.bz2
iced-3517dced44b438cc87b99c568e0546a2bcb85f60.zip
Update iced version to 0.5
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f46ba1b..1d2fb76f 100644
--- a/README.md
+++ b/README.md
@@ -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.4", default-features = false, features = ["glow"] }
+iced = { version = "0.5", default-features = false, features = ["glow"] }
```
__NOTE:__ Chances are you have hardware that supports at least OpenGL 2.1 or OpenGL ES 2.0,