mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:39:00 +08:00
22 lines
418 B
JSON
22 lines
418 B
JSON
{
|
|
"name": "mathter",
|
|
"version": "2.0.0",
|
|
"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>=": "13.0.0"
|
|
}
|
|
]
|
|
}
|