diff options
Diffstat (limited to 'vcpkg/ports/im3d/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/im3d/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/im3d/vcpkg.json b/vcpkg/ports/im3d/vcpkg.json new file mode 100644 index 0000000..9571462 --- /dev/null +++ b/vcpkg/ports/im3d/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "im3d", + "version-date": "2022-10-11", + "description": "Immediate mode rendering and 3d gizmos", + "homepage": "https://github.com/john-chapman/im3d", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |