From 6d129820ca58bd4276071befe3ce9c6246365f24 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Mon, 12 Oct 2020 14:34:53 +0200 Subject: [PATCH] Assignment 2: Add plog --- assignment2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment2/README.md b/assignment2/README.md index 785c21b..2b74759 100644 --- a/assignment2/README.md +++ b/assignment2/README.md @@ -34,7 +34,7 @@ You are allowed to use: - [Catch2](https://github.com/DigitalInBlue/Celero) - [Google Test](https://github.com/google/googletest) - [Google Benchmark](https://github.com/google/benchmark) -- [spdlog](https://github.com/gabime/spdlog) +- [spdlog](https://github.com/gabime/spdlog) / [plog](https://github.com/SergiusTheBest/plog) - [fmt](https://github.com/fmtlib/fmt) - [AngelScript](https://www.angelcode.com/angelscript/) - [Lua](http://www.lua.org/) / [sol2](https://github.com/ThePhD/sol2)