debug: Add basic debug interface

This commit is contained in:
Victoria Brekenfeld 2022-01-11 19:18:41 +01:00
parent 928ce9c6f6
commit bbeb51cbce
5 changed files with 134 additions and 9 deletions

View file

@ -10,6 +10,7 @@ use slog::Drain;
pub mod backend;
pub mod input;
pub mod rendering;
pub mod shell;
pub mod state;
pub mod utils;