Effectively a redo of hexops/mach#231 where I messed up the submodule update by accident.
Updates Dawn to latest revision as of 2022-04-18 c7b7b6def6
* Followed https://github.com/hexops/dawn/tree/main/mach#updating
* The UB issue should now actually get fixed (once CI builds the binary releases.)
* Verified example runs on macOS.
Helps hexops/mach#221
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
14 lines
447 B
Text
14 lines
447 B
Text
[submodule "gpu-dawn/libs/dawn"]
|
|
path = gpu-dawn/libs/dawn
|
|
url = https://github.com/hexops/dawn.git
|
|
shallow = true
|
|
branch = "generated-2022-04-18"
|
|
[submodule "gpu-dawn/libs/DirectXShaderCompiler"]
|
|
path = gpu-dawn/libs/DirectXShaderCompiler
|
|
url = https://github.com/hexops/DirectXShaderCompiler
|
|
shallow = true
|
|
branch = "mach"
|
|
|
|
[submodule "examples/libs/zmath"]
|
|
path = examples/libs/zmath
|
|
url = https://github.com/PiergiorgioZagaria/zmath
|