diff options
author | 2022-11-10 17:02:42 +0100 | |
---|---|---|
committer | 2022-11-10 17:02:42 +0100 | |
commit | b24f0b1ce1e51b1baca89418f2871d9f1bf74f26 (patch) | |
tree | 7d55b7f739b57977755ac8749c43655ef4b842fb | |
parent | 7eaeab8d99b5b99c42ede0749e1499eb5a52162e (diff) | |
parent | 3517dced44b438cc87b99c568e0546a2bcb85f60 (diff) | |
download | iced-b24f0b1ce1e51b1baca89418f2871d9f1bf74f26.tar.gz iced-b24f0b1ce1e51b1baca89418f2871d9f1bf74f26.tar.bz2 iced-b24f0b1ce1e51b1baca89418f2871d9f1bf74f26.zip |
Merge pull request #1521 from mq1/patch-1
Update iced version to 0.5
-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, |