Bump versions 🎉

This commit is contained in:
Héctor Ramón Jiménez 2023-01-14 00:49:58 +01:00
parent 597af315af
commit 9fe46de13f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
27 changed files with 126 additions and 83 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "iced_glow"
version = "0.5.1"
version = "0.6.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2021"
description = "A glow renderer for iced"
@ -34,11 +34,11 @@ bytemuck = "1.4"
log = "0.4"
[dependencies.iced_native]
version = "0.7"
version = "0.8"
path = "../native"
[dependencies.iced_graphics]
version = "0.5"
version = "0.6"
path = "../graphics"
features = ["font-fallback", "font-icons", "opengl"]

View file

@ -3,7 +3,7 @@
//! ![The native path of the Iced ecosystem](https://github.com/iced-rs/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/native.png?raw=true)
//!
//! [`glow`]: https://github.com/grovesNL/glow
//! [`iced_native`]: https://github.com/iced-rs/iced/tree/0.6/native
//! [`iced_native`]: https://github.com/iced-rs/iced/tree/0.7/native
#![doc(
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg"
)]