Add storage module for presets, config, session, and history persistence

This commit is contained in:
2026-03-06 02:14:57 +02:00
parent 9b5cfd1212
commit 0bc39542ee
5 changed files with 569 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ webp = "0.3"
little_exif = "0.4"
imageproc = "0.25"
ab_glyph = "0.2"
dirs = "6"
[dev-dependencies]
tempfile = "3"