Fix typo in README.md

Co-authored-by: rupakhetibinit <bineetrupakheti@gmail.com>
This commit is contained in:
Not-Nik 2024-04-20 22:13:05 +02:00
parent 78f0d74305
commit 4231842efd
No known key found for this signature in database
GPG Key ID: 08BB71E672DB3BFD

View File

@ -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