feat: implemented Incremental save system

This commit is contained in:
Furqan-14
2026-05-26 11:23:29 +05:30
parent c3447bb793
commit bb1b2dcd50
8 changed files with 196 additions and 9 deletions
+1
View File
@@ -47,6 +47,7 @@ target_link_libraries(pdfengine
freetype
harfbuzz::harfbuzz
PNG::PNG
nlohmann_json::nlohmann_json
)
if(PDFENGINE_WITH_PDFIUM)