vcpkg/ports/inja/vcpkg.json

19 lines
345 B
JSON
Raw Normal View History

{
"name": "inja",
"version": "3.4.0",
"description": "Inja - A Template Engine for Modern C++",
"homepage": "https://github.com/pantor/inja",
"license": "MIT",
"dependencies": [
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}