mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 16:49:02 +08:00
22 lines
418 B
JSON
22 lines
418 B
JSON
|
{
|
||
|
"name": "mathter",
|
||
|
"version": "1.1.2",
|
||
|
"description": "A flexible and fast matrix, transform, and geometry library.",
|
||
|
"homepage": "https://github.com/petiaccja/Mathter",
|
||
|
"license": "MIT",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "xsimd",
|
||
|
"version>=": "11.1.0"
|
||
|
}
|
||
|
]
|
||
|
}
|