From b261863e93fb3dba35e0f0d78e8c709e3805b70f Mon Sep 17 00:00:00 2001 From: lbersch Date: Mon, 12 Mar 2018 13:13:06 +0100 Subject: [PATCH] Added inja template engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfece97..4e61660 100644 --- a/README.md +++ b/README.md @@ -2979,3 +2979,4 @@ A curated list of awesome C++ frameworks, libraries and software. * [OldFisher/lua-api-pp](https://github.com/OldFisher/lua-api-pp) - Lua API wrapper for C++11 * [MacGeneration/MacGPusher](https://github.com/MacGeneration/MacGPusher) - C++11 Project to interact with Apple Push Notification service (APNS) * [pfultz2/cget](https://github.com/pfultz2/cget) - Cmake package retrieval +* [pantor/Inja](https://github.com/pantor/inja) - A Header-Only Template Engine for Modern C++