diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-17 12:35:34 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-17 12:35:34 +0200 |
| commit | 939973acd7a8ea17cc9dfda2a55e79dd0109a49c (patch) | |
| tree | 82b689ea148ad52f6144b4fb302f9300a42de44f /examples | |
| parent | ed4cb72b19f21bb20fc41c43d6eeff96221ac7d1 (diff) | |
[QOI] Add to examples/all.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 2 |
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 |