1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

Merge example_web into egui_demo_lib

This commit is contained in:
Emil Ernerfeldt
2021-01-01 17:11:05 +01:00
parent 375e317547
commit defad4ed51
38 changed files with 441 additions and 1334 deletions

View File

@@ -4,6 +4,6 @@
// When compiling natively:
fn main() {
let app = egui_demo_lib::DemoApp::default();
let app = egui_demo_lib::WrapApp::default();
eframe::run_native(Box::new(app));
}