Move minja and nlohmann/json to vendor

This commit is contained in:
Iwan Kawrakow
2025-09-27 10:11:03 +03:00
parent 5064ff8a54
commit 54375a5587
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"