aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/imguizmo/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/imguizmo/vcpkg.json')
-rw-r--r--vcpkg/ports/imguizmo/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/imguizmo/vcpkg.json b/vcpkg/ports/imguizmo/vcpkg.json
new file mode 100644
index 0000000..3cdc402
--- /dev/null
+++ b/vcpkg/ports/imguizmo/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "imguizmo",
+ "version-date": "2024-05-29",
+ "port-version": 1,
+ "description": "Immediate mode 3D gizmo for scene editing and other controls based on Dear ImGui",
+ "homepage": "https://github.com/CedricGuillemet/ImGuizmo",
+ "license": "MIT",
+ "dependencies": [
+ "imgui",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}