stbi: pub fields in Image

pull/4903/head
Dario Tarantini 2020-05-15 13:15:04 +02:00 committed by GitHub
parent d60233b618
commit f7605c397a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module stbi
#flag @VROOT/thirdparty/stb_image/stbi.o #flag @VROOT/thirdparty/stb_image/stbi.o
pub struct Image { pub struct Image {
mut: pub mut:
width int width int
height int height int
nr_channels int nr_channels int