mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00
Fix typo in README.md
Co-authored-by: rupakhetibinit <bineetrupakheti@gmail.com>
This commit is contained in:
parent
78f0d74305
commit
4231842efd
@ -94,7 +94,7 @@ Now add the modules and artifact to your target as you would normally:
|
|||||||
exe.linkLibrary(raylib_artifact);
|
exe.linkLibrary(raylib_artifact);
|
||||||
exe.addModule("raylib", raylib);
|
exe.addModule("raylib", raylib);
|
||||||
exe.addModule("raylib-math", raylib_math);
|
exe.addModule("raylib-math", raylib_math);
|
||||||
exe.addModule("rlgl", raylib_math);
|
exe.addModule("rlgl", rlgl);
|
||||||
```
|
```
|
||||||
|
|
||||||
If you additionally want to support Web as a platform with emscripten, you will need `emcc.zig`. Refer to raylib-zig's project template on how to use it
|
If you additionally want to support Web as a platform with emscripten, you will need `emcc.zig`. Refer to raylib-zig's project template on how to use it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user