more ui refactoring progress

This commit is contained in:
Anton-4 2021-02-16 20:02:42 +01:00
parent b905fadcf9
commit 05692e2c31
14 changed files with 358 additions and 361 deletions

View file

@ -3,9 +3,10 @@
#![allow(clippy::large_enum_variant)]
extern crate pest;
#[cfg(test)]
#[macro_use]
#[cfg_attr(test, macro_use)]
extern crate pest_derive;
#[cfg_attr(test, macro_use)]
extern crate indoc;
mod graphics;
mod lang;