mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
03d773c832
Co-authored-by: Kai Pastor <dg0yt@darc.de>
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|