Bump leftover version in README

This commit is contained in:
Héctor Ramón Jiménez 2023-01-14 01:15:39 +01:00
parent 35c0fa3b00
commit 18552f96df
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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,