mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
83e9d20ff7
* [inja] bump to 3.4.0 * update version database
19 lines
345 B
JSON
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
|
|
}
|
|
]
|
|
}
|