vcpkg/ports/ccd/vcpkg.json
John Wason ca4b4621a2
[ccd] add double-precision option (#25870)
* 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>
2022-07-20 15:42:37 -07:00

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"
}
}
}