From 91ebb284cfef492fdbb59ad7aca2e711a3d3dea1 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Sat, 5 Dec 2020 21:53:27 +0100 Subject: [PATCH] Assignment 2: Add yaml-cpp --- assignment2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/assignment2/README.md b/assignment2/README.md index e437267..31cbfdb 100644 --- a/assignment2/README.md +++ b/assignment2/README.md @@ -26,6 +26,7 @@ You are allowed to use: - [ncurses](https://invisible-island.net/ncurses/) - [OpenAL](https://openal.org/) - [nlohmann/json](https://github.com/nlohmann/json) / [RapidJSON](https://rapidjson.org/) +- [yaml-cpp](https://github.com/jbeder/yaml-cpp) - [Assimp](https://www.assimp.org/) - [stb-image](https://github.com/nothings/stb/blob/master/stb_image.h) - [Ogg](https://xiph.org/ogg/) / [Vorbis](https://xiph.org/vorbis/) / [Opus](https://opus-codec.org/)