mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Made the fields in Context private
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user