mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:39:03 +08:00
e4d7f8b32b
* [chipmunk] Workaround sysctl.h not existing on Ubuntu 22.04. * Add quotes.
18 lines
345 B
JSON
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
|
|
}
|
|
]
|
|
}
|