Draft Metrics and improve Target abstraction

This commit is contained in:
Héctor Ramón Jiménez 2019-11-02 19:58:49 +01:00
parent f3baae9228
commit 58e04af824
6 changed files with 99 additions and 42 deletions

View file

@ -24,7 +24,7 @@ mod debugger;
mod windowed;
pub use debugger::Debugger;
pub use windowed::Windowed;
pub use windowed::{Target, Windowed};
pub trait Renderer {
type Output;