build fix
This commit is contained in:
parent
7abb9a2814
commit
94db5bb3a1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pub struct DemoEnvironment {
|
||||||
#[cfg_attr(feature = "serde", serde(default))]
|
#[cfg_attr(feature = "serde", serde(default))]
|
||||||
struct Demos {
|
struct Demos {
|
||||||
/// open, view
|
/// open, view
|
||||||
#[serde(skip)] // TODO
|
#[cfg_attr(feature = "serde", serde(skip))] // TODO: serialize the `open` state.
|
||||||
demos: Vec<(bool, Box<dyn Demo>)>,
|
demos: Vec<(bool, Box<dyn Demo>)>,
|
||||||
}
|
}
|
||||||
impl Default for Demos {
|
impl Default for Demos {
|
||||||
|
|
Loading…
Reference in a new issue