mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
[app] unify web and glium demo app
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
#![allow(clippy::single_match)]
|
||||
#![allow(deprecated)] // TODO: remove
|
||||
|
||||
mod backend;
|
||||
mod painter;
|
||||
pub mod persistence;
|
||||
mod runner;
|
||||
pub mod storage;
|
||||
|
||||
pub use backend::*;
|
||||
pub use painter::Painter;
|
||||
pub use runner::*;
|
||||
|
||||
use {
|
||||
clipboard::ClipboardProvider,
|
||||
|
||||
Reference in New Issue
Block a user