Skip to content

Commit

Permalink
Merge pull request #31 from schveiguy/update45
Browse files Browse the repository at this point in the history
Update to raylib 4.5.0
  • Loading branch information
schveiguy authored Mar 25, 2023
2 parents 1cb6091 + e3da875 commit 040b38f
Show file tree
Hide file tree
Showing 25 changed files with 554 additions and 236 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ docs.json
__dummy.html
docs/
/draylib
/install/install
/install/raylib-d_install
/install/lib/**
*.so
*.dylib
*.dll
Expand All @@ -14,4 +17,4 @@ raylib-d-test-*
*.o
*.obj
*.lst
docs.md
docs.md
3 changes: 2 additions & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"versions" : ["raylib_test"],
"libs" : ["raylib"],
"lflags-posix": ["-L."],
"lflags-osx": ["-rpath", "@executable_path/"]
"lflags-osx": ["-rpath", "@executable_path/"],
"lflags-linux" : ["-rpath=$$ORIGIN"]
}
],
"copyright": "Copyright (c) Ramon Santamaria (@raysan5), Petro Romanovych (@onroundit), Jan Hoenig (@m3m0ry), Steven Schveighoffer (@schveiguy)",
Expand Down
9 changes: 0 additions & 9 deletions dub.selections.json

This file was deleted.

15 changes: 0 additions & 15 deletions install/.gitignore

This file was deleted.

4 changes: 3 additions & 1 deletion install/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
],
"copyright": "Copyright © 2022, Steven Schveighoffer",
"dependencies": {
"jsoniopipe": "~>0.1.4"
"jsoniopipe": "~>0.1.4",
"iopipe": "~>0.2.4",
"io": "~>0.3.4"
},
"description": "Install raylib binary files",
"license": "boost-1.0",
Expand Down
Binary file added install/lib.tgz
Binary file not shown.
Binary file removed install/lib/linux/x86_64/glibc/libraylib.so.4.2.0
Binary file not shown.
1 change: 0 additions & 1 deletion install/lib/linux/x86_64/glibc/libraylib.so.420.lnk

This file was deleted.

1 change: 0 additions & 1 deletion install/lib/linux/x86_64/glibc/libraylib.so.lnk

This file was deleted.

Binary file removed install/lib/linux/x86_64/llvm/libraylib.so.4.2.0
Binary file not shown.
1 change: 0 additions & 1 deletion install/lib/linux/x86_64/llvm/libraylib.so.420.lnk

This file was deleted.

1 change: 0 additions & 1 deletion install/lib/linux/x86_64/llvm/libraylib.so.lnk

This file was deleted.

Binary file removed install/lib/osx/arm64/llvm/libraylib.4.2.0.dylib
Binary file not shown.
1 change: 0 additions & 1 deletion install/lib/osx/arm64/llvm/libraylib.420.dylib.lnk

This file was deleted.

1 change: 0 additions & 1 deletion install/lib/osx/arm64/llvm/libraylib.dylib.lnk

This file was deleted.

Binary file removed install/lib/osx/x86_64/llvm/libraylib.4.2.0.dylib
Binary file not shown.
1 change: 0 additions & 1 deletion install/lib/osx/x86_64/llvm/libraylib.420.dylib.lnk

This file was deleted.

1 change: 0 additions & 1 deletion install/lib/osx/x86_64/llvm/libraylib.dylib.lnk

This file was deleted.

Binary file removed install/lib/win64/x86_64/MSVC/raylib.dll
Binary file not shown.
Binary file removed install/lib/win64/x86_64/MSVC/raylib.lib
Binary file not shown.
Loading

0 comments on commit 040b38f

Please sign in to comment.