From b188e49a3cafd69a13221401c5e4dae1aedb43f2 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Wed, 8 May 2024 01:50:14 +0200 Subject: [PATCH] wip wgpu be --- hui-wgpu/Cargo.toml | 3 ++- hui-wgpu/src/lib.rs | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/hui-wgpu/Cargo.toml b/hui-wgpu/Cargo.toml index de57d9b..47a1771 100644 --- a/hui-wgpu/Cargo.toml +++ b/hui-wgpu/Cargo.toml @@ -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" diff --git a/hui-wgpu/src/lib.rs b/hui-wgpu/src/lib.rs index 8ad1dfb..d8d6734 100644 --- a/hui-wgpu/src/lib.rs +++ b/hui-wgpu/src/lib.rs @@ -1 +1,7 @@ -//TODO +pub struct WgpuUiRenderer { + +} + +impl WgpuUiRenderer { + +}