Ray
5 місяці тому
committed by
GitHub
Не вдалося знайти GPG ключ що відповідає даному підпису
Ідентифікатор GPG ключа: B5690EEEBB952194
1 змінених файлів з
1 додано та
0 видалено
-
examples/README.md
|
|
|
@ -6,6 +6,7 @@ The examples assume you have already built the `raylib` library in `../src`. |
|
|
|
|
|
|
|
- `make` builds all examples |
|
|
|
- `make [module]` builds all examples for a particular module (e.g `make core`) |
|
|
|
- `make [module]/[name]` builds one examples for a particular module (e.g `make core/core_basic_window`) |
|
|
|
|
|
|
|
### With Zig |
|
|
|
|
|
|
|
|