dep: Add stb_image_write

This commit is contained in:
Connor McLaughlin
2019-09-18 15:36:22 +10:00
parent 4d624946d6
commit e40ac7cee1
5 changed files with 2008 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="src\stb_image_write.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\stb_image_write.h" />
</ItemGroup>
</Project>