Replace yaml-cpp with RapidYAML

This commit is contained in:
Alex Hirsch 2021-01-15 10:30:39 +01:00
parent 4d822fd15d
commit 294d988a55

View File

@ -26,7 +26,7 @@ You are allowed to use:
- [ncurses](https://invisible-island.net/ncurses/) - [ncurses](https://invisible-island.net/ncurses/)
- [OpenAL](https://openal.org/) - [OpenAL](https://openal.org/)
- [nlohmann/json](https://github.com/nlohmann/json) / [RapidJSON](https://rapidjson.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/) - [Assimp](https://www.assimp.org/)
- [stb-image](https://github.com/nothings/stb/blob/master/stb_image.h) - [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/) - [Ogg](https://xiph.org/ogg/) / [Vorbis](https://xiph.org/vorbis/) / [Opus](https://opus-codec.org/)