File module with read, fmt, and write functionality for the editor

This commit is contained in:
Chadtech 2020-12-04 00:14:32 -05:00
commit 1326219415
9 changed files with 234 additions and 5 deletions

View file

@ -22,7 +22,7 @@ use winit::event::{ElementState, ModifiersState, VirtualKeyCode};
use winit::event_loop::ControlFlow;
pub mod ast;
mod file;
pub mod file;
mod rect;
pub mod text_state;
mod vertex;