Add raygui libs

This commit is contained in:
Jeroen van Rijn
2026-07-03 16:55:18 +02:00
parent 72a59feb45
commit 2b4e2e481e
8 changed files with 27 additions and 3 deletions

10
.gitattributes vendored
View File

@@ -14,13 +14,19 @@ vendor/wgpu/lib/wgpu-windows-x86_64-msvc-release/lib/wgpu_native.dll filter=lfs
vendor/wgpu/lib/wgpu-windows-x86_64-msvc-release/lib/wgpu_native.dll.lib filter=lfs diff=lfs merge=lfs -text
vendor/wgpu/lib/wgpu-windows-x86_64-msvc-release/lib/wgpu_native.lib filter=lfs diff=lfs merge=lfs -text
vendor/wgpu/lib/wgpu-windows-x86_64-msvc-release/lib/wgpu_native.pdb filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/linux/libraygui.so filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/linux/libraylib.a filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/linux/libraylib.so.600 filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/linux-arm64/libraylib.a filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/linux-arm64/libraylib.so.600 filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/macos/libraylib.600.dylib filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/macos/libraygui-arm64.dylib filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/macos/libraygui.dylib filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/macos/libraylib.a filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/macos/libraylib.600.dylib filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/wasm/libraylib.web.a filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/windows/raylib.dll filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/windows/raylib.lib filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/windows/raylibdll.lib filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/windows/raylibdll.lib filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/windows/raygui.dll filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/windows/raygui.lib filter=lfs diff=lfs merge=lfs -text
vendor/raylib/v6/windows/rayguidll.lib filter=lfs diff=lfs merge=lfs -text

3
vendor/raylib/v6/linux/libraygui.so vendored Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:120a8c4dbb80242c0a24835c71c167d6aa6fad7a40208d2a4bf5110ec78f7647
size 103200

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43fda6ec19b95c3d19306989c4eb2e168ac5603fd828ca774f673646376bcf23
size 122992

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:889e1df57d5001078620184d4d7b1e3cbece6556e54b8dcbfbf7a95e99b24ab5
size 121864

View File

@@ -16,7 +16,7 @@ when ODIN_OS == .Windows {
} else when ODIN_OS == .Darwin {
when ODIN_ARCH == .arm64 {
foreign import lib {
"macos-arm64/libraygui.dylib" when RAYGUI_SHARED else "macos-arm64/libraygui.a",
"macos/libraygui-arm64.dylib" when RAYGUI_SHARED else "macos/libraygui-arm64.a",
}
} else {
foreign import lib {

3
vendor/raylib/v6/windows/raygui.dll vendored Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24e26ea66853632e741c2c3745f8929ae6a2280ae7cfbdde4ddf87bd33d11626
size 247296

3
vendor/raylib/v6/windows/raygui.lib vendored Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f194e7379d50bd84c95a4c301476b01b0f021d91dd3024a4cda05d083e6e9860
size 183426

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a68dfee632c57df7e39553a15837694ac21b2fc4eeaf30fccfbc306a6641c0a3
size 11814