1
1
Fork 0
mirror of https://github.com/griffi-gh/hUI.git synced 2025-04-04 06:56:29 -05:00

bump edition to 2024, rust-version to 1.85

This commit is contained in:
griffi-gh 2025-02-28 16:32:21 +01:00
parent a02343f8dd
commit 24f0c83304
8 changed files with 12 additions and 12 deletions
hui-derive
hui-examples
hui-glium
hui-painter-wip
hui-shared
hui-wgpu
hui-winit
hui

View file

@ -4,9 +4,9 @@ description = "Derive macros for hUI"
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]
rust-version = "1.80"
rust-version = "1.85"
version = "0.1.0-alpha.6"
edition = "2021"
edition = "2024"
license = "GPL-3.0-or-later"
publish = true
include = [

View file

@ -1,7 +1,7 @@
[package]
name = "hui-examples"
version = "0.0.0"
edition = "2021"
edition = "2024"
license = "GPL-3.0-or-later"
publish = false

View file

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

View file

@ -6,7 +6,7 @@ readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]
rust-version = "1.75"
version = "0.1.0-alpha.6"
edition = "2021"
edition = "2024"
license = "GPL-3.0-or-later"
publish = false # TODO: change to true once ready
include = [

View file

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

View file

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

View file

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

View file

@ -4,9 +4,9 @@ description = "Simple UI library for games and other interactive applications"
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]
rust-version = "1.80"
rust-version = "1.85"
version = "0.1.0-alpha.6"
edition = "2021"
edition = "2024"
license = "GPL-3.0-or-later"
publish = true
include = [