diff options
author | 2023-01-14 01:15:39 +0100 | |
---|---|---|
committer | 2023-01-14 01:15:39 +0100 | |
commit | 18552f96df5d1fa72c3c87e96a5765f89c340e19 (patch) | |
tree | ba44b8f5248a315a734e164e4ec5f173c6dbd7f7 /README.md | |
parent | 35c0fa3b00666fae69da4cccf8f7467e7c04ef59 (diff) | |
download | iced-18552f96df5d1fa72c3c87e96a5765f89c340e19.tar.gz iced-18552f96df5d1fa72c3c87e96a5765f89c340e19.tar.bz2 iced-18552f96df5d1fa72c3c87e96a5765f89c340e19.zip |
Bump leftover version in `README`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |