diff options
author | 2023-01-14 00:49:58 +0100 | |
---|---|---|
committer | 2023-01-14 01:10:28 +0100 | |
commit | 9fe46de13f86967543de8f00b5a4f9e45d8f5bcf (patch) | |
tree | 448810ef123d1e3d492521ef72625dbe049be7fd /glow | |
parent | 597af315af714f3ecadd195516e80506504dcb26 (diff) | |
download | iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.gz iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.bz2 iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.zip |
Bump versions :tada:
Diffstat (limited to 'glow')
-rw-r--r-- | glow/Cargo.toml | 6 | ||||
-rw-r--r-- | glow/src/lib.rs | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml index c126a511..cf5dfb8a 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -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"] diff --git a/glow/src/lib.rs b/glow/src/lib.rs index 710ac36d..a12c45b8 100644 --- a/glow/src/lib.rs +++ b/glow/src/lib.rs @@ -3,7 +3,7 @@ //!  //! //! [`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" )] |