diff options
Diffstat (limited to 'vcpkg/ports/mathter/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/mathter/vcpkg.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/mathter/vcpkg.json b/vcpkg/ports/mathter/vcpkg.json new file mode 100644 index 0000000..a63ee39 --- /dev/null +++ b/vcpkg/ports/mathter/vcpkg.json @@ -0,0 +1,21 @@ +{ + "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" + } + ] +} |