diff --git a/xmake.lua b/xmake.lua index fd06670..8d3672d 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,6 +1,5 @@ add_rules("mode.debug", "mode.release") -add_requires("libsdl2 2.30.10") add_requires("libsdl2_mixer 2.8.1") add_requires("imgui v1.91.8", {configs = {sdl2 = true, opengl3 = true}})