crop image, more enum classes

This commit is contained in:
pantor
2017-08-20 13:15:57 +02:00
parent f2ac74fc5a
commit dd65af4457
5 changed files with 189 additions and 136 deletions

View File

@@ -3,12 +3,11 @@
#include "inja.hpp"
using Environment = inja::Environment;
using json = nlohmann::json;
TEST_CASE("Renderer") {
Environment env = Environment();
inja::Environment env = inja::Environment();
json data;
data["name"] = "Peter";
data["city"] = "Brunswick";