Skip to content

Commit 8f06a13

Browse files
committed
Sync SDL3_mixer wiki -> header
[ci skip]
1 parent c62468b commit 8f06a13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/README-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ SDL_mixer 3.0 (aka "SDL3_mixer") is a dramatically different library than
66
previous versions. The API has been completely redesigned. There is no
77
compatibility layer. If you want to use it, you have to migrate to it.
88

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.
1212

1313
That being said, we think SDL3_mixer and SDL3 are both great pieces of
1414
software--significant improvements over their previous versions--and we

0 commit comments

Comments
 (0)