From 0fbc961bb8e7b9864c0982bb86b0de2e25d6f4aa Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 9 Nov 2025 06:37:45 +0530 Subject: Add macOS support and project creation tool - Add macOS static and dynamic library linking support - Add cross-platform build scripts for Windows, macOS, and Linux - Add project creation script with metadata embedding - Add macOS app bundle creation with icon support - Update CMakeLists.txt for platform detection - Fix STB rect pack duplicate symbols - Remove test images and unused files - Consolidate documentation into MACOS.md --- src/shapes.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/shapes.c b/src/shapes.c index 527632d..9dac22c 100644 --- a/src/shapes.c +++ b/src/shapes.c @@ -4,6 +4,9 @@ #include "lua_core.h" #include "textures.h" +// Note: STB rect pack is already included in raylib, so we just declare the types +#include "external/stb_rect_pack.h" + /* ## Shapes - Basic shapes drawing functions */ -- cgit v1.2.3