Compilation fix

This commit is contained in:
Emil Ernerfeldt 2020-09-13 15:41:16 +02:00
parent 814121903a
commit 6904938594

View file

@ -17,7 +17,7 @@ pub struct DemoApp {
demo_window: DemoWindow,
fractal_clock: FractalClock,
num_frames_painted: u64,
#[serde(skip)]
#[cfg_attr(feature = "serde", serde(skip))]
color_test: ColorTest,
show_color_test: bool,
}