vcpkg/ports/im3d/vcpkg.json
Rémy Tassoux 5aabf6dd69
[im3d] New port (#27198)
* [im3d] New port

* [im3d] Update version files

* [im3d] Add license field

* [im3d] Add missing version file

* [im3d] CMakeLists.txt fixes

* [im3d] Update version files
2022-10-14 16:14:38 -07:00

18 lines
339 B
JSON

{
"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
}
]
}