Update lib.rs with new module structure

This commit is contained in:
2026-03-19 01:08:35 +08:00
parent 4835af7f5c
commit 60dd44825f

View File

@@ -1,7 +1,10 @@
//! MoMentry Playground - 統一媒體播放與監控平台 //! MoMentry Playground
//!
//! Unified media player with ASR/YOLO/Chunks overlay support
pub mod player; pub mod player;
pub mod ui; pub mod overlay;
pub mod viewer; pub mod web;
pub mod api; pub mod config;
pub mod input;
pub use config::Config;