diff options
Diffstat (limited to 'vcpkg/ports/sprout/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sprout/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/sprout/vcpkg.json b/vcpkg/ports/sprout/vcpkg.json new file mode 100644 index 0000000..ea8a92c --- /dev/null +++ b/vcpkg/ports/sprout/vcpkg.json @@ -0,0 +1,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" + ] +} |