Focus pr on explicit type and util changes
This commit is contained in:
parent
205e602080
commit
be91fe9120
15 changed files with 18 additions and 856 deletions
10
README.md
10
README.md
|
|
@ -10,11 +10,13 @@ C# bindings for raylib, a simple and easy-to-use library to learn videogames pro
|
|||
[](https://github.com/raylib-cs/raylib-cs/stargazers)
|
||||
[](https://github.com/raylib-cs/raylib-cs/actions?query=workflow%3ABuild)
|
||||
|
||||
Raylib-cs targets net6.0 net8.0 and uses the [official 5.5 release](https://github.com/raysan5/raylib/releases/tag/5.5) to build the native libraries.
|
||||
Raylib-cs targets net6.0 net8.0 and uses the [official 5.5 release](https://github.com/raysan5/raylib/releases/tag/5.5)
|
||||
to build the native libraries.
|
||||
|
||||
## Status
|
||||
|
||||
Raylib-cs is passively maintained. Occasional updates may be released from time to time. Pull requests may be accepted if they don't have a large maintainence burden.
|
||||
Raylib-cs is passively maintained. Occasional updates may be released from time to time. Pull requests may be
|
||||
accepted if they don't have a large maintainence burden.
|
||||
|
||||
## Installation - NuGet
|
||||
|
||||
|
|
@ -36,8 +38,8 @@ dotnet add package Raylib-cs
|
|||
If you need to edit Raylib-cs source then you will need to add the bindings as a project (see below).
|
||||
|
||||
If you are new to using NuGet (or you've forgotten) and are trying to run the above command in the command prompt,
|
||||
remember that you need to be *inside the intended project directory* (not just inside the solution directory) otherwise
|
||||
the command won't work.
|
||||
remember that you need to be *inside the intended project directory* (not just inside the solution directory)
|
||||
otherwise the command won't work.
|
||||
|
||||
## Installation - Manual
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue