1
1
Fork 0
mirror of https://github.com/griffi-gh/hUI.git synced 2025-04-15 04:07:20 -05:00
hUI/hui-wgpu/Cargo.toml
2025-03-11 10:16:46 +01:00

24 lines
594 B
TOML

[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.6"
rust-version = "1.85"
edition = "2024"
license = "GPL-3.0-or-later"
publish = true
include = [
"shaders/**/*",
"src/**/*.rs",
"Cargo.toml",
]
[dependencies]
hui-painter = { version = "=0.1.0-alpha.6", path = "../hui-painter", default-features = false }
wgpu = { version = "24", default-features = false, features = ["wgsl"]}
bytemuck = "1.15"
log = "0.4"
glam = "0.30"