From 8d5a7d382c75fecfa6b8ce82577c1bba50caea99 Mon Sep 17 00:00:00 2001 From: Erazem Kos <59959807+erazemkos@users.noreply.github.com> Date: Thu, 20 Mar 2025 12:00:40 +0100 Subject: [PATCH] Update feature macro documentation for zig 0.14.0 (#225) Update feature macro documentation for zig 0.14.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e24b26..8e86c0a 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ fonts, 3D models and audio, linkage variants. You can specify these options for corresponding C macro before you link with it, e.g.: ```zig -raylib_artifact.defineCMacro("SUPPORT_FILEFORMAT_JPG", null); +raylib_artifact.root_module.addCMacro("SUPPORT_FILEFORMAT_JPG", ""); ``` ## Exporting for web