Skip to content

Commit

Permalink
vsvg-viewer: re-export eframe dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danieledapo committed Jan 14, 2024
1 parent 86ac544 commit aec6f52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/vsvg-viewer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ pub use viewer::Viewer;

pub use crate::document_widget::DocumentWidget;

/// Export of core dependencies in addition to what vsvg already re-exports.
pub mod exports {
pub use ::eframe;
}

/// Viewer app for [`show()`] and [`show_tolerance()`].
struct ShowViewerApp {
document: Arc<vsvg::Document>,
Expand Down

0 comments on commit aec6f52

Please sign in to comment.