Skip to content

Commit

Permalink
try use the official one?
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangff committed May 25, 2024
1 parent 2c0ae34 commit 112095f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/third-repo/packages/i/imtui/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package("imtui")

-- WARN: xmake cannot distinguish ncursesw and ncurses, this may cause problem on other systems
add_deps("cmake")
add_deps("ncursesw 6.1")
add_deps("ncurses 6.1")

add_includedirs("include", "include/imgui", "include/imgui-for-imtui/", "include/imgui-for-imtui/imgui", "include/imtui", {public = true})

Expand Down

0 comments on commit 112095f

Please sign in to comment.