hUI/hui-glium/Cargo.toml
2024-02-17 23:06:11 +01:00

21 lines
432 B
TOML

[package]
name = "hui-glium"
description = "Glium backend for hUI"
repository = "https://github.com/griffi-gh/hui"
authors = ["griffi-gh <prasol258@gmail.com>"]
version = "0.0.2"
edition = "2021"
license = "GPL-3.0-or-later"
publish = true
include = [
"shaders/**/*",
"src/**/*.rs",
"Cargo.toml",
]
[dependencies]
hui = { version = "^0.0", path = "../hui", default-features = false }
glium = "0.34"
glam = "0.25"
log = "0.4"