mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
refactoring for home and end keys, better Modifiers abstraction
This commit is contained in:
parent
d153e580a1
commit
fe916f0d03
7 changed files with 611 additions and 536 deletions
|
@ -12,6 +12,7 @@ mod editor;
|
|||
mod graphics;
|
||||
pub mod lang; //TODO remove pub for unused warnings
|
||||
mod ui;
|
||||
mod window;
|
||||
|
||||
use std::io;
|
||||
use std::path::Path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue