gpu-dawn: correct submodule path

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-03-04 16:17:25 -07:00
parent d35957766b
commit dc8ffa9e87

View file

@ -3,8 +3,8 @@
url = https://github.com/hexops/dawn.git url = https://github.com/hexops/dawn.git
shallow = true shallow = true
branch = "generated-2022-02-17" branch = "generated-2022-02-17"
[submodule "gpu-dawn/libs/DirectXShaderCompiler"] [submodule "libs/DirectXShaderCompiler"]
path = gpu-dawn/libs/DirectXShaderCompiler path = libs/DirectXShaderCompiler
url = https://github.com/hexops/DirectXShaderCompiler url = https://github.com/hexops/DirectXShaderCompiler
shallow = true shallow = true
branch = "mach" branch = "mach"