Skip to content

Commit

Permalink
add raygui.c3l (#37)
Browse files Browse the repository at this point in the history
* add raygui
  • Loading branch information
Book-reader authored Dec 26, 2024
1 parent 27bbe1e commit 0f480a9
Show file tree
Hide file tree
Showing 9 changed files with 1,153 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/raygui.c3l/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> [!NOTE]
> raygui.c3l requires the `raylib5.c3l` library to function
595 changes: 595 additions & 0 deletions libraries/raygui.c3l/dark.c3

Large diffs are not rendered by default.

Empty file.
Binary file added libraries/raygui.c3l/linux-x64/libraygui.a
Binary file not shown.
Empty file.
Empty file.
27 changes: 27 additions & 0 deletions libraries/raygui.c3l/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"provides" : "raygui",
"targets" : {
"macos-x64" : {
"link-args" : [],
"dependencies" : [],
"linked-libraries" : ["raygui", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
},
"macos-aarch64" : {
"link-args" : [],
"dependencies" : [],
"linked-libraries" : ["raygui", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
},
"linux-x64" : {
"link-args" : [],
"dependencies" : [],
"linked-libraries" : ["raygui", "GLESv2", "glfw", "c"]
},
"windows-x64" : {
"linked-libraries" : ["raygui", "opengl32", "kernel32", "user32", "gdi32", "winmm", "winspool", "comdlg32", "advapi32", "shell32", "ole32", "oleaut32", "uuid", "odbc32", "odbccp32"],
"wincrt": "none"
},
"wasm32" : {
"linked-libraries" : ["raygui"]
}
}
}
Loading

0 comments on commit 0f480a9

Please sign in to comment.