mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:58:59 +08:00
ca4b4621a2
* Add double-precision option to ccd * Bump ccd port version * Update version database * format * format * x-add-version * Update ccd.json * add license * x-add-version Co-authored-by: Lily Wang <494550702@qq.com> Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
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"
|
|
}
|
|
}
|
|
}
|