cleaned up files

This commit is contained in:
Penwing 2024-01-25 20:31:17 +01:00
parent e96e45548a
commit 09029d24b7
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -570,7 +570,7 @@ dependencies = [
[[package]]
name = "calcifer"
version = "1.0.1"
version = "1.1.0"
dependencies = [
"eframe",
"egui_extras",

View file

@ -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

View file

@ -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 = "";
}