1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/stbi
2022-10-07 17:20:35 +03:00
..
link_to_libm.c.v
README.md
stbi_test.v
stbi.c.v stbi: fix loading image from memory (#15981) 2022-10-07 17:20:35 +03:00

Description:

stbi is a thin wrapper around stb's stb_image.h, which in turn is "a public domain image loader" for popular graphics image file formats.