aboutsummaryrefslogtreecommitdiff
path: root/ports/sprout/vcpkg.json
blob: 22bab62af4b35c9a924e96cac1ccbffb8e058cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "sprout",
  "version-string": "2019-06-20",
  "port-version": 1,
  "description": "C++11/14 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others",
  "homepage": "https://github.com/bolero-MURAKAMI/Sprout",
  "dependencies": [
    "boost-array",
    "boost-mpl"
  ]
}