From dc759a585386a14bf0994b5827057ebc2fc04769 Mon Sep 17 00:00:00 2001 From: Stan <109335133+stanoddly@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:09:07 +0200 Subject: [PATCH 1/2] Updated README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 39f91cf..fee20d5 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ # SDL3-CS + +SDL-CS is [SDL 3](https://github.com/libsdl-org/SDL) bindings, developed for internal use and available publicly on [NuGet.org](https://www.nuget.org/packages/ppy.SDL3-CS). + +## About + +The library is functional and available for public use. While it is actively maintained, updates are primarily driven by our internal needs. Please set your expectations accordingly when using or adapting SDL3-CS in your own projects. + +Contributions to keep the bindings up-to-date with upstream SDL3 changes are welcome. If you have improvements or updates, feel free to submit a pull request. + +## License + +This code is released under [MIT](LICENCE). From b76615c8b2fb33726c11ef0abf8a90621f7afaf9 Mon Sep 17 00:00:00 2001 From: Stan <109335133+stanoddly@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:52:40 +0200 Subject: [PATCH 2/2] SDL 3 - > SDL3 Co-authored-by: hwsmm <9151706+hwsmm@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee20d5..f76e4f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SDL3-CS -SDL-CS is [SDL 3](https://github.com/libsdl-org/SDL) bindings, developed for internal use and available publicly on [NuGet.org](https://www.nuget.org/packages/ppy.SDL3-CS). +SDL3-CS is [SDL3](https://github.com/libsdl-org/SDL) bindings, developed for internal use and available publicly on [NuGet.org](https://www.nuget.org/packages/ppy.SDL3-CS). ## About