vcpkg/ports/inja/vcpkg.json
Billy O'Neal b1d33888ca
[inja] Update to 3.3.0. (#19208)
* [inja] Update to 3.3.0.

* Fix version.
2021-07-28 13:18:41 -07:00

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