From 09029d24b7a57131ab7c2dd4522e561f16e23899 Mon Sep 17 00:00:00 2001 From: Penwing Date: Thu, 25 Jan 2024 20:31:17 +0100 Subject: [PATCH] cleaned up files --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e517e70..a4edfff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "calcifer" -version = "1.0.1" +version = "1.1.0" dependencies = [ "eframe", "egui_extras", diff --git a/Cargo.toml b/Cargo.toml index 999f64c..979c019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "calcifer" -version = "1.0.1" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index 54fbffc..a4081d7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -18,7 +18,7 @@ mod build { #[cfg(not(debug_assertions))] mod build { - pub const SAVE_PATH : &str = "/home/penwing/Documents/calcifer_save.json"; + pub const SAVE_PATH : &str = "/home/penwing/Documents/.save/calcifer_save.json"; pub const TITLE: &str = ""; }