hUI/hui-wgpu/Cargo.toml

23 lines
503 B
TOML
Raw Normal View History

2024-05-04 23:14:06 +00:00
[package]
name = "hui-wgpu"
description = "wgpu 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.5"
rust-version = "1.75"
edition = "2021"
license = "GPL-3.0-or-later"
publish = true
include = [
"shaders/**/*",
"src/**/*.rs",
"Cargo.toml",
]
[dependencies]
hui = { version = "=0.1.0-alpha.5", path = "../hui", default-features = false }
#wgpu = "0.20"
glam = "0.27"
log = "0.4"