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:
Vendored
+4
@@ -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"
|
||||
Reference in New Issue
Block a user