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

Move easy_mark from egui deo egui_demo_lib

This commit is contained in:
Emil Ernerfeldt
2021-04-24 00:34:58 +02:00
parent 641e9c2d26
commit 6b24dbc997
10 changed files with 17 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
#[cfg_attr(feature = "persistence", serde(default))]
pub struct Apps {
demo: crate::apps::DemoApp,
easy_mark_editor: crate::apps::EasyMarkEditor,
easy_mark_editor: crate::easy_mark::EasyMarkEditor,
#[cfg(feature = "http")]
http: crate::apps::HttpApp,
clock: crate::apps::FractalClock,