From d7a0dee83e2e9401d626c0815561d86fe5c2e401 Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sun, 7 Jan 2024 22:14:45 +0000 Subject: [PATCH] Revert default graphics version change --- .github/workflows/build.yml | 4 +--- Raylib-cs.Native/Raylib-cs.Native.csproj | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e91f350..11cdafc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,7 +125,6 @@ jobs: -D BUILD_SHARED_LIBS=ON \ -D BUILD_EXAMPLES=OFF \ -D CMAKE_C_FLAGS="${{ matrix.cflags }}" \ - -D GRAPHICS=GRAPHICS_API_OPENGL_43 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 @@ +