build: replace nlohmann json with rapidjson

This commit is contained in:
2026-08-04 11:51:05 +08:00
parent 67fbbe1229
commit ef3be12b64
41 changed files with 19063 additions and 25527 deletions

View File

@@ -59,7 +59,7 @@ void CreditsUI::init() {
add_text("OpenAL Soft LGPL-2.1+");
add_text("Opus BSD-3-Clause");
add_text("dr_libs MIT-0 / Unlicense");
add_text("nlohmann/json MIT");
add_text("RapidJSON MIT");
add_text("HarfBuzz Old-MIT / GPL-2.0+");
add_text("utf8cpp BSL-1.0");
add_text("stb - public domain / MIT licensed");