mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 14:48:42 -06:00
wip wgpu be
This commit is contained in:
parent
b71be4f9fd
commit
b188e49a3c
|
@ -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"
|
||||
|
|
|
@ -1 +1,7 @@
|
|||
//TODO
|
||||
pub struct WgpuUiRenderer {
|
||||
|
||||
}
|
||||
|
||||
impl WgpuUiRenderer {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue