update metadata

This commit is contained in:
griffi-gh 2024-02-19 17:49:01 +01:00
parent 92dfb32e1d
commit a1279f8193
3 changed files with 13 additions and 1 deletions

View file

@ -1,7 +1,8 @@
[package]
name = "hui-glium"
description = "Glium backend for hUI"
description = "glium render backend for `hui`"
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]
version = "0.1.0-alpha.3"
edition = "2021"

View file

@ -1,7 +1,17 @@
[package]
name = "hui-winit"
description = "winit platform backend for `hui`"
repository = "https://github.com/griffi-gh/hui"
readme = "../README.md"
authors = ["griffi-gh <prasol258@gmail.com>"]
version = "0.1.0-alpha.3"
edition = "2021"
license = "GPL-3.0-or-later"
publish = true
include = [
"src/**/*.rs",
"Cargo.toml",
]
[dependencies]
hui = { version = "=0.1.0-alpha.3", path = "../hui", default-features = false }

View file

@ -2,6 +2,7 @@
name = "hui"
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.75"
version = "0.1.0-alpha.3"