Add image packages to examples/all

This commit is contained in:
gingerBill
2022-05-14 14:43:50 +01:00
parent 01e8e682c0
commit 5af7004f44
2 changed files with 7 additions and 5 deletions
+2
View File
@@ -62,8 +62,10 @@ import fmt "core:fmt"
import hash "core:hash"
import image "core:image"
import netpbm "core:image/netpbm"
import png "core:image/png"
import qoi "core:image/qoi"
import tga "core:image/tga"
import io "core:io"
import log "core:log"