start to implement save and dnd for files
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-10-02 11:39:20 -05:00
parent 61fdc288b6
commit f9f3f7f95f
5 changed files with 426 additions and 303 deletions

View file

@ -39,6 +39,9 @@ rapidfuzz = "0.5.0"
# wgpu = "26.0.1"
# mupdf = "0.5.0"
mupdf = { version = "0.5.0", git = "https://github.com/messense/mupdf-rs", rev="2425c1405b326165b06834dcc1ca859015f92787"}
tar = "0.4.44"
zstd = "0.13.3"
fastrand = "2.3.0"
# rfd = { version = "0.15.4", default-features = false, features = ["xdg-portal"] }