Browse Source

[QOI] Add to examples/all.

Jeroen van Rijn 3 years ago
parent
commit
939973acd7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/all/all_main.odin

+ 2 - 0
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