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

demo: Move egui settings/inspection windows to backend panel

This commit is contained in:
Emil Ernerfeldt
2021-05-28 00:40:22 +02:00
parent 66095b69a7
commit 4d56d0328b
4 changed files with 350 additions and 352 deletions

View File

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