From d8e1a77da558f0c8e684ebb49262b968c9155e15 Mon Sep 17 00:00:00 2001 From: Astie Teddy Date: Wed, 12 May 2021 19:02:13 +0200 Subject: [PATCH 1/2] Update raylib-lua and raylib-wren binding versions (#1766) --- BINDINGS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BINDINGS.md b/BINDINGS.md index 94fb0c5f4..bd03c3154 100644 --- a/BINDINGS.md +++ b/BINDINGS.md @@ -24,7 +24,7 @@ Here it is a list with the ones I'm aware of: | raylib-lua | 1.7 | [Lua](http://www.lua.org/) | https://github.com/raysan5/raylib-lua | | raylib-lua-ffi | 2.0 | [Lua](http://www.lua.org/) | https://github.com/raysan5/raylib/issues/693 | | raylib-lua-sol | 2.5 | [Lua](http://www.lua.org/) | https://github.com/RobLoach/raylib-lua-sol | -| raylib-lua | 3.5 | [Lua](http://www.lua.org/) | https://github.com/TSnake41/raylib-lua | +| raylib-lua | 3.7 | [Lua](http://www.lua.org/) | https://github.com/TSnake41/raylib-lua | | raylib-luamore | 3.0 | [Lua](http://www.lua.org/) | https://github.com/HDPLocust/raylib-luamore | | raylua | 3.7 | [Lua](http://www.lua.org/) | https://github.com/Rabios/raylua | | LuaJIT-Raylib | 2.6 | [Lua](http://www.lua.org/) | https://github.com/Bambofy/LuaJIT-Raylib | @@ -70,7 +70,7 @@ Here it is a list with the ones I'm aware of: | raylib-chibi | 2.5 | [Chibi-Scheme](https://github.com/ashinn/chibi-scheme) | https://github.com/VincentToups/raylib-chibi | | raylib-gambit-scheme | 3.1-dev | [Gambit Scheme](https://github.com/gambit/gambit) | https://github.com/georgjz/raylib-gambit-scheme | | Euraylib | 3.0 | [Euphoria](https://openeuphoria.org/) | https://github.com/gAndy50/Euraylib | -| raylib-wren | 3.0 | [Wren](http://wren.io/) | https://github.com/TSnake41/raylib-wren | +| raylib-wren | 3.7 | [Wren](http://wren.io/) | https://github.com/TSnake41/raylib-wren | | raylib-odin | 3.0 | [Odin](https://odin-lang.org/) | https://github.com/kevinw/raylib-odin | | raylib-zig | 3.0 | [Zig](https://ziglang.org/) | https://github.com/Not-Nik/raylib-zig | | raylib-jai | 3.1-dev | [Jai](https://github.com/BSVino/JaiPrimer/blob/master/JaiPrimer.md) | https://github.com/kevinw/raylib-jai | From dbe1c9c6e6d7eaa2b54ee8564ccc12fe47323ee7 Mon Sep 17 00:00:00 2001 From: Bxil Date: Wed, 12 May 2021 19:20:27 +0200 Subject: [PATCH 2/2] Removes Whole Program Optimization (#1767) --- projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj | 1 - projects/VS2017.UWP/raylib.UWP/raylib.UWP.vcxproj | 3 --- projects/VS2017/raylib/raylib.vcxproj | 4 ---- projects/VS2019/raylib/raylib.vcxproj | 4 ---- 4 files changed, 12 deletions(-) diff --git a/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj b/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj index 25552d479..0c3c0e774 100644 --- a/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj +++ b/projects/VS2017.UWP/raylib.App.UWP/raylib.App.UWP.vcxproj @@ -47,7 +47,6 @@ Application false - true $(DefaultPlatformToolset) diff --git a/projects/VS2017.UWP/raylib.UWP/raylib.UWP.vcxproj b/projects/VS2017.UWP/raylib.UWP/raylib.UWP.vcxproj index 773acc6d8..41d5c0f77 100644 --- a/projects/VS2017.UWP/raylib.UWP/raylib.UWP.vcxproj +++ b/projects/VS2017.UWP/raylib.UWP/raylib.UWP.vcxproj @@ -87,19 +87,16 @@ StaticLibrary false - true $(DefaultPlatformToolset) StaticLibrary false - true $(DefaultPlatformToolset) StaticLibrary false - true $(DefaultPlatformToolset) diff --git a/projects/VS2017/raylib/raylib.vcxproj b/projects/VS2017/raylib/raylib.vcxproj index 756c400db..11ecb4048 100644 --- a/projects/VS2017/raylib/raylib.vcxproj +++ b/projects/VS2017/raylib/raylib.vcxproj @@ -69,28 +69,24 @@ StaticLibrary false $(DefaultPlatformToolset) - true Unicode StaticLibrary false $(DefaultPlatformToolset) - true Unicode DynamicLibrary false $(DefaultPlatformToolset) - true Unicode DynamicLibrary false $(DefaultPlatformToolset) - true Unicode diff --git a/projects/VS2019/raylib/raylib.vcxproj b/projects/VS2019/raylib/raylib.vcxproj index 13b2edbd6..0ce079fd1 100644 --- a/projects/VS2019/raylib/raylib.vcxproj +++ b/projects/VS2019/raylib/raylib.vcxproj @@ -69,28 +69,24 @@ StaticLibrary false $(DefaultPlatformToolset) - true Unicode StaticLibrary false $(DefaultPlatformToolset) - true Unicode DynamicLibrary false $(DefaultPlatformToolset) - true Unicode DynamicLibrary false $(DefaultPlatformToolset) - true Unicode