aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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 f83e906a2..e4603a84f 100644
--- a/examples/all/all_vendor.odin
+++ b/examples/all/all_vendor.odin
@@ -8,6 +8,7 @@ import microui "vendor:microui"
import miniaudio "vendor:miniaudio"
import PM "vendor:portmidi"
import rl "vendor:raylib"
+import exr "vendor:OpenEXRCore"
import SDL "vendor:sdl2"
import SDLNet "vendor:sdl2/net"
@@ -29,6 +30,7 @@ _ :: microui
_ :: miniaudio
_ :: PM
_ :: rl
+_ :: exr
_ :: SDL
_ :: SDLNet
_ :: IMG