Skip to content

Commit

Permalink
remove explicit raylib5 dependency as it does not allow the usage o…
Browse files Browse the repository at this point in the history
…f `raylib55`
  • Loading branch information
Book-reader authored and lerno committed Feb 13, 2025
1 parent 934ccd6 commit e80b8ce
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libraries/raygui.c3l/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,21 @@
"targets" : {
"macos-x64" : {
"link-args" : [],
"dependencies" : ["raylib5"],
"linked-libraries" : ["raygui", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
},
"macos-aarch64" : {
"link-args" : [],
"dependencies" : ["raylib5"],
"linked-libraries" : ["raygui", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
},
"linux-x64" : {
"link-args" : [],
"dependencies" : ["raylib5"],
"linked-libraries" : ["raygui"]
},
"windows-x64" : {
"dependencies" : ["raylib5"],
"linked-libraries" : ["raygui","gdi32", "winmm"],
"wincrt": "none"
},
"wasm32" : {
"dependencies" : ["raylib5"],
"linked-libraries" : ["raygui"]
}
}
Expand Down

0 comments on commit e80b8ce

Please # to comment.