From cefa48838ad56c95c5cc767b4379d16e451a1d85 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Wed, 21 Feb 2024 11:06:13 +0100 Subject: [PATCH] bump version to `0.1.0.alpha.4` --- hui-glium/Cargo.toml | 4 ++-- hui-winit/Cargo.toml | 4 ++-- hui/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hui-glium/Cargo.toml b/hui-glium/Cargo.toml index e606549..aed5b86 100644 --- a/hui-glium/Cargo.toml +++ b/hui-glium/Cargo.toml @@ -4,7 +4,7 @@ description = "glium render backend for `hui`" repository = "https://github.com/griffi-gh/hui" readme = "../README.md" authors = ["griffi-gh "] -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" edition = "2021" license = "GPL-3.0-or-later" publish = true @@ -16,7 +16,7 @@ include = [ [dependencies] #hack: hui doesn't compile without the builtin_font feature due to a bug -hui = { version = "=0.1.0-alpha.3", path = "../hui", default-features = false, features = ["builtin_font"] } +hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false, features = ["builtin_font"] } glium = { version = "0.34", default-features = false } glam = "0.25" log = "0.4" diff --git a/hui-winit/Cargo.toml b/hui-winit/Cargo.toml index 011d1d7..1d6d6d4 100644 --- a/hui-winit/Cargo.toml +++ b/hui-winit/Cargo.toml @@ -4,7 +4,7 @@ description = "winit platform backend for `hui`" repository = "https://github.com/griffi-gh/hui" readme = "../README.md" authors = ["griffi-gh "] -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" edition = "2021" license = "GPL-3.0-or-later" publish = true @@ -14,7 +14,7 @@ include = [ ] [dependencies] -hui = { version = "=0.1.0-alpha.3", path = "../hui", default-features = false } +hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false } winit = { version = "0.29", default-features = false } glam = "0.25" log = "0.4" diff --git a/hui/Cargo.toml b/hui/Cargo.toml index 0e82277..d6cb573 100644 --- a/hui/Cargo.toml +++ b/hui/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/griffi-gh/hui" readme = "../README.md" authors = ["griffi-gh "] rust-version = "1.75" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" edition = "2021" license = "GPL-3.0-or-later" publish = true