Working on grid rendering

This commit is contained in:
Mikayla Maki 2022-07-05 11:28:16 -07:00
parent e14b3db68a
commit 342d38a9fb
5 changed files with 95 additions and 61 deletions

View file

@ -15,7 +15,7 @@ pub use clipboard::ClipboardItem;
pub mod fonts;
pub mod geometry;
mod presenter;
mod scene;
pub mod scene;
pub use scene::{Border, CursorRegion, MouseRegion, MouseRegionId, Quad, Scene};
pub mod text_layout;
pub use text_layout::TextLayoutCache;