Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytaph committed Dec 19, 2024
1 parent 1001fac commit f3eaba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ mod engine;

#[cfg(target_arch = "wasm32")]
mod wasm;

4 changes: 2 additions & 2 deletions src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ pub use gosub_html5::document::document_impl::DocumentImpl;
pub use gosub_html5::document::fragment::DocumentFragmentImpl;
pub use gosub_html5::parser::Html5Parser;

pub use gosub_taffy::TaffyLayouter;
pub use gosub_renderer::draw::TreeDrawerImpl;
pub use gosub_rendering::render_tree::RenderTree;
pub use gosub_taffy::TaffyLayouter;

pub use gosub_cairo::CairoBackend;
pub use gosub_vello::VelloBackend;
pub use gosub_vello::VelloBackend;

0 comments on commit f3eaba0

Please sign in to comment.