2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00

Update README.md

This commit is contained in:
2021-11-10 07:19:52 +00:00
parent c81c3c67a8
commit e75368414d

View File

@@ -12,7 +12,7 @@ C# bindings for raylib 4.0.0, a simple and easy-to-use library to learn videogam
[![Build](https://github.com/ChrisDill/Raylib-cs/workflows/Build/badge.svg)](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
@@ -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
Examples for Raylib-cs can be found at [Raylib-cs-Examples](https://github.com/ChrisDill/Raylib-cs-Examples).