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 ui;
pub mod viewer;
pub mod api;
pub mod input;
pub mod overlay;
pub mod web;
pub mod config;
pub use config::Config;