code improvements and updates

This commit is contained in:
Simon Gardling
2022-05-11 14:44:25 -04:00
parent 66a05adefc
commit d9100c64cc
7 changed files with 35 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ pub struct TextData {
pub welcome: String,
}
#[derive(Serialize, Deserialize)]
#[derive(Serialize, Deserialize, PartialEq, Debug)]
pub struct TotalData {
pub text: TextData,
pub fonts: epaint::text::FontDefinitions,