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 { + +}