From cad96556adaad9623101405de329d64abd39e674 Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 31 Mar 2021 16:50:57 +0530 Subject: initial support for rc.lisp --- src/consts.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/consts.rs') 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 { pub const FONT_PATH: &'static str = "./assets/NerdInput-Regular.ttf"; pub const STDLIB_PATH: &'static str = "./src/lisp/std.lisp"; +pub const RC_PATH: &'static str = "/home/np/.config/sdl-tests"; -- cgit v1.2.3