diff --git a/vlib/stbi/stbi.v b/vlib/stbi/stbi.v index be0648cd8b..c1fe0298b8 100644 --- a/vlib/stbi/stbi.v +++ b/vlib/stbi/stbi.v @@ -12,7 +12,7 @@ module stbi #flag @VROOT/thirdparty/stb_image/stbi.o pub struct Image { -mut: +pub mut: width int height int nr_channels int