Added "remembering" launchers and wads added

This commit is contained in:
2023-06-04 22:00:03 +01:00
parent eb4bb58549
commit b7500560a3
4 changed files with 89 additions and 19 deletions

View File

@@ -6,13 +6,13 @@ use std::path::PathBuf;
// and perhaps the path to string conversion too could be
// removed from the GUI part
#[derive(Serialize, Deserialize, Debug)]
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct WadInfo {
pub path: PathBuf,
pub name: String,
}
#[derive(Serialize, Deserialize, Debug)]
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct LauncherInfo {
pub path: PathBuf,
pub name: String,