create hui-wgpu

This commit is contained in:
griffi-gh 2024-05-05 01:14:06 +02:00
parent 3a50d2d0dd
commit 20be787a62
3 changed files with 24 additions and 1 deletions

View file

@ -1,3 +1,3 @@
[workspace]
resolver = "2"
members = ["hui", "hui-derive", "hui-examples", "hui-glium", "hui-winit"]
members = ["hui", "hui-derive", "hui-examples", "hui-glium", "hui-wgpu", "hui-winit"]

22
hui-wgpu/Cargo.toml Normal file
View file

@ -0,0 +1,22 @@
[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"

1
hui-wgpu/src/lib.rs Normal file
View file

@ -0,0 +1 @@
//TODO