summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 01:15:39 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 01:15:39 +0100
commit18552f96df5d1fa72c3c87e96a5765f89c340e19 (patch)
treeba44b8f5248a315a734e164e4ec5f173c6dbd7f7 /README.md
parent35c0fa3b00666fae69da4cccf8f7467e7c04ef59 (diff)
downloadiced-18552f96df5d1fa72c3c87e96a5765f89c340e19.tar.gz
iced-18552f96df5d1fa72c3c87e96a5765f89c340e19.tar.bz2
iced-18552f96df5d1fa72c3c87e96a5765f89c340e19.zip
Bump leftover version in `README`
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 ba2efd06..b3790478 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.6", default-features = false, features = ["glow"] }
+iced = { version = "0.7", default-features = false, features = ["glow"] }
```
__NOTE:__ Chances are you have hardware that supports at least OpenGL 2.1 or OpenGL ES 2.0,