zeek/auxil/vcpkg/ports/ccd/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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"
}
}
}