From c79cc2d2b3df99f69b048c68e503916c779a1102 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 13 Apr 2023 08:31:17 +0200 Subject: Bump versions :tada: --- glutin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glutin/README.md') diff --git a/glutin/README.md b/glutin/README.md index 45e8ee6b..9c0ac459 100644 --- a/glutin/README.md +++ b/glutin/README.md @@ -20,7 +20,7 @@ It exposes a renderer-agnostic `Application` trait that can be implemented and t Add `iced_glutin` as a dependency in your `Cargo.toml`: ```toml -iced_glutin = "0.7" +iced_glutin = "0.8" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If -- cgit