Integrate document-format storage into the editor

This commit is contained in:
Dennis Kobert
2026-06-21 15:20:16 +02:00
parent 96d5a442b0
commit a43c661f14
20 changed files with 2787 additions and 66 deletions

3
Cargo.lock generated
View File

@@ -2228,11 +2228,14 @@ dependencies = [
"bitflags 2.11.0",
"color",
"derivative",
"document-container",
"document-format",
"dyn-any",
"env_logger",
"futures",
"glam",
"graph-craft",
"graph-storage",
"graphene-hash",
"graphene-std",
"graphite-proc-macros",