removing GLFW support

This commit is contained in:
2024-05-25 16:47:28 +02:00
parent afee09d1ea
commit 81387ec53d
17 changed files with 153 additions and 260 deletions

View File

@@ -44,6 +44,11 @@ option("profiler")
add_defines("PROFILER")
option_end()
option("force_wayland")
set_default(false)
add_defines("FORCE_WAYLAND")
option_end()
-- Targets
target("mlx")