lazy_static is neat... and intel's vulkan drivers are not. Blacklist debug functions on this machine since apparently the debug extension is buggy

This commit is contained in:
2021-02-16 00:36:44 -08:00
parent fa059fd177
commit 097a6e8003
3 changed files with 37 additions and 13 deletions

View File

@@ -24,6 +24,7 @@ wgpu-subscriber = "0.1.0"
tobj = "2.0.3"
gilrs = "0.8.0"
gfx-backend-vulkan = { version = "0.6", features = ["x11"] }
lazy_static = "1.4.0"
cgmath = "0.18.0"
rapier3d = { version = "0.5.0", features = ["simd-nightly", "parallel"] }