Update ImGuizmo version (#1562)

* Update ImGuizmo version

Fix 1.83 hash and change 1.88 to 1.89WIP

* ImGuizmo - fix version name
pull/1275/merge
Stanis Kapusta 2 years ago committed by GitHub
parent fe2217c1f7
commit 0afffa89df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      packages/i/imguizmo/xmake.lua

@ -4,8 +4,8 @@ package("imguizmo")
set_description("Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui")
add_urls("https://github.com/CedricGuillemet/ImGuizmo.git")
add_versions("1.83", "14a91c16e40b585fd96314826fa6d506311dbe5c")
add_versions("1.88", "82e2465b8d029e2d85002905cc4ed5087e2119fe")
add_versions("1.83", "664cf2d73864a36b2a8b5091d33fc4578c885eca")
add_versions("1.89+WIP", "82e2465b8d029e2d85002905cc4ed5087e2119fe")
add_deps("imgui")

Loading…
Cancel
Save