chore(vendor): añadir stb_image v2.30 a cpp/vendor/stb/

Header-only image loader (public domain). Pinneado al commit
f0569113c93ad095470c54bf34a17b36646bbbb5 de nothings/stb.

Layout:
- stb_image.h — header (no modificar)
- stb_image_impl.cpp — UNICO TU que define STB_IMAGE_IMPLEMENTATION
- README.md — origen + commit + uso

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-25 20:58:02 +02:00
parent a11a58dab0
commit 30c1289434
3 changed files with 8019 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// Single TU that materializa la implementacion de stb_image (header-only).
// Cualquier otro .cpp que incluya stb_image.h NO debe definir STB_IMAGE_IMPLEMENTATION.
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"