Skip to content

Commit

Permalink
feat: imgui backend none
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Mar 1, 2024
1 parent b4008fc commit 68606ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ add_rules("sokol_shader")

add_repositories("zeromake https://github.com/zeromake/xrepo.git")

add_requires("stb", "sokol", "handmade_math", "imgui =1.90")
add_requires("stb", "sokol", "handmade_math")

add_requires("imgui 1.x", {configs={backend="none"}})

if is_plat("windows") then
add_defines("SOKOL_WIN32_FORCE_MAIN")
Expand Down

0 comments on commit 68606ef

Please sign in to comment.