aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-17 12:35:34 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-04-17 12:35:34 +0200
commit939973acd7a8ea17cc9dfda2a55e79dd0109a49c (patch)
tree82b689ea148ad52f6144b4fb302f9300a42de44f
parented4cb72b19f21bb20fc41c43d6eeff96221ac7d1 (diff)
[QOI] Add to examples/all.
-rw-r--r--examples/all/all_main.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin
index 6a039e4dd..4f5bfbdc1 100644
--- a/examples/all/all_main.odin
+++ b/examples/all/all_main.odin
@@ -61,6 +61,7 @@ import hash "core:hash"
import image "core:image"
import png "core:image/png"
+import qoi "core:image/qoi"
import io "core:io"
import log "core:log"
@@ -159,6 +160,7 @@ _ :: fmt
_ :: hash
_ :: image
_ :: png
+_ :: qoi
_ :: io
_ :: log
_ :: math