From 56aafda8495243fa939bdce01f36d4adbf4ec556 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Thu, 16 May 2024 20:28:58 -0400 Subject: Added configurable logfile path --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 127e808..e1b8dda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,21 +1,22 @@ [package] name = "grex_terminal_display" -version = "0.1.3" +version = "0.1.5" edition = "2021" [dependencies] crossterm = "0.27.0" +once_cell = "1.19.0" [dependencies.bevy] version = "0.13" [dependencies.grex_framebuffer_extract] git = "https://github.com/exvacuum/grex_framebuffer_extract" -tag = "v0.1.0" +tag = "v0.1.1" [dependencies.grex_dither_post_process] git = "https://github.com/exvacuum/grex_dither_post_process" -tag = "v0.1.2" +tag = "v0.1.3" [dependencies.ratatui] version = "0.26.2" -- cgit v1.2.3