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:
parent
659d6a6fd5
commit
a446b6d282
hui-derive
hui-glium
hui-loaders
hui-painter
hui-shared
hui-wgpu
hui
|
@ -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"
|
||||
|
|
|
@ -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>"]
|
||||
|
|
|
@ -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>"]
|
||||
|
|
|
@ -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>"]
|
||||
|
|
|
@ -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>"]
|
||||
|
|
|
@ -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>"]
|
||||
|
|
|
@ -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>"]
|
||||
|
|
Loading…
Reference in a new issue