mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 08:28:59 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|