Fix typo in README.md
Co-authored-by: rupakhetibinit <bineetrupakheti@gmail.com>
This commit is contained in:
parent
78f0d74305
commit
4231842efd
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ Now add the modules and artifact to your target as you would normally:
|
|||
exe.linkLibrary(raylib_artifact);
|
||||
exe.addModule("raylib", raylib);
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue