diff options
Diffstat (limited to 'vcpkg/ports/quaternions/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/quaternions/vcpkg.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/quaternions/vcpkg.json b/vcpkg/ports/quaternions/vcpkg.json new file mode 100644 index 0000000..d4a51b7 --- /dev/null +++ b/vcpkg/ports/quaternions/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "quaternions", + "version": "1.0.0", + "port-version": 2, + "description": "A C++11 library to work with quaternions, as a single header file.", + "homepage": "https://github.com/ferd36/quaternions", + "dependencies": [ + "boost-mpl" + ] +} |