mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00
Update feature macro documentation for zig 0.14.0 (#225)
Update feature macro documentation for zig 0.14.0
This commit is contained in:
parent
d4fc514d54
commit
8d5a7d382c
@ -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.:
|
corresponding C macro before you link with it, e.g.:
|
||||||
|
|
||||||
```zig
|
```zig
|
||||||
raylib_artifact.defineCMacro("SUPPORT_FILEFORMAT_JPG", null);
|
raylib_artifact.root_module.addCMacro("SUPPORT_FILEFORMAT_JPG", "");
|
||||||
```
|
```
|
||||||
|
|
||||||
## Exporting for web
|
## Exporting for web
|
||||||
|
Loading…
x
Reference in New Issue
Block a user