summaryrefslogtreecommitdiffstats
path: root/src/launcher/instance.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-01 03:06:56 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-01 03:06:56 -0600
commitc21df3c73ae0dd18999f72504f96930f2c69b4eb (patch)
tree61568d7c065312953572e4e3fb98f60f329f3c32 /src/launcher/instance.rs
parentsome stuff has changed (diff)
add string sub algorithm
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
-}