diff options
Diffstat (limited to 'src/consts.rs')
-rw-r--r-- | src/consts.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/consts.rs b/src/consts.rs index 52ab580..3f9ecb9 100644 --- a/src/consts.rs +++ b/src/consts.rs | |||
@@ -10,3 +10,4 @@ pub mod colors { | |||
10 | 10 | ||
11 | pub const FONT_PATH: &'static str = "./assets/NerdInput-Regular.ttf"; | 11 | pub const FONT_PATH: &'static str = "./assets/NerdInput-Regular.ttf"; |
12 | pub const STDLIB_PATH: &'static str = "./src/lisp/std.lisp"; | 12 | pub const STDLIB_PATH: &'static str = "./src/lisp/std.lisp"; |
13 | pub const RC_PATH: &'static str = "/home/np/.config/sdl-tests"; | ||