mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
File module with read, fmt, and write functionality for the editor
This commit is contained in:
commit
1326219415
9 changed files with 234 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue