Assignment 2: Add plog

This commit is contained in:
Alex Hirsch 2020-10-12 14:34:53 +02:00
parent a5c7a57ff1
commit 6d129820ca

View File

@ -34,7 +34,7 @@ You are allowed to use:
- [Catch2](https://github.com/DigitalInBlue/Celero) - [Catch2](https://github.com/DigitalInBlue/Celero)
- [Google Test](https://github.com/google/googletest) - [Google Test](https://github.com/google/googletest)
- [Google Benchmark](https://github.com/google/benchmark) - [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) - [fmt](https://github.com/fmtlib/fmt)
- [AngelScript](https://www.angelcode.com/angelscript/) - [AngelScript](https://www.angelcode.com/angelscript/)
- [Lua](http://www.lua.org/) / [sol2](https://github.com/ThePhD/sol2) - [Lua](http://www.lua.org/) / [sol2](https://github.com/ThePhD/sol2)