hUI/hui-glium/Cargo.toml

21 lines
490 B
TOML
Raw Normal View History

2024-02-17 20:43:46 +00:00
[package]
name = "hui-glium"
description = "Glium backend for hUI"
repository = "https://github.com/griffi-gh/hui"
authors = ["griffi-gh <prasol258@gmail.com>"]
2024-02-19 16:27:58 +00:00
version = "0.1.0-alpha.3"
2024-02-17 20:43:46 +00:00
edition = "2021"
license = "GPL-3.0-or-later"
publish = true
2024-02-17 20:56:21 +00:00
include = [
"shaders/**/*",
"src/**/*.rs",
"Cargo.toml",
]
2024-02-17 20:43:46 +00:00
[dependencies]
2024-02-19 16:27:58 +00:00
hui = { version = "=0.1.0-alpha.3", path = "../hui", default-features = false }
2024-02-19 16:24:31 +00:00
glium = { version = "0.34", default-features = false }
2024-02-17 20:43:46 +00:00
glam = "0.25"
log = "0.4"