From f7605c397a4146ac2c36bf38921d6b2255553674 Mon Sep 17 00:00:00 2001 From: Dario Tarantini Date: Fri, 15 May 2020 13:15:04 +0200 Subject: [PATCH] stbi: pub fields in Image --- vlib/stbi/stbi.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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