1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Add a VERY experimental markdown viewer

This commit is contained in:
Emil Ernerfeldt
2021-01-27 20:14:53 +01:00
parent 7d8ebb4c8f
commit 6029a438a2
9 changed files with 300 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ impl Default for LayoutTest {
impl super::Demo for LayoutTest {
fn name(&self) -> &str {
"🖹 Layouts"
"🗺 Layout Test"
}
fn show(&mut self, ctx: &egui::CtxRef, open: &mut bool) {