From 21fc31dfb8b0110d79bdd4f49156df4603cb4f6f Mon Sep 17 00:00:00 2001 From: Michele Giornetta Date: Fri, 29 May 2026 11:01:01 +0200 Subject: [PATCH] fix: invert SDL2 and SDL3 in vendor README --- vendor/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vendor/README.md b/vendor/README.md index b1de90a9a..53ff46179 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -114,7 +114,7 @@ This package is available under the Zlib license. See `LICENSE` for more details ## SDL2 -Bindings for the cross platform multimedia API [SDL3](https://github.com/libsdl-org/SDL) and its sub-projects. +Bindings for the cross platform multimedia API [SDL2](https://github.com/libsdl-org/SDL) and its sub-projects. `SDL2.dll` and `SDL2.lib` are available under SDL's [zlib](https://github.com/libsdl-org/SDL/blob/main/LICENSE.txt) license. @@ -144,7 +144,7 @@ SDL2 TTF relies on 3rd party libraries `zlib`, available under the ZLIB license, ## SDL3 -Bindings for the cross platform multimedia API [SDL2](https://github.com/libsdl-org/SDL) and its sub-projects. +Bindings for the cross platform multimedia API [SDL3](https://github.com/libsdl-org/SDL) and its sub-projects. `SDL3.dll` and `SDL3.lib` are available under SDL's [zlib](https://github.com/libsdl-org/SDL/blob/main/LICENSE.txt) license. @@ -207,4 +207,4 @@ The Vulkan 3D graphics API are automatically generated from headers provided by [zlib](https://github.com/madler/zlib) data compression library See also LICENSE in the `zlib` directory itself. -Includes full bindings. \ No newline at end of file +Includes full bindings.