aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-05-10 20:00:45 -0400
committerLibravatar Silas Bartha <[email protected]>2024-05-10 20:00:45 -0400
commit363157a7f831fc29c6ed1a26880ea756521317b9 (patch)
tree2960f693f482a34cd77fde673ceba49e2cfa503b /Cargo.toml
parentec8f43e79cb8a182c0dc73d103e632fac96293b6 (diff)
Truncate Log Filev0.1.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0ac7802..127e808 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"