Merge pull request #1521 from mq1/patch-1

Update iced version to 0.5
This commit is contained in:
Héctor Ramón 2022-11-10 17:02:42 +01:00 committed by GitHub
commit b24f0b1ce1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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