1
1
Fork 0
mirror of https://github.com/griffi-gh/hUI.git synced 2025-03-31 21:16:28 -05:00

add category and kwords

This commit is contained in:
griffi-gh 2025-03-11 16:02:55 +01:00
parent 659d6a6fd5
commit a446b6d282
7 changed files with 14 additions and 0 deletions
hui-derive
hui-glium
hui-loaders
hui-painter
hui-shared
hui-wgpu
hui

View file

@ -2,6 +2,8 @@
name = "hui-derive"
description = "internal crate: Provides derive macros for hUI"
repository = "https://github.com/griffi-gh/hui"
keywords = ["ui", "gui", "portable", "gamedev", "hui"]
categories = ["no-std", "gui", "game-development"]
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]
rust-version = "1.85"

View file

@ -1,6 +1,8 @@
[package]
name = "hui-glium"
description = "glium render backend for `hui`"
keywords = ["ui", "gui", "portable", "gamedev", "hui"]
categories = ["gui", "game-development"]
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]

View file

@ -1,6 +1,8 @@
[package]
name = "hui-loaders"
description = "Image loader providers for hUI-painter"
keywords = ["ui", "gui", "portable", "gamedev", "hui"]
categories = ["gui", "game-development"]
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]

View file

@ -1,6 +1,8 @@
[package]
name = "hui-painter"
description = "UI rendering middleware for hUI, abstracts away triangulation, text layout and rendering and all the other hard stuff."
keywords = ["ui", "gui", "portable", "gamedev", "hui"]
categories = ["no-std", "gui", "game-development"]
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]

View file

@ -1,6 +1,8 @@
[package]
name = "hui-shared"
description = "internal crate"
keywords = ["ui", "gui", "portable", "gamedev", "hui"]
categories = ["no-std", "gui", "game-development"]
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]

View file

@ -1,6 +1,8 @@
[package]
name = "hui-wgpu"
description = "wgpu render backend for `hui`"
keywords = ["ui", "gui", "portable", "gamedev", "hui"]
categories = ["gui", "game-development"]
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]

View file

@ -1,6 +1,8 @@
[package]
name = "hui"
description = "Simple UI library for games and other interactive applications"
keywords = ["ui", "gui", "portable", "gamedev", "hui"]
categories = ["no-std", "gui", "game-development"]
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]