From 92ba26b8a168b1d58b8330d84753c5ab7e116f17 Mon Sep 17 00:00:00 2001 From: Yoo Dongryul Date: Wed, 8 Feb 2023 05:20:46 +0900 Subject: Resize images on README.md (#1659) * Resize images on README.md * hotfix: for mobile layout * fix: set height of both images equally --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b3790478..8ebd0e9c 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ A cross-platform GUI library for Rust focused on simplicity and type-safety. Inspired by [Elm]. - + - + -- cgit From 0d1656937b459237670cdc0b1f45e09d78c47494 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 18 Feb 2023 12:04:40 +0100 Subject: Bump versions :tada: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8ebd0e9c..a5ebf230 100644 --- a/README.md +++ b/README.md @@ -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, -- cgit