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 = [