From e44b17fffc64f5a74f055e2206d8ec5bcd231dbc Mon Sep 17 00:00:00 2001 From: MrScautHD <65916181+MrScautHD@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:31:49 +0200 Subject: [PATCH 1/3] Update build.yml --- .github/workflows/build.yml | 40 ++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b160e8b..9ad4d20 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,14 +77,18 @@ jobs: - name: Setup dependencies run: | sudo apt-get install -y \ - libasound2-dev \ - libxrandr-dev \ - libx11-dev \ - libxi-dev \ - libgl1-mesa-dev \ - libglu1-mesa-dev \ - libxcursor-dev \ - libxinerama-dev + libglfw3 \ + libglfw3-dev \ + libx11-dev \ + libxcursor-dev \ + libxrandr-dev \ + libxinerama-dev \ + libxi-dev \ + libxext-dev \ + libxfixes-dev \ + libwayland-dev \ + libwayland-bin \ + libxkbcommon-dev # Build Raylib - name: Build Raylib @@ -170,14 +174,18 @@ jobs: - name: Setup dependencies run: | sudo apt-get install -y \ - libasound2-dev \ - libxrandr-dev \ - libx11-dev \ - libxi-dev \ - libgl1-mesa-dev \ - libglu1-mesa-dev \ - libxcursor-dev \ - libxinerama-dev + libglfw3 \ + libglfw3-dev \ + libx11-dev \ + libxcursor-dev \ + libxrandr-dev \ + libxinerama-dev \ + libxi-dev \ + libxext-dev \ + libxfixes-dev \ + libwayland-dev \ + libwayland-bin \ + libxkbcommon-dev # Windows x86 - uses: actions/download-artifact@v4 From 3282cf2f59cf8849e392e433e1f9a2abd41c2ad1 Mon Sep 17 00:00:00 2001 From: MrScautHD <65916181+MrScautHD@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:34:16 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39d2b89..71d075e 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ [![Activity](https://img.shields.io/github/commit-activity/w/MrScautHD/Raylib-CSharp?style=flat-square&logo=Github&label=Activity)](https://github.com/MrScautHD/Raylib-CSharp/activity) [![Stars](https://img.shields.io/github/stars/MrScautHD/Raylib-CSharp?style=flat-square&logo=Github&label=Stars)](https://github.com/MrScautHD/Raylib-CSharp/stargazers) -__Raylib-CSharp__ is a fully managed binding over Raylib. +__Raylib-CSharp__ is a fully managed binding over `Raylib-5.1-dev`. --- # 🪙 Installation - [Nuget](https://www.nuget.org/packages/Raylib-CSharp) ``` -dotnet add package Raylib-CSharp --version 4.0.3 +dotnet add package Raylib-CSharp --version 4.0.4 ``` # 📖 [Installation - From source] From 2ae95ee81f657a0434799daa5c652bae239dd88c Mon Sep 17 00:00:00 2001 From: MrScautHD <65916181+MrScautHD@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:34:53 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d075e..33ebccf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ __Raylib-CSharp__ is a fully managed binding over `Raylib-5.1-dev`. # 🪙 Installation - [Nuget](https://www.nuget.org/packages/Raylib-CSharp) ``` -dotnet add package Raylib-CSharp --version 4.0.4 +dotnet add package Raylib-CSharp --version 4.1.0 ``` # 📖 [Installation - From source]