mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:01:38 +08:00
afa12e7292
Co-authored-by: Kai Pastor <dg0yt@darc.de> Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
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"
|
|
}
|
|
]
|
|
}
|