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 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); | |||
4 | pub const WHITE: Color = Color::RGB(255, 255, 255); | 4 | pub const WHITE: Color = Color::RGB(255, 255, 255); |
5 | pub const BLACK: Color = Color::RGB(0, 0, 0); | 5 | pub const BLACK: Color = Color::RGB(0, 0, 0); |
6 | 6 | ||
7 | pub const FONT_PATH: &'static str = "./assets/NerdInput-Regular.ttf"; | ||