mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:39:00 +08:00
b1d33888ca
* [inja] Update to 3.3.0. * Fix version.
10 lines
196 B
JSON
10 lines
196 B
JSON
{
|
|
"name": "inja",
|
|
"version": "3.3.0",
|
|
"description": "Inja - A Template Engine for Modern C++",
|
|
"homepage": "https://github.com/pantor/inja",
|
|
"dependencies": [
|
|
"nlohmann-json"
|
|
]
|
|
}
|