lumina/src/rust/lib.rs
Chris Cochrun e05815e550 adding a new core module
This module will hold all the core mechanincs so that we can abstract
things further and allow for a better design of the main system. This
gives the freedom of moving the ui further from the logic and allows
for changing the ui in the future.
2024-10-04 16:14:33 -05:00

17 lines
331 B
Rust

pub mod ffmpeg;
pub mod file_helper;
pub mod image_model;
pub mod obs;
pub mod presentation_model;
pub mod reveal_js;
pub mod service_item_model;
pub mod settings;
pub mod slide_model;
pub mod slide_object;
pub mod songs;
pub mod utils;
pub mod video_model;
pub mod ytdl;
pub mod slide_types;
pub mod core;
// mod video_thumbnail;