This commit is contained in:
nora 2023-04-18 15:41:11 +02:00
parent 160111f287
commit 53556a38c0
2 changed files with 7 additions and 4 deletions

View file

@ -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 {}
}