removed lang and markup folder from editors, changed imports to use new crates

This commit is contained in:
Anton-4 2021-09-25 17:14:32 +02:00
parent f9e2e3469b
commit 69391b26d7
55 changed files with 653 additions and 11986 deletions

View file

@ -10,7 +10,6 @@ extern crate pest_derive;
mod editor;
mod graphics;
pub mod lang; //TODO remove pub for unused warnings
mod ui;
mod window;