1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

[demo] Move color test to WrapApp

This commit is contained in:
Emil Ernerfeldt
2021-01-02 00:13:34 +01:00
parent 4848c171eb
commit 3e0bedd96d
9 changed files with 40 additions and 43 deletions

View File

@@ -57,7 +57,7 @@ impl Default for HttpApp {
impl epi::App for HttpApp {
fn name(&self) -> &str {
"HTTP Fetch"
"HTTP"
}
/// Called each time the UI needs repainting, which may be many times per second.