bump master version to 0.1.0-alpha.5

This commit is contained in:
griffi-gh 2024-03-25 18:41:44 +01:00
parent dd5af8b9e2
commit 787b20b3db
4 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ repository = "https://github.com/griffi-gh/hui"
readme = "../README.md" readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"] authors = ["griffi-gh <prasol258@gmail.com>"]
rust-version = "1.75" rust-version = "1.75"
version = "0.1.0-alpha.4" version = "0.1.0-alpha.5"
edition = "2021" edition = "2021"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
publish = true publish = true

View file

@ -4,7 +4,7 @@ description = "glium render backend for `hui`"
repository = "https://github.com/griffi-gh/hui" repository = "https://github.com/griffi-gh/hui"
readme = "../README.md" readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"] authors = ["griffi-gh <prasol258@gmail.com>"]
version = "0.1.0-alpha.4" version = "0.1.0-alpha.5"
rust-version = "1.75" rust-version = "1.75"
edition = "2021" edition = "2021"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
@ -16,7 +16,7 @@ include = [
] ]
[dependencies] [dependencies]
hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false } hui = { version = "=0.1.0-alpha.5", path = "../hui", default-features = false }
glium = { version = "0.34", default-features = false } glium = { version = "0.34", default-features = false }
glam = "0.27" glam = "0.27"
log = "0.4" log = "0.4"

View file

@ -4,7 +4,7 @@ description = "winit platform backend for `hui`"
repository = "https://github.com/griffi-gh/hui" repository = "https://github.com/griffi-gh/hui"
readme = "../README.md" readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"] authors = ["griffi-gh <prasol258@gmail.com>"]
version = "0.1.0-alpha.4" version = "0.1.0-alpha.5"
edition = "2021" edition = "2021"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
publish = true publish = true
@ -14,7 +14,7 @@ include = [
] ]
[dependencies] [dependencies]
hui = { version = "=0.1.0-alpha.4", path = "../hui", default-features = false } hui = { version = "=0.1.0-alpha.5", path = "../hui", default-features = false }
winit = { version = "0.29", default-features = false } winit = { version = "0.29", default-features = false }
glam = "0.27" glam = "0.27"
log = "0.4" log = "0.4"

View file

@ -5,7 +5,7 @@ repository = "https://github.com/griffi-gh/hui"
readme = "../README.md" readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"] authors = ["griffi-gh <prasol258@gmail.com>"]
rust-version = "1.75" rust-version = "1.75"
version = "0.1.0-alpha.4" version = "0.1.0-alpha.5"
edition = "2021" edition = "2021"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
publish = true publish = true
@ -16,7 +16,7 @@ include = [
] ]
[dependencies] [dependencies]
hui-derive = { version = "0.1.0-alpha.4", path = "../hui-derive", optional = true } hui-derive = { version = "0.1.0-alpha.5", path = "../hui-derive", optional = true }
hashbrown = "0.14" hashbrown = "0.14"
nohash-hasher = "0.2" nohash-hasher = "0.2"
glam = "0.27" glam = "0.27"