19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"name": "orange-math",
|
|
"version": "1.0.1",
|
|
"description": "General purpose math library",
|
|
"homepage": "https://github.com/orange-cpp/omath",
|
|
"license": "MIT",
|
|
"supports": "windows",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|