File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ SDL_mixer 3.0 (aka "SDL3_mixer") is a dramatically different library than
6
6
previous versions. The API has been completely redesigned. There is no
7
7
compatibility layer. If you want to use it, you have to migrate to it.
8
8
9
- SDL3_mixer requires SDL3. Internally, it relies on many features that are
10
- new to SDL3 , so if your project is on SDL 1.2 or SDL2, you'll have to move
11
- your project to SDL3 at the same time.
9
+ SDL3_mixer requires SDL3. It relies on many features that are new to SDL3,
10
+ both internally and in the public API , so if your project is on SDL 1.2 or
11
+ SDL2, you'll have to move your project to SDL3 at the same time.
12
12
13
13
That being said, we think SDL3_mixer and SDL3 are both great pieces of
14
14
software--significant improvements over their previous versions--and we
You can’t perform that action at this time.
0 commit comments