1
0
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:
Emil Ernerfeldt
2020-07-23 18:54:16 +02:00
parent b79c76b9ce
commit 554e6e7120
15 changed files with 445 additions and 442 deletions

View File

@@ -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,