From 9844d702a1f33ca04815166f539616a519a89cac Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 14 Mar 2021 22:45:46 +0530 Subject: add basic statusline widget; text drawing support --- 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 b5cea43..8c90693 100644 --- a/src/consts.rs +++ b/src/consts.rs @@ -4,3 +4,4 @@ pub const GRID_COLOR: Color = Color::RGB(64, 64, 64); pub const WHITE: Color = Color::RGB(255, 255, 255); pub const BLACK: Color = Color::RGB(0, 0, 0); +pub const FONT_PATH: &'static str = "./assets/NerdInput-Regular.ttf"; -- cgit v1.2.3