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

Made the fields in Context private

This commit is contained in:
Emil Ernerfeldt
2020-05-04 21:35:16 +02:00
parent 45564f952b
commit d02194d33a
9 changed files with 68 additions and 54 deletions

View File

@@ -8,12 +8,8 @@ extern crate emigui_wasm;
use {
emigui::{
color::srgba,
containers::*,
example_app::ExampleWindow,
label,
widgets::{Label, Separator},
Align, Emigui, RawInput, TextStyle, *,
color::srgba, containers::*, example_app::ExampleWindow, label, widgets::Separator, Align,
Emigui, RawInput, TextStyle, *,
},
emigui_wasm::now_sec,
};