aboutsummaryrefslogtreecommitdiff
path: root/src/consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/consts.rs')
-rw-r--r--src/consts.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/consts.rs b/src/consts.rs
index 3f9ecb9..0b43f0a 100644
--- a/src/consts.rs
+++ b/src/consts.rs
@@ -8,6 +8,6 @@ pub mod colors {
8 pub const PINK: Color = Color::RGB(255, 50, 153); 8 pub const PINK: Color = Color::RGB(255, 50, 153);
9} 9}
10 10
11pub const FONT_PATH: &'static str = "./assets/NerdInput-Regular.ttf"; 11pub const FONT_PATH: &str = "./assets/NerdInput-Regular.ttf";
12pub const STDLIB_PATH: &'static str = "./src/lisp/std.lisp"; 12pub const STDLIB_PATH: &str = "./src/lisp/std.lisp";
13pub const RC_PATH: &'static str = "/home/np/.config/sdl-tests"; 13pub const RC_PATH: &str = "/home/np/.config/sdl-tests";