stremio-shell-ng/src/stremio_app/mod.rs
Timothy Z. b06ce07077
Some checks are pending
Continuous integration / test (push) Waiting to run
fix: window state and title bar color
2026-05-11 17:52:30 +02:00

15 lines
333 B
Rust

pub mod app;
pub use app::MainWindow;
pub mod ipc;
pub mod stremio_player;
pub mod stremio_server;
pub mod stremio_wevbiew;
pub use ipc::RPCResponse;
pub mod named_pipe;
pub mod splash;
pub mod systray;
pub mod window_helper;
pub mod window_settings;
pub use named_pipe::{PipeClient, PipeServer};
pub mod constants;
pub mod updater;