vcpkg-registryRegistry containing personal projects |
git clone git://git.dimitrijedobrota.com/vcpkg-registry.git |
Log | Files | Refs | |
vcpkg.json (330B)
1 { 2 "name": "cemplate", 3 "version": "0.3.0", 4 "description": "Simple C++ template engine", 5 "homepage": "https://git.dimitrijedobrota.com/cemplate.git", 6 "license": "MIT", 7 "dependencies": [ 8 { 9 "name": "vcpkg-cmake", 10 "host": true 11 }, 12 { 13 "name": "vcpkg-cmake-config", 14 "host": true 15 } 16 ] 17 }