aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-05-03 14:22:25 +0100
committergingerBill <bill@gingerbill.org>2022-05-03 14:22:25 +0100
commit89c2e1a5fae48edea399e92fed2572ca3733b0a8 (patch)
tree7958f73248aa5712301faac9029de875511ad7d3 /examples
parent971d498e799bfeca5e7b074379feb6d933ef59cb (diff)
Add `vendor:OpenEXRCore` to `examples/all`
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