aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-11-04 11:39:54 +0000
committergingerBill <bill@gingerbill.org>2022-11-04 11:39:54 +0000
commitb743f56fb98da4cf177eec71a3d6370dfbc78982 (patch)
treec4382d1999e712e722aad20292cbd01cabe43b2c /examples
parent1fc3f6cb2effedd6d8e21c492d76c9c110f54bfc (diff)
Fix +build ignore
Diffstat (limited to 'examples')
-rw-r--r--examples/all/all_vendor.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_vendor.odin b/examples/all/all_vendor.odin
index 22be12ef9..bd5921e6a 100644
--- a/examples/all/all_vendor.odin
+++ b/examples/all/all_vendor.odin
@@ -10,6 +10,7 @@ import miniaudio "vendor:miniaudio"
import PM "vendor:portmidi"
import rl "vendor:raylib"
import exr "vendor:OpenEXRCore"
+import cgltf "vendor:cgltf"
import SDL "vendor:sdl2"
import SDLNet "vendor:sdl2/net"
@@ -33,6 +34,7 @@ _ :: miniaudio
_ :: PM
_ :: rl
_ :: exr
+_ :: cgltf
_ :: SDL
_ :: SDLNet