remove deps

This commit is contained in:
2023-11-23 00:20:32 +01:00
parent 23e377bdac
commit ac8047cfb0

View File

@@ -1,9 +1,10 @@
add_rules("mode.debug", "mode.release")
add_requires("libsdl", "libsdl_mixer")
add_requires("libsdl_mixer")
add_requires("imgui", {configs = {sdl2 = true, opengl3 = true}})
target("PerfectHear")
set_kind("binary")
add_files("src/*.cpp")
add_packages("libsdl", "libsdl_mixer", "imgui")
add_includedirs("include")
add_packages("libsdl_mixer", "imgui")