build(mac): use LÖVE 12 Metal runtime

This commit is contained in:
Adrian Castro
2026-08-19 19:21:12 +02:00
parent 95764c7d97
commit 5cf53bb13f
2 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ function love.conf(t)
t.window.minwidth = 480
t.window.minheight = 360
end
t.version = love._os == "iOS" and "12.0" or "11.5"
t.version = (love._os == "iOS" or love._os == "OS X") and "12.0" or "11.5"
t.window.vsync = 1
t.modules.audio = not companion
t.modules.joystick = not companion