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:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user