mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 17:53:28 +08:00
18 lines
350 B
JSON
18 lines
350 B
JSON
|
{
|
||
|
"name": "cwapi3d",
|
||
|
"version": "30.10.1",
|
||
|
"description": "CwAPI3D is the Cadwork 3D plugin architecture in C++.",
|
||
|
"homepage": "https://github.com/cwapi3d/cwapi3dcpp",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|