File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ SPDX-License-Identifier: Zlib
66
77# SDL.zig
88
9- Build [ SDL] ( https://github.com/libsdl-org/SDL ) using [ zig] ( https://ziglang.org ) (version 0.13.0 ).
9+ Build [ SDL] ( https://github.com/libsdl-org/SDL ) 3 using [ zig] ( https://ziglang.org ) (version 0.14.1 ).
1010
1111Also includes
1212
@@ -16,6 +16,10 @@ Also includes
1616
1717TODO
1818
19+ ## Alternatives / anti-endorsement
20+
21+ You'll probably want to use https://github.com/castholm/SDL instead, it's more complete and better maintained.
22+
1923## Tests
2024
2125Build all of SDL's test programs:
@@ -28,7 +32,7 @@ Build and run a specific SDL test:
2832
2933```
3034zig build sdl-test-testaudiohotplug
31- zig build sdl-test-testcamera -- --camera 'Razer Kiyo'
35+ zig build sdl-test-testcamera
3236```
3337
3438## Examples
You can’t perform that action at this time.
0 commit comments