dep: Add stb_image_resize

This commit is contained in:
Connor McLaughlin
2020-03-16 00:03:06 +10:00
parent 97c435a154
commit cfcdc1c336
5 changed files with 2641 additions and 1 deletions

View File

@ -35,9 +35,11 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\stb_image_resize.c" />
<ClCompile Include="src\stb_image_write.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\stb_image_resize.h" />
<ClInclude Include="include\stb_image_write.h" />
</ItemGroup>
<PropertyGroup Label="Globals">