trying to add a way for rust to find number of slides in reveal.js
This commit is contained in:
parent
58652eafa1
commit
b234795a36
3 changed files with 52 additions and 3 deletions
|
@ -3,12 +3,13 @@ mod file_helper;
|
|||
pub mod image_model;
|
||||
pub mod models;
|
||||
pub mod presentation_model;
|
||||
pub mod song_model;
|
||||
pub mod reveal_js;
|
||||
pub mod schema;
|
||||
mod service_thing;
|
||||
mod settings;
|
||||
pub mod slide_model;
|
||||
mod slide_obj;
|
||||
pub mod song_model;
|
||||
pub mod video_model;
|
||||
pub mod ytdl;
|
||||
// mod video_thumbnail;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue