stb_image
- Moved stb_image implementation section from .h file to a .c file
This commit is contained in:
parent
2121e0ea16
commit
d6a400e05a
4 changed files with 7130 additions and 7143 deletions
9
Dependencies/stb_image/build.lua
vendored
9
Dependencies/stb_image/build.lua
vendored
|
@ -10,11 +10,8 @@ project "stb_image"
|
|||
kind "StaticLib"
|
||||
language "C"
|
||||
|
||||
runtime "Release"
|
||||
optimize "on"
|
||||
|
||||
defines "STB_IMAGE_IMPLEMENTATION"
|
||||
|
||||
-- Project Files ---
|
||||
files
|
||||
{
|
||||
|
@ -24,12 +21,6 @@ project "stb_image"
|
|||
"build.lua"
|
||||
}
|
||||
|
||||
-- Dependencies --
|
||||
includedirs
|
||||
{
|
||||
"%{prj.location}/include/"
|
||||
}
|
||||
|
||||
--- Filters ---
|
||||
-- windows
|
||||
filter "system:windows"
|
||||
|
|
7130
Dependencies/stb_image/stb_image.c
vendored
Normal file
7130
Dependencies/stb_image/stb_image.c
vendored
Normal file
File diff suppressed because it is too large
Load diff
1
Dependencies/stb_image/stb_image.cpp
vendored
1
Dependencies/stb_image/stb_image.cpp
vendored
|
@ -1 +0,0 @@
|
|||
#include "stb_image.h"
|
7133
Dependencies/stb_image/stb_image.h
vendored
7133
Dependencies/stb_image/stb_image.h
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue