diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -52,8 +52,7 @@ GLSL_FILES = FileList[ SPV_FILES = GLSL_FILES.ext('.spv') LIBRARIES = [ - 'SDL2', - 'SDL2_mixer', + 'SDL3', 'freetype', 'm' ] + OS_LIBRARIES |