mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
vendor/raylib: revert removal of arm64 raygui binaries and fix import paths
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
+2
-2
@@ -122,7 +122,7 @@ when ODIN_OS == .Windows {
|
||||
}
|
||||
} else when ODIN_OS == .Darwin {
|
||||
foreign import lib {
|
||||
"macos/libraylib.550.dylib" when RAYLIB_SHARED else "libraylib.a",
|
||||
"macos/libraylib.550.dylib" when RAYLIB_SHARED else "macos/libraylib.a",
|
||||
"system:Cocoa.framework",
|
||||
"system:OpenGL.framework",
|
||||
"system:IOKit.framework",
|
||||
@@ -1779,4 +1779,4 @@ IsWaveReady :: IsWaveValid
|
||||
IsSoundReady :: IsSoundValid
|
||||
IsMusicReady :: IsMusicValid
|
||||
IsAudioStreamReady :: IsAudioStreamValid
|
||||
IsShaderReady :: IsShaderValid
|
||||
IsShaderReady :: IsShaderValid
|
||||
|
||||
Reference in New Issue
Block a user