summaryrefslogtreecommitdiffstats
path: root/src/launcher/instance.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/launcher/instance.rs')
-rw-r--r--src/launcher/instance.rs9
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
-}