Remove misleading default from create info
This commit is contained in:
parent
8b20c92bbb
commit
5ed9a42f8e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ impl Default for Font<'_> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Serialize, Clone, Debug, Default)]
|
||||
#[derive(Deserialize, Serialize, Clone, Debug)]
|
||||
pub struct GuiHandlerCreateInfo<'a> {
|
||||
// path to the alphabet image
|
||||
#[serde(borrow)]
|
||||
|
|
Loading…
Reference in a new issue