optimizations

This commit is contained in:
Jorijn van der Graaf 2025-11-26 00:10:41 +01:00
commit 16c10a5c4a
3 changed files with 8 additions and 7 deletions

View file

@ -18,10 +18,6 @@ License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
module;
#define STB_IMAGE_IMPLEMENTATION
#include "../lib/stb_image.h"
#include "../lib/stb_truetype.h"
module Crafter.Graphics:RenderingElement_impl;
import :RenderingElement;
import :Window;