From: Brendan Hansen Date: Sat, 26 Mar 2022 21:02:37 +0000 (-0500) Subject: bugfix in stb_image module X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=678cbf7b028f6c6ef810db6dc83c6b631040a7d2;p=onyx.git bugfix in stb_image module --- diff --git a/modules/stb_image/module.onyx b/modules/stb_image/module.onyx index 5d7a029f..2f691d37 100644 --- a/modules/stb_image/module.onyx +++ b/modules/stb_image/module.onyx @@ -1,5 +1,7 @@ package stb_image +use package core { cptr } + #library "stb_image" #foreign "stb_image" {