Execute editor natively

This commit is contained in:
Adam
2025-07-24 04:23:33 -07:00
committed by Dennis Kobert
parent a52ee70e4c
commit d3fe17bc45
21 changed files with 296 additions and 29 deletions

3
Cargo.lock generated
View File

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