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