aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
blob: cd113520223ea3808b227c0f47e9506d2b01c054 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
  "name": "cruui",
  "version": "0.0.1",
  "dependencies": [
    "ms-gsl",
    "gtest",
    "boost-property-tree",
    "boost-functional"
  ]
}