From 1fe1889fa29332eb4659f83f062573966f378f15 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Tue, 24 Jun 2025 15:30:39 +0800 Subject: [PATCH] remove STB_IMAGE_IMPLEMENTATION (this is already linked) --- thermion_dart/native/src/c_api/TTexture.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/thermion_dart/native/src/c_api/TTexture.cpp b/thermion_dart/native/src/c_api/TTexture.cpp index 24df4b57..9b912c2d 100644 --- a/thermion_dart/native/src/c_api/TTexture.cpp +++ b/thermion_dart/native/src/c_api/TTexture.cpp @@ -25,7 +25,6 @@ #include "Log.hpp" -#define STB_IMAGE_IMPLEMENTATION #include #ifdef __cplusplus