diff options
author | Frederico Linhares <fred@linhares.blue> | 2025-07-14 21:27:52 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2025-07-14 21:27:52 -0300 |
commit | 4c52564f56545796ec5d9c03c93276347d732034 (patch) | |
tree | 6c581ffa4122e33fe5cfbc65049c627a5e485f2d /Rakefile | |
parent | 8ef58d472533a43155893889dfb1f97a4dec2dcf (diff) |
feat Update to SDL3
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ GLSL_FILES = FileList[ SPV_FILES = GLSL_FILES.ext('.spv') LIBRARIES = [ - 'SDL2', + 'SDL3', 'freetype', 'm' ] + OS_LIBRARIES |