vcpkg-registryRegistry containing personal projects |
git clone git://git.dimitrijedobrota.com/vcpkg-registry.git |
Log | Files | Refs |
vcpkg.json (331B)
0 {
1 "name": "hemplate",
2 "version": "0.4.0",
3 "description": "Opinionated utility library",
4 "homepage": "https://git.dimitrijedobrota.com/hemplate.git",
5 "license": "MIT",
6 "dependencies": [
7 {
8 "name": "vcpkg-cmake",
9 "host": true
10 },
11 {
12 "name": "vcpkg-cmake-config",
13 "host": true
14 }
15 ]
16 }