WIP: lunasvg implementation, things stopped working

This commit is contained in:
2026-03-03 14:01:22 -05:00
parent 19bf78d635
commit 2703bbd901
80 changed files with 38694 additions and 12 deletions

24
compile_commands.json Normal file
View File

@@ -0,0 +1,24 @@
[
{
"directory": "/Users/mta/projects/autosample",
"file": "src/main.cpp",
"arguments": [
"clang++",
"-std=c++20",
"-x", "objective-c++",
"-fno-exceptions",
"-fno-rtti",
"-Isrc",
"-Ivendor/clay",
"-Ivendor/lunasvg/include",
"-DLUNASVG_BUILD_STATIC",
"-D_DEBUG",
"-Wall",
"-Wextra",
"-Wno-missing-field-initializers",
"-Wno-deprecated-declarations",
"-c",
"src/main.cpp"
]
}
]