diff options
Diffstat (limited to 'vcpkg/ports/linalg/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/linalg/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/linalg/vcpkg.json b/vcpkg/ports/linalg/vcpkg.json new file mode 100644 index 0000000..2b0d2d5 --- /dev/null +++ b/vcpkg/ports/linalg/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "linalg", + "version": "2.2", + "description": "linalg.h is a single header public domain linear algebra library for C++11", + "homepage": "https://github.com/sgorsten/linalg", + "license": "Unlicense" +} |