Fix #[default] in preset for game_of_life example
This commit is contained in:
parent
e80c7dff8d
commit
8acf7c41fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#[derive(Debug, Clone, Copy, Default, PartialEq, Eq)]
|
||||
pub enum Preset {
|
||||
Custom,
|
||||
[default]
|
||||
#[default]
|
||||
Xkcd,
|
||||
Glider,
|
||||
SmallExploder,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue