Update iced version to 0.5
This commit is contained in:
parent
7eaeab8d99
commit
3517dced44
1 changed files with 1 additions and 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue