disabled changes only necessary for benchmarks

This commit is contained in:
Anton-4 2021-01-20 11:47:32 +01:00
parent ff974e85e9
commit f588590b42
2 changed files with 5 additions and 5 deletions

View file

@ -46,12 +46,12 @@ pub mod error;
pub mod graphics;
mod keyboard_input;
pub mod lang;
//mod mvc;
pub mod mvc; // for benchmarking
mod mvc;
//pub mod mvc; // for benchmarking
mod resources;
mod selection;
//mod text_buffer;
pub mod text_buffer; // for benchmarking
mod text_buffer;
//pub mod text_buffer; // for benchmarking
mod util;
mod vec_result;