mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Compilation fix
This commit is contained in:
@@ -17,7 +17,7 @@ pub struct DemoApp {
|
|||||||
demo_window: DemoWindow,
|
demo_window: DemoWindow,
|
||||||
fractal_clock: FractalClock,
|
fractal_clock: FractalClock,
|
||||||
num_frames_painted: u64,
|
num_frames_painted: u64,
|
||||||
#[serde(skip)]
|
#[cfg_attr(feature = "serde", serde(skip))]
|
||||||
color_test: ColorTest,
|
color_test: ColorTest,
|
||||||
show_color_test: bool,
|
show_color_test: bool,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user