vcpkg/ports/chipmunk/vcpkg.json
Billy O'Neal e4d7f8b32b
[chipmunk] Workaround sysctl.h not existing on Ubuntu 22.04 (#31966)
* [chipmunk] Workaround sysctl.h not existing on Ubuntu 22.04.

* Add quotes.
2023-06-13 19:05:18 -07:00

18 lines
345 B
JSON

{
"name": "chipmunk",
"version": "7.0.3",
"port-version": 5,
"description": "A fast and lightweight 2D game physics library.",
"homepage": "https://github.com/slembcke/Chipmunk2D",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}