1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 23:30:04 -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

@@ -58,6 +58,7 @@
#![allow(clippy::manual_range_contains)]
mod apps;
pub mod easy_mark;
pub(crate) mod frame_history;
mod wrap_app;