diff options
author | 2022-11-10 10:37:26 +0100 | |
---|---|---|
committer | 2022-11-10 10:37:26 +0100 | |
commit | 3517dced44b438cc87b99c568e0546a2bcb85f60 (patch) | |
tree | 7d55b7f739b57977755ac8749c43655ef4b842fb /README.md | |
parent | 7eaeab8d99b5b99c42ede0749e1499eb5a52162e (diff) | |
download | iced-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.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.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, |