Implement debug view and load system fonts
This commit is contained in:
parent
ef056d8489
commit
2c6bfdbc8c
17 changed files with 418 additions and 241 deletions
|
|
@ -5,7 +5,7 @@ mod platform;
|
|||
pub use platform::*;
|
||||
|
||||
pub trait Application {
|
||||
type Message;
|
||||
type Message: std::fmt::Debug;
|
||||
|
||||
fn update(&mut self, message: Self::Message);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue