Skip to content

Commit 3a02cb4

Browse files
committed
update readme
1 parent 6aaf0d5 commit 3a02cb4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1111
Also includes
1212

@@ -16,6 +16,10 @@ Also includes
1616

1717
TODO
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

2125
Build all of SDL's test programs:
@@ -28,7 +32,7 @@ Build and run a specific SDL test:
2832

2933
```
3034
zig build sdl-test-testaudiohotplug
31-
zig build sdl-test-testcamera -- --camera 'Razer Kiyo'
35+
zig build sdl-test-testcamera
3236
```
3337

3438
## Examples

0 commit comments

Comments
 (0)