Skip to content

Commit e80b8ce

Browse files
Book-readerlerno
authored andcommitted
remove explicit raylib5 dependency as it does not allow the usage of raylib55
1 parent 934ccd6 commit e80b8ce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: libraries/raygui.c3l/manifest.json

-5
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,21 @@
33
"targets" : {
44
"macos-x64" : {
55
"link-args" : [],
6-
"dependencies" : ["raylib5"],
76
"linked-libraries" : ["raygui", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
87
},
98
"macos-aarch64" : {
109
"link-args" : [],
11-
"dependencies" : ["raylib5"],
1210
"linked-libraries" : ["raygui", "Cocoa.framework", "OpenGL.framework", "CoreVideo.framework", "GLUT.framework", "IOKit.framework", "c"]
1311
},
1412
"linux-x64" : {
1513
"link-args" : [],
16-
"dependencies" : ["raylib5"],
1714
"linked-libraries" : ["raygui"]
1815
},
1916
"windows-x64" : {
20-
"dependencies" : ["raylib5"],
2117
"linked-libraries" : ["raygui","gdi32", "winmm"],
2218
"wincrt": "none"
2319
},
2420
"wasm32" : {
25-
"dependencies" : ["raylib5"],
2621
"linked-libraries" : ["raygui"]
2722
}
2823
}

0 commit comments

Comments
 (0)