examples: workaround change in @embedFile not working with relative paths

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-08-20 22:48:19 -07:00
parent 37c3045314
commit bc5e2fe9bf
8 changed files with 17 additions and 7 deletions

12
.gitmodules vendored
View file

@ -16,9 +16,6 @@
path = examples/libs/zigimg
url = https://github.com/slimsag/zigimg
branch = zig-master
[submodule "examples/assets"]
path = examples/assets
url = https://github.com/hexops/mach-example-assets
[submodule "freetype/upstream"]
path = freetype/upstream
url = https://github.com/hexops/freetype
@ -31,3 +28,12 @@
[submodule "sysaudio/upstream"]
path = sysaudio/upstream
url = https://github.com/hexops/soundio
[submodule "examples/image-blur/assets"]
path = examples/image-blur/assets
url = https://github.com/hexops/mach-example-assets
[submodule "examples/textured-cube/assets"]
path = examples/textured-cube/assets
url = https://github.com/hexops/mach-example-assets
[submodule "examples/gkurve/assets"]
path = examples/gkurve/assets
url = https://github.com/hexops/mach-example-assets