Execute editor natively

This commit is contained in:
Adam
2025-07-25 18:33:15 +02:00
committed by Dennis Kobert
parent a52ee70e4c
commit d3fe17bc45
21 changed files with 296 additions and 29 deletions
+2
View File
@@ -2,6 +2,8 @@ mod app;
mod browser_process_handler;
mod client;
mod non_browser_app;
mod non_browser_render_process_handler;
mod non_browser_v8_handler;
mod render_handler;
pub(crate) use app::AppImpl;