Files
filament/third_party/stb/tnt
Johnathon Selstad 1e3ddd612e Organize Subprojects into Folders in the IDE (#5934)
* Begin Sorting SubProjects into Folders

* Add more subprojects to folders

* Add even more subprojects to folders

* Add further subprojects to folders

* Move the last two projects

* Move Resources to a Resources subfolder

* Remove spaces to be stylistically coherent

* Revert Improper CMake Modifications

* Revert erroneous line removals

* Only specify sdl2's folder on WIN32

* Add the shader subprojects to a Generated folder

* Move shaders to Filament/Shaders
2022-08-17 12:42:21 -07:00
..
2022-06-01 12:38:22 -07:00

This folder was updated as follows:

cd third_party
curl -L -O https://github.com/nothings/stb/archive/59e9702.zip
unzip 59e9702.zip
mv stb-* stb_new
rsync -r stb_new/ stb/ --delete --exclude LICENSE tnt
rm -rf 59e9702.zip stb_new
rm -Rf stb/tests
git add stb ; git status