1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00

Implement Window as collection of Floating + Frame + Resize

This commit is contained in:
Emil Ernerfeldt
2020-04-25 22:49:57 +02:00
parent 649dcec09c
commit 154424384f
16 changed files with 301 additions and 459 deletions

View File

@@ -9,10 +9,11 @@ extern crate emigui_wasm;
use {
emigui::{
color::srgba,
containers::*,
example_app::ExampleApp,
label,
widgets::{Label, Separator},
Align, Emigui, RawInput, TextStyle, Window, *,
Align, Emigui, RawInput, TextStyle, *,
},
emigui_wasm::now_sec,
};