aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sprout/vcpkg.json
blob: ea8a92c10b17a50e1ca4ae42183c2fa866112e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "sprout",
  "version-date": "2019-06-20",
  "port-version": 2,
  "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"
  ]
}