adding a basic obs implementation
This commit is contained in:
parent
499567a4ed
commit
de0c26271f
3 changed files with 79 additions and 25 deletions
|
@ -2,6 +2,7 @@ pub mod ffmpeg;
|
|||
mod file_helper;
|
||||
pub mod image_model;
|
||||
pub mod models;
|
||||
pub mod obs;
|
||||
pub mod presentation_model;
|
||||
pub mod reveal_js;
|
||||
pub mod schema;
|
||||
|
@ -11,8 +12,7 @@ pub mod settings;
|
|||
pub mod slide_model;
|
||||
mod slide_obj;
|
||||
pub mod songs;
|
||||
pub mod utils;
|
||||
pub mod video_model;
|
||||
pub mod ytdl;
|
||||
pub mod utils;
|
||||
pub mod obs;
|
||||
// mod video_thumbnail;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue