mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-12-22 12:28:19 -06:00
upd version
This commit is contained in:
parent
d2b7dbe7cb
commit
1e69e8fc82
|
@ -3,13 +3,13 @@ name = "hui-glium"
|
|||
description = "Glium backend for hUI"
|
||||
repository = "https://github.com/griffi-gh/hui"
|
||||
authors = ["griffi-gh <prasol258@gmail.com>"]
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-or-later"
|
||||
publish = true
|
||||
|
||||
[dependencies]
|
||||
hui = { version = "0.1", path = "../hui", default-features = false }
|
||||
hui = { version = "=0.0.1", path = "../hui", default-features = false }
|
||||
glium = "0.34"
|
||||
glam = "0.25"
|
||||
log = "0.4"
|
||||
|
|
|
@ -4,10 +4,15 @@ description = "Simple UI library for games and other interactive applications"
|
|||
repository = "https://github.com/griffi-gh/hui"
|
||||
authors = ["griffi-gh <prasol258@gmail.com>"]
|
||||
rust-version = "1.75"
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-or-later"
|
||||
publish = true
|
||||
include = [
|
||||
"assets/**/*",
|
||||
"src/**/*.rs",
|
||||
"Cargo.toml",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
hashbrown = "0.14"
|
||||
|
|
Loading…
Reference in a new issue