24 lines
475 B
JSON
24 lines
475 B
JSON
{
|
|
"name": "ccd",
|
|
"version": "2.1",
|
|
"port-version": 4,
|
|
"description": "Library for collision detection between two convex shapes",
|
|
"homepage": "https://github.com/danfis/libccd",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"double-precision": {
|
|
"description": "Use float64 doubles for ccd"
|
|
}
|
|
}
|
|
}
|