From 24f0c8330420c5e761e3f86f5ebcd3ccbb59b4db Mon Sep 17 00:00:00 2001
From: griffi-gh <prasol258@gmail.com>
Date: Fri, 28 Feb 2025 16:32:21 +0100
Subject: [PATCH] bump edition to 2024, rust-version to 1.85

---
 hui-derive/Cargo.toml      | 4 ++--
 hui-examples/Cargo.toml    | 2 +-
 hui-glium/Cargo.toml       | 4 ++--
 hui-painter-wip/Cargo.toml | 2 +-
 hui-shared/Cargo.toml      | 2 +-
 hui-wgpu/Cargo.toml        | 4 ++--
 hui-winit/Cargo.toml       | 2 +-
 hui/Cargo.toml             | 4 ++--
 8 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/hui-derive/Cargo.toml b/hui-derive/Cargo.toml
index 05082f3..c288356 100644
--- a/hui-derive/Cargo.toml
+++ b/hui-derive/Cargo.toml
@@ -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 = [
diff --git a/hui-examples/Cargo.toml b/hui-examples/Cargo.toml
index 133b82c..6e2f202 100644
--- a/hui-examples/Cargo.toml
+++ b/hui-examples/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "hui-examples"
 version = "0.0.0"
-edition = "2021"
+edition = "2024"
 license = "GPL-3.0-or-later"
 publish = false
 
diff --git a/hui-glium/Cargo.toml b/hui-glium/Cargo.toml
index ae3c78e..29ed901 100644
--- a/hui-glium/Cargo.toml
+++ b/hui-glium/Cargo.toml
@@ -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 = [
diff --git a/hui-painter-wip/Cargo.toml b/hui-painter-wip/Cargo.toml
index c14b25d..bfb1570 100644
--- a/hui-painter-wip/Cargo.toml
+++ b/hui-painter-wip/Cargo.toml
@@ -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 = [
diff --git a/hui-shared/Cargo.toml b/hui-shared/Cargo.toml
index 921419e..60293e4 100644
--- a/hui-shared/Cargo.toml
+++ b/hui-shared/Cargo.toml
@@ -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 = [
diff --git a/hui-wgpu/Cargo.toml b/hui-wgpu/Cargo.toml
index 523beb4..9ffe9e7 100644
--- a/hui-wgpu/Cargo.toml
+++ b/hui-wgpu/Cargo.toml
@@ -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 = [
diff --git a/hui-winit/Cargo.toml b/hui-winit/Cargo.toml
index b6d93ef..ad6d00a 100644
--- a/hui-winit/Cargo.toml
+++ b/hui-winit/Cargo.toml
@@ -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 = [
diff --git a/hui/Cargo.toml b/hui/Cargo.toml
index 2bc3fef..d948023 100644
--- a/hui/Cargo.toml
+++ b/hui/Cargo.toml
@@ -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 = [