halfway through imgui, the context is really not ergonomic

This commit is contained in:
2021-02-14 18:07:26 -08:00
parent 60ab3bebd8
commit 2370ce4974
6 changed files with 209 additions and 94 deletions

View File

@@ -15,7 +15,7 @@ typed-arena = "2.0.1"
serde = { version = "1", features = ["derive"], optional = true }
log = "0.4"
png = "0.16"
winit = { version = "0.22.1", features = ["web-sys"] }
winit = "0.24.0"
rand = { version = "0.7.2", features = ["wasm-bindgen"] }
bytemuck = "1"
noise = "0.6"
@@ -29,4 +29,7 @@ cgmath = "0.18.0"
rapier3d = { version = "0.5.0", features = ["simd-nightly", "parallel"] }
nalgebra = "0.24.1"
legion = "0.3.1"
wgpu = "0.7.0"
wgpu = "0.7.0"
imgui = "0.7.0"
imgui-wgpu = "0.14.0"
imgui-winit-support = "0.7.0"