Checkpoint
This commit is contained in:
parent
8406c0d9a3
commit
37d0f06e07
24 changed files with 5138 additions and 54 deletions
|
@ -9,7 +9,7 @@ impl TestPlatform {
|
|||
}
|
||||
|
||||
impl Platform for TestPlatform {
|
||||
fn font_system(&self) -> std::sync::Arc<dyn crate::PlatformFontSystem> {
|
||||
fn font_system(&self) -> std::sync::Arc<dyn crate::PlatformTextSystem> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
|
@ -20,4 +20,8 @@ impl Platform for TestPlatform {
|
|||
) -> Box<dyn crate::PlatformWindow> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn dispatcher(&self) -> std::sync::Arc<dyn crate::PlatformDispatcher> {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue