mirror of
https://github.com/Noratrieb/game-wip-dontplay.git
synced 2026-01-16 04:25:00 +01:00
more
This commit is contained in:
parent
160111f287
commit
53556a38c0
2 changed files with 7 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
use egui::PlatformOutput;
|
||||
use egui_inspect::Inspect;
|
||||
|
||||
extern crate alloc;
|
||||
|
|
@ -56,3 +57,7 @@ impl std::fmt::Debug for TileDb {
|
|||
loop {}
|
||||
}
|
||||
}
|
||||
|
||||
pub fn output_mut<R>(writer: impl FnOnce(&mut PlatformOutput) -> R) -> R {
|
||||
loop {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue