debug: First iteration
- Flesh out FPS counters and graph - Add opacity slider - Add specialized views - Populate workspace state inspector (very basic)
This commit is contained in:
parent
c1484cdb02
commit
5315abb9f1
9 changed files with 234 additions and 115 deletions
|
|
@ -10,11 +10,13 @@ use slog::Drain;
|
|||
|
||||
pub mod backend;
|
||||
pub mod input;
|
||||
pub mod rendering;
|
||||
pub mod shell;
|
||||
pub mod state;
|
||||
pub mod utils;
|
||||
|
||||
#[cfg(feature = "debug")]
|
||||
pub mod debug;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
// setup logger
|
||||
let _guard = init_logger();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue