mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
5aabf6dd69
* [im3d] New port * [im3d] Update version files * [im3d] Add license field * [im3d] Add missing version file * [im3d] CMakeLists.txt fixes * [im3d] Update version files
18 lines
339 B
JSON
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
|
|
}
|
|
]
|
|
}
|