We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c5cd2 commit f090403Copy full SHA for f090403
1 file changed
README.md
@@ -1,8 +1,11 @@
1
-# SDL for Zig
+# SDL2 for Zig
2
3
-This is a fork of [SDL](https://www.libsdl.org/), packaged for [Zig](https://ziglang.org).
+This is a fork of [SDL2](https://www.libsdl.org/), packaged for [Zig](https://ziglang.org).
4
Unnecessary files have been deleted, and the build system has been replaced with `build.zig`.
5
-The package provides version 2 of SDL. For version 3, consider https://github.com/castholm/SDL.
+
6
+For SDL3, consider:
7
+* https://github.com/allyourcodebase/SDL3
8
+* https://github.com/castholm/SDL
9
10
## Getting started
11
0 commit comments