From 93eef0f504db4164e60595f16c69e1f744480792 Mon Sep 17 00:00:00 2001 From: Chris Dill <7503113+chrisdill@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:11:36 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f4691e..cab859f 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,18 @@ C# bindings for raylib, a simple and easy-to-use library to learn videogames programming (www.raylib.com) [![GitHub contributors](https://img.shields.io/github/contributors/chrisdill/raylib-cs)](https://github.com/chrisdill/raylib-cs/graphs/contributors) - [![License](https://img.shields.io/badge/license-zlib%2Flibpng-blue.svg)](LICENSE) - [![Chat on Discord](https://img.shields.io/discord/426912293134270465.svg?logo=discord)](https://discord.gg/raylib) - [![GitHub stars](https://img.shields.io/github/stars/chrisdill/raylib-cs?style=social)](https://github.com/chrisdill/raylib-cs/stargazers) - [![Build](https://github.com/chrisdill/raylib-cs/workflows/Build/badge.svg)](https://github.com/chrisdill/raylib-cs/actions?query=workflow%3ABuild) Raylib-cs targets net6.0 and uses the [official 5.0 release](https://github.com/raysan5/raylib/releases/tag/5.0) 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. + ## Installation - NuGet This is the prefered method to get started. @@ -82,8 +83,8 @@ class Program ## Contributing -If you have any ideas, feel free to open an issue. If you'd like to contribute, please fork the -repository and make changes as you'd like. Pull requests are warmly welcome. +Feel free to open an issue. If you'd like to contribute, please fork the repository and make +changes as you'd like. Pull requests are welcome. If you want to request features or report bugs related to raylib directly (in contrast to this binding), please refer to the [author's project repo](https://github.com/raysan5/raylib).