blob: b0a2acd50350133c700996026fa83a13e4f1b527 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "cru",
"version": "0.0.1",
"dependencies": [
"ms-gsl",
"gtest",
"dlib"
]
}
|