Add web module

This commit is contained in:
2026-03-19 01:10:00 +08:00
parent 31913a8c83
commit 476c2ea18b

5
src/web/mod.rs Normal file
View File

@@ -0,0 +1,5 @@
//! WebView module for UI and IPC
pub mod bridge;
pub use bridge::WebBridge;