Bladeren bron

WARNING: **BREAKING**: Moved `raylib parser` to `tools/parser` directory

pull/5085/head
Ray 6 maanden geleden
bovenliggende
commit
47c186dd87
9 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +2
    -2
      .github/workflows/parse.yml
  2. +0
    -0
      tools/parser/LICENSE
  3. +0
    -0
      tools/parser/Makefile
  4. +0
    -0
      tools/parser/README.md
  5. +0
    -0
      tools/parser/output/raylib_api.json
  6. +0
    -0
      tools/parser/output/raylib_api.lua
  7. +0
    -0
      tools/parser/output/raylib_api.txt
  8. +0
    -0
      tools/parser/output/raylib_api.xml
  9. +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


Laden…
Annuleren
Opslaan