Skip to content

Commit

Permalink
raylib 5.5
Browse files Browse the repository at this point in the history
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
devdad committed Nov 24, 2024
1 parent 780d28a commit 3591f61
Show file tree
Hide file tree
Showing 6 changed files with 2,209 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libraries/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions libraries/.idea/libraries.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions libraries/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions libraries/.idea/zigbrains.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions libraries/raylib55.c3l/manifest.json
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"]
}
}
}
Loading

0 comments on commit 3591f61

Please sign in to comment.