From a94a92afb6c6d171a67a7bc531fe3ce1606edd8e Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sun, 7 Jan 2024 22:28:16 +0000 Subject: [PATCH] Revert default graphics version change (#219) --- .github/workflows/build.yml | 6 ++---- Raylib-cs.Native/Raylib-cs.Native.csproj | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e91f350..c98627b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,8 +124,7 @@ jobs: -D CMAKE_BUILD_TYPE=Release \ -D BUILD_SHARED_LIBS=ON \ -D BUILD_EXAMPLES=OFF \ - -D CMAKE_C_FLAGS="${{ matrix.cflags }}" \ - -D GRAPHICS=GRAPHICS_API_OPENGL_43 + -D CMAKE_C_FLAGS="${{ matrix.cflags }}" cmake --build build --config Release - name: upload build @@ -193,8 +192,7 @@ jobs: -D CMAKE_BUILD_TYPE=Release \ -D BUILD_SHARED_LIBS=ON \ -D BUILD_EXAMPLES=OFF \ - -D CMAKE_C_FLAGS="${{ matrix.cflags }}" \ - -D GRAPHICS=GRAPHICS_API_OPENGL_43 + -D CMAKE_C_FLAGS="${{ matrix.cflags }}" cmake --build build --config Release - name: upload build diff --git a/Raylib-cs.Native/Raylib-cs.Native.csproj b/Raylib-cs.Native/Raylib-cs.Native.csproj index 2ac0971..1fbe25a 100644 --- a/Raylib-cs.Native/Raylib-cs.Native.csproj +++ b/Raylib-cs.Native/Raylib-cs.Native.csproj @@ -33,6 +33,7 @@ +