Move minja and nlohmann/json to vendor (#802)

Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
Kawrakow
2025-09-27 09:12:35 +02:00
committed by GitHub
parent 346f580267
commit e2f21c8dc8
14 changed files with 195 additions and 15 deletions

View File

@@ -21,7 +21,7 @@
#include "httplib.h"
// Change JSON_ASSERT from assert() to GGML_ASSERT:
#define JSON_ASSERT GGML_ASSERT
#include "json.hpp"
#include <nlohmann/json.hpp>
#include "index.html.gz.hpp"
#include "loading.html.hpp"