Migrate Rig tool flow to domain runtime

This commit is contained in:
2026-08-04 14:14:51 -05:00
parent 4c7270db8d
commit 91d8bd0381
34 changed files with 2728 additions and 374 deletions
+2
View File
@@ -21,6 +21,7 @@ mod pane_restoration;
mod preview_config_migration;
mod remote_server;
mod rich_input_ctrl_enter;
mod rig_runtime;
mod rules;
mod secrets;
mod session_restoration;
@@ -77,6 +78,7 @@ use pathfinder_geometry::vector::Vector2F;
pub use preview_config_migration::*;
pub use remote_server::*;
pub use rich_input_ctrl_enter::*;
pub use rig_runtime::*;
pub use rules::*;
use rust_embed::RustEmbed;
pub use secrets::*;