Ray
vor 1 Monat
committed von
GitHub
Ursprung
Commit
47bdfb91a2
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194
1 geänderte Dateien mit
1 neuen und
0 gelöschten Zeilen
-
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 |
|
|
|
|
|
|
|