diff options
author | 2022-12-07 04:38:00 +0100 | |
---|---|---|
committer | 2022-12-07 04:44:20 +0100 | |
commit | 4c61f12768cdbe728b1dd4a074e36fb6a69534ab (patch) | |
tree | 429086835ee7dce09f431749e07d442df812f9c1 /README.md | |
parent | f38e7fcac2e3505d11577ade1757a77ca2a544ea (diff) | |
download | iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.gz iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.tar.bz2 iced-4c61f12768cdbe728b1dd4a074e36fb6a69534ab.zip |
Bump versions :tada:
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,7 +68,7 @@ __Iced is currently experimental software.__ [Take a look at the roadmap], Add `iced` as a dependency in your `Cargo.toml`: ```toml -iced = "0.5" +iced = "0.6" ``` If your project is using a Rust edition older than 2021, then you will need to @@ -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.5", default-features = false, features = ["glow"] } +iced = { version = "0.6", default-features = false, features = ["glow"] } ``` __NOTE:__ Chances are you have hardware that supports at least OpenGL 2.1 or OpenGL ES 2.0, |