Auto-update imgui-file-dialog to v0.6.7 (#3823)

* Update imgui-file-dialog to v0.6.7

* improve on_test

---------

Co-authored-by: star9029 <hengxings783@gmail.com>
pull/3675/head
ruki 7 months ago committed by GitHub
parent 6fdd0e1eb5
commit 2bc214192a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/i/imgui-file-dialog/xmake.lua

@ -6,6 +6,7 @@ package("imgui-file-dialog")
add_urls("https://github.com/aiekick/ImGuiFileDialog/archive/refs/tags/$(version).tar.gz",
"https://github.com/aiekick/ImGuiFileDialog.git")
add_versions("v0.6.7", "136e714965afaec2bac857bf46a653fdd74a0bf493e281682706c604113026b8")
add_versions("v0.6.6", "75420f6eaf74fb1fa22042713f573858d8549366e7741baaf91128eb065b4b47")
add_versions("v0.6.5", "3fac0f2cfc92b3f2c806e6743236467d0f691e54b1747a3955b82ef28b13e2fa")
@ -44,7 +45,7 @@ package("imgui-file-dialog")
assert(package:check_cxxsnippets({test = [[
#include <ImGuiFileDialog.h>
void test() {
ImGuiFileDialog::Instance()->OpenDialog("ChooseFileDlgKey", "Choose File", ".cpp,.h,.hpp", ".");
ImGuiFileDialog::Instance()->Close();
}
]]}, {configs = {languages = "c++11"}}))
end)

Loading…
Cancel
Save