Execute editor natively

This commit is contained in:
Adam
2025-07-24 04:23:33 -07:00
parent 4fec24893e
commit 0c60ebaabc
21 changed files with 296 additions and 29 deletions

3
Cargo.lock generated
View File

@@ -1837,7 +1837,9 @@ dependencies = [
"cef",
"dirs",
"futures",
"graphite-editor",
"include_dir",
"serde_json",
"thiserror 2.0.12",
"tracing",
"tracing-subscriber",
@@ -1904,6 +1906,7 @@ dependencies = [
"math-parser",
"serde",
"serde-wasm-bindgen",
"serde_json",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",