dep: Add stb_image

This commit is contained in:
Connor McLaughlin
2020-06-08 01:47:07 +10:00
parent 29d918dbb0
commit 56c50c6eeb
5 changed files with 7664 additions and 0 deletions

View File

@ -35,10 +35,12 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\stb_image.c" />
<ClCompile Include="src\stb_image_resize.c" />
<ClCompile Include="src\stb_image_write.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\stb_image.h" />
<ClInclude Include="include\stb_image_resize.h" />
<ClInclude Include="include\stb_image_write.h" />
</ItemGroup>