summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2025-07-14 21:27:52 -0300
committerFrederico Linhares <fred@linhares.blue>2025-07-14 21:27:52 -0300
commit4c52564f56545796ec5d9c03c93276347d732034 (patch)
tree6c581ffa4122e33fe5cfbc65049c627a5e485f2d /Rakefile
parent8ef58d472533a43155893889dfb1f97a4dec2dcf (diff)
feat Update to SDL3
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index baf28fb..7a5ca8f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -52,7 +52,7 @@ GLSL_FILES = FileList[
SPV_FILES = GLSL_FILES.ext('.spv')
LIBRARIES = [
- 'SDL2',
+ 'SDL3',
'freetype',
'm'
] + OS_LIBRARIES