Update iced version to 0.5

This commit is contained in:
Manuel Quarneti 2022-11-10 10:37:26 +01:00 committed by GitHub
parent 7eaeab8d99
commit 3517dced44
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,