Skip to content

Commit

Permalink
Split "render" module into separate "renderer" and "render" modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jul 23, 2024
1 parent 8a4b93f commit 8ac949d
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 412 deletions.
4 changes: 2 additions & 2 deletions packages/blitz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ lib.rs -> DioxusNative -> Window -> Document
mod devtools;
mod fontcache;
mod imagecache;
pub mod render;
pub mod renderer;
mod util;
mod viewport;

pub use render::*;
pub use renderer::*;
pub use viewport::Viewport;
Loading

0 comments on commit 8ac949d

Please sign in to comment.