Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
Archivist
/
raylib-src
kopie van
https://github.com/raysan5/raylib
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
24
Wiki
Activiteit
Bladeren bron
WARNING: **BREAKING**: Moved `raylib parser` to `tools/parser` directory
pull/5085/head
Ray
6 maanden geleden
bovenliggende
cdfb9d7a0b
commit
47c186dd87
9 gewijzigde bestanden
met
toevoegingen van 2
en
2 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+2
-2
.github/workflows/parse.yml
+0
-0
tools/parser/LICENSE
+0
-0
tools/parser/Makefile
+0
-0
tools/parser/README.md
+0
-0
tools/parser/output/raylib_api.json
+0
-0
tools/parser/output/raylib_api.lua
+0
-0
tools/parser/output/raylib_api.txt
+0
-0
tools/parser/output/raylib_api.xml
+0
-0
tools/parser/raylib_parser.c
+ 2
- 2
.github/workflows/parse.yml
Bestand weergeven
@ -1,4 +1,4 @@
name
:
Parse
raylib
_api
name
:
Parse
raylib
API
on
:
workflow_dispatch
:
@ -14,7 +14,7 @@ jobs:
-
uses
:
actions/checkout@v4
-
name
:
Update
parse
files
working-directory
:
parser
working-directory
:
tools/
parser
run
:
|
make
raylib_api
mv
raylib_api.*
output
parser/LICENSE → tools/parser/LICENSE
Bestand weergeven
parser/Makefile → tools/parser/Makefile
Bestand weergeven
parser/README.md → tools/parser/README.md
Bestand weergeven
parser/output/raylib_api.json → tools/parser/output/raylib_api.json
Bestand weergeven
parser/output/raylib_api.lua → tools/parser/output/raylib_api.lua
Bestand weergeven
parser/output/raylib_api.txt → tools/parser/output/raylib_api.txt
Bestand weergeven
parser/output/raylib_api.xml → tools/parser/output/raylib_api.xml
Bestand weergeven
parser/raylib_parser.c → tools/parser/raylib_parser.c
Bestand weergeven
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan