From e75368414dd10037496469c7eeacfea5b00705fd Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Wed, 10 Nov 2021 07:19:52 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index aba0c36..a6be878 100644 --- a/README.md +++ b/README.md @@ -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).