From 6fa0475acfcbdba7c385d85f0fb0b34a73d928c2 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Sat, 29 Mar 2025 16:34:19 +0100 Subject: [PATCH] remove implicit libsdl2 require --- xmake.lua | 1 - 1 file changed, 1 deletion(-) 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}})