add d3d12 support and fix globe example
This commit is contained in:
@@ -43,7 +43,7 @@ wgpu-hal = "0.21"
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
openxr = { workspace = true, features = [ "linked", "static", "mint" ] }
|
||||
winapi = { version = "0.3.9", optional = true }
|
||||
d3d12 = { version = "0.19", features = ["libloading"], optional = true }
|
||||
d3d12 = { version = "0.20", features = ["libloading"], optional = true }
|
||||
|
||||
[target.'cfg(all(target_family = "unix", not(target_arch = "wasm32")) )'.dependencies]
|
||||
openxr = { workspace = true, features = [ "mint" ] }
|
||||
|
||||
Reference in New Issue
Block a user