Chore: embed yyjson source code

Ref: https://github.com/fastfetch-cli/fastfetch/discussions/523
This commit is contained in:
李通洲
2023-08-14 20:00:04 +08:00
parent a85da5401d
commit cd4a512291
6 changed files with 17137 additions and 24 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"home": "https://github.com/ibireme/yyjson",
"license": "MIT ( embed in source )",
"version": "5e3b26d2659287d31e2f8e10f95f95feb7e5ab3a",
"author": "ibireme"
}
+9281
View File
File diff suppressed because it is too large Load Diff
+7846
View File
File diff suppressed because it is too large Load Diff
@@ -62,7 +62,6 @@ FF_MAYBE_UNUSED static void detectTTY(FFTerminalFontResult* terminalFont)
#include "common/processing.h"
#include <stdlib.h>
#include <yyjson.h>
static const char* detectWTProfile(yyjson_val* profile, FFstrbuf* name, double* size)
{
+2 -1
View File
@@ -7,7 +7,8 @@
#include <stdint.h>
#include <stdbool.h>
#include <yyjson.h>
#include "3rdparty/yyjson/yyjson.h"
#include "util/FFstrbuf.h"
#include "util/FFlist.h"