Add nlohmann::json library

This commit is contained in:
Lexi / Zoe 2026-05-24 22:54:27 +02:00
parent eb98beac43
commit 3addd01f54
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 65 additions and 0 deletions

13
vendor/README.md vendored
View file

@ -10,6 +10,19 @@ For now, SDL3 and SDL3_image need to be installed on the system. They should be
Same for freetype, which is required by RmlUi.
## nlohmann::json
[JSON for Modern C++](https://github.com/nlohmann/json).
Within the `vendor` directory, run:
```shell
# We're using the default branch (develop) here because the latest release does not support C++20 modules yet.
# (Last commit known working: 484483aca)
git clone git@github.com:nlohmann/json.git nlohmann_json
```
## RmlUi
[RmlUi](https://github.com/mikke89/RmlUi) is a UI library.