Initialize Rust GPUI browser shell

This commit is contained in:
2026-05-07 18:27:15 -04:00
commit d9a27f3dc4
41 changed files with 11573 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
mod error;
mod state;
pub use error::CoreError;
pub use state::{BrowserCore, BrowserSnapshot, InitialBrowserConfig};