diff options
author | Silas Bartha <[email protected]> | 2024-05-10 20:00:45 -0400 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-05-10 20:00:45 -0400 |
commit | 363157a7f831fc29c6ed1a26880ea756521317b9 (patch) | |
tree | 2960f693f482a34cd77fde673ceba49e2cfa503b /Cargo.toml | |
parent | ec8f43e79cb8a182c0dc73d103e632fac96293b6 (diff) |
Truncate Log Filev0.1.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "grex_terminal_display" -version = "0.1.2" +version = "0.1.3" edition = "2021" [dependencies] @@ -8,7 +8,6 @@ crossterm = "0.27.0" [dependencies.bevy] version = "0.13" -features = ["dynamic_linking"] [dependencies.grex_framebuffer_extract] git = "https://github.com/exvacuum/grex_framebuffer_extract" |