diff options
author | 2023-02-18 12:04:40 +0100 | |
---|---|---|
committer | 2023-02-18 12:04:40 +0100 | |
commit | 0d1656937b459237670cdc0b1f45e09d78c47494 (patch) | |
tree | d52a0de030edd599f5863d24caa5854a38b80189 /README.md | |
parent | c6218cbc5532551456c0491eb5aa66dfc5f36879 (diff) | |
download | iced-0d1656937b459237670cdc0b1f45e09d78c47494.tar.gz iced-0d1656937b459237670cdc0b1f45e09d78c47494.tar.bz2 iced-0d1656937b459237670cdc0b1f45e09d78c47494.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.7" +iced = "0.8" ``` 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.7", default-features = false, features = ["glow"] } +iced = { version = "0.8", default-features = false, features = ["glow"] } ``` __NOTE:__ Chances are you have hardware that supports at least OpenGL 2.1 or OpenGL ES 2.0, |