-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raylib library updated to lates raylib 5.5 version, (macos-aarch64 lib is not updated all others are updated to new version 5.5) I am not sure how you want name of lib to be so I just put raylib55.c3i just to not overwrite old one.
- Loading branch information
Showing
6 changed files
with
2,209 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"provides" : "raylib5", | ||
"targets" : { | ||
"macos-x64" : { | ||
"link-args" : [], | ||
"dependencies" : [], | ||
"linked-libraries" : ["raylib", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"] | ||
}, | ||
"macos-aarch64" : { | ||
"link-args" : [], | ||
"dependencies" : [], | ||
"linked-libraries" : ["raylib", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"] | ||
}, | ||
"linux-x64" : { | ||
"link-args" : [], | ||
"dependencies" : [], | ||
"linked-libraries" : ["raylib", "GLESv2", "glfw", "c"] | ||
}, | ||
"windows-x64" : { | ||
"linked-libraries" : ["raylib", "opengl32", "kernel32", "user32", "gdi32", "winmm", "winspool", "comdlg32", "advapi32", "shell32", "ole32", "oleaut32", "uuid", "odbc32", "odbccp32"], | ||
"wincrt": "none" | ||
}, | ||
"wasm32" : { | ||
"linked-libraries" : ["raylib"] | ||
} | ||
} | ||
} |
Oops, something went wrong.