diff options
| author | 2025-01-01 03:06:56 -0600 | |
|---|---|---|
| committer | 2025-01-01 03:06:56 -0600 | |
| commit | c21df3c73ae0dd18999f72504f96930f2c69b4eb (patch) | |
| tree | 61568d7c065312953572e4e3fb98f60f329f3c32 /src/launcher/instance.rs | |
| parent | some stuff has changed (diff) | |
add string sub algorithm
Diffstat (limited to 'src/launcher/instance.rs')
| -rw-r--r-- | src/launcher/instance.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/launcher/instance.rs b/src/launcher/instance.rs deleted file mode 100644 index 3e62990..0000000 --- a/src/launcher/instance.rs +++ /dev/null @@ -1,9 +0,0 @@ -use std::path::PathBuf; -use serde::Deserialize; -use uuid::Uuid; - -#[derive(Deserialize, Debug, Clone)] -pub struct Instance { - pub uuid: Uuid, - pub path: PathBuf -} |
