vcpkg/ports/tomsolver/vcpkg.json

18 lines
357 B
JSON
Raw Permalink Normal View History

{
"name": "tomsolver",
"version": "1.0.0",
"description": "Simplest, Well-tested, Non-linear equations solver library.",
"homepage": "https://github.com/tomwillow/tomsolver",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}