Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: raylib5 #180

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (NOT raylib_FOUND)
FetchContent_Declare(
raylib
GIT_REPOSITORY https://github.com/raysan5/raylib.git
GIT_TAG 4.5.0
GIT_TAG 5.0
GIT_SHALLOW TRUE
)
FetchContent_GetProperties(raylib)
Expand Down
1,422 changes: 1,024 additions & 398 deletions docs/API.md

Large diffs are not rendered by default.

3,672 changes: 2,328 additions & 1,344 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raylib",
"version": "0.14.0",
"version": "0.15.0",
"description": "Node.js bindings for raylib.",
"main": "index.js",
"types": "src/generated/node-raylib.d.ts",
Expand Down Expand Up @@ -66,7 +66,7 @@
"module-alias": "^2.2.2"
},
"devDependencies": {
"@raylib/api": "~4.5.0",
"@raylib/api": "^5.0.0",
"@vitest/ui": "^0.29.7",
"archiver": "^5.3.1",
"jsdoc-to-markdown": "^8.0.0",
Expand Down
2,792 changes: 1,843 additions & 949 deletions src/extras/raygui.h

Large diffs are not rendered by default.

379 changes: 249 additions & 130 deletions src/extras/rlgl.h

Large diffs are not rendered by default.

Loading
Loading