Update README.md
This commit is contained in:
parent
c81c3c67a8
commit
e75368414d
1 changed files with 1 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ C# bindings for raylib 4.0.0, a simple and easy-to-use library to learn videogam
|
||||||
|
|
||||||
[](https://github.com/ChrisDill/Raylib-cs/actions?query=workflow%3ABuild)
|
[](https://github.com/ChrisDill/Raylib-cs/actions?query=workflow%3ABuild)
|
||||||
|
|
||||||
Raylib-cs targets netstandard2.1 and supports netcoreapp3.0+ and net5.0.
|
Raylib-cs targets netstandard2.1 and supports netcoreapp3.0+ and net5.0+.
|
||||||
|
|
||||||
## Installation - NuGet
|
## Installation - NuGet
|
||||||
|
|
||||||
|
|
@ -67,10 +67,6 @@ namespace HelloWorld
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Physac-cs and Raygui-cs
|
|
||||||
|
|
||||||
There are **UNSUPPORTED & EXPERIMENTAL** bindings to physac and raygui. They are in separate projects not included in releases or via NuGet. Pull requests are welcome and encouraged.
|
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
Examples for Raylib-cs can be found at [Raylib-cs-Examples](https://github.com/ChrisDill/Raylib-cs-Examples).
|
Examples for Raylib-cs can be found at [Raylib-cs-Examples](https://github.com/ChrisDill/Raylib-cs-Examples).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue