wip wgpu be

This commit is contained in:
griffi-gh 2024-05-08 01:50:14 +02:00
parent b71be4f9fd
commit b188e49a3c
2 changed files with 9 additions and 2 deletions

View file

@ -17,6 +17,7 @@ include = [
[dependencies]
hui = { version = "=0.1.0-alpha.5", path = "../hui", default-features = false }
#wgpu = "0.20"
wgpu = "0.20"
bytemuck = "1.15"
glam = "0.27"
log = "0.4"

View file

@ -1 +1,7 @@
//TODO
pub struct WgpuUiRenderer {
}
impl WgpuUiRenderer {
}