Switch to SDL3

This commit is contained in:
2024-10-21 23:31:55 -04:00
parent 8b31e76655
commit cd29cca495
10 changed files with 40 additions and 42 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ An SDL-based implementation of shrooms-vb.
Install the following dependencies:
- `gcc` (or MinGW on Windows) (or whatever, just set `CC`)
- `pkg-config`
- sdl2
- sdl3
Run
```sh