From 294d988a55f021c0b20fdbfceed2befed72686ae Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Fri, 15 Jan 2021 10:30:39 +0100 Subject: [PATCH] Replace yaml-cpp with RapidYAML --- assignment2/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment2/README.md b/assignment2/README.md index 31cbfdb..7138d55 100644 --- a/assignment2/README.md +++ b/assignment2/README.md @@ -26,7 +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) +- [RapidYAML](https://github.com/biojppm/rapidyaml) - [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/)