Draft Metrics and improve Target abstraction
This commit is contained in:
parent
f3baae9228
commit
58e04af824
6 changed files with 99 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue