Skip to content

Commit 8cc9a97

Browse files
Merge pull request #39 from Free-Pascal-meets-SDL-Website/update-mixer-320
Update SDL3_mixer to 3.2.0
2 parents f8c058a + acf0dee commit 8cc9a97

File tree

3 files changed

+2799
-2026
lines changed

3 files changed

+2799
-2026
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
source: units/SDL3_image.pas
2828
verbosity: ewnh
29+
- name: Compile SDL3_mixer unit
30+
uses: suve/GHActions-FPC@v0.4.0
31+
with:
32+
source: units/SDL3_mixer.pas
33+
verbosity: ewnh
2934
- name: Compile SDL3_ttf unit
3035
uses: suve/GHActions-FPC@v0.4.0
3136
with:
@@ -60,6 +65,11 @@ jobs:
6065
with:
6166
source: units/SDL3_image.pas
6267
verbosity: ewnh
68+
- name: Compile SDL3_mixer unit
69+
uses: suve/GHActions-FPC@v0.4.0
70+
with:
71+
source: units/SDL3_mixer.pas
72+
verbosity: ewnh
6373
- name: Compile SDL3_ttf unit
6474
uses: suve/GHActions-FPC@v0.4.0
6575
with:
@@ -91,6 +101,11 @@ jobs:
91101
with:
92102
source: units/SDL3_image.pas
93103
verbosity: ewnh
104+
- name: Compile SDL3_mixer unit
105+
uses: suve/GHActions-FPC@v0.4.0
106+
with:
107+
source: units/SDL3_mixer.pas
108+
verbosity: ewnh
94109
- name: Compile SDL3_ttf unit
95110
uses: suve/GHActions-FPC@v0.4.0
96111
with:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ The version number/tag (see [tags](https://github.com/PascalGameDevelopment/SDL3
4949

5050
### v0.x (work in progress)
5151

52+
- updates SDL3_mixer to version 3.2.0
53+
5254
### v0.5 (15/08/2025)
5355

5456
- adds SDL3_ttf unit

0 commit comments

Comments
 (0)