Skip to content
3 changes: 3 additions & 0 deletions src-tauri/src/pdf_engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ pub mod overlay;
pub mod poster;
pub mod qpdf;
pub mod render;
pub mod source_content;
#[cfg(test)]
mod source_edit_fixtures;
#[cfg(test)]
mod source_content_integ;
pub mod stamp;
pub mod textexport;
pub mod validate_output;
Expand Down
Loading
Loading