mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 17:32:22 -07:00
Add binaries for raylib on "linux" and "darwin"
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
+2
@@ -9,6 +9,8 @@ when #config(RAYLIB_USE_LINALG, false) {
|
||||
#assert(size_of(rune) == size_of(c.int))
|
||||
|
||||
when ODIN_OS == "windows" do foreign import lib "raylib.lib"
|
||||
when ODIN_OS == "linux" do foreign import lib "linux/libraylib.a"
|
||||
when ODIN_OS == "darwin" do foreign import lib "macos/libraylib.a"
|
||||
|
||||
VERSION :: "3.7"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user