diff --git a/src/lib.rs b/src/lib.rs index ef233f74..f1440fc3 100755 --- a/src/lib.rs +++ b/src/lib.rs @@ -4,4 +4,3 @@ mod engine; #[cfg(target_arch = "wasm32")] mod wasm; - diff --git a/src/prelude.rs b/src/prelude.rs index 7e659ca8..7e6c9538 100644 --- a/src/prelude.rs +++ b/src/prelude.rs @@ -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; \ No newline at end of file +pub use gosub_vello::VelloBackend;