Add nlohmann::json library
This commit is contained in:
parent
eb98beac43
commit
3addd01f54
3 changed files with 65 additions and 0 deletions
13
vendor/README.md
vendored
13
vendor/README.md
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue