Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MrScautHD committed Jun 2, 2024
2 parents b59c358 + 2ae95ee commit 3185379
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 18 deletions.
40 changes: 24 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0
```

# 📖 [Installation - From source]
Expand Down

0 comments on commit 3185379

Please # to comment.