aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/quaternions/vcpkg.json
blob: d4a51b77f26d3fef7788c3573fb11049b0c5b850 (plain)
1
2
3
4
5
6
7
8
9
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"
  ]
}