vcpkg/ports/inja/vcpkg.json
xiaozhuai, Weihang Ding 83e9d20ff7
[inja] Bump to 3.4.0 (#29246)
* [inja] bump to 3.4.0

* update version database
2023-01-30 17:10:38 -08:00

19 lines
345 B
JSON

{
"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
}
]
}