aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-11-21 15:57:24 -0500
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-11-21 15:57:24 -0500
commitd16c3f67bb02031ce845d340fa964a86651fccbd (patch)
tree867e6e4572847ae15159594ef64b94bacdfd61dc
parentc2d89772336c52cce0b629f6ffc506eb1f221867 (diff)
Thu Nov 21 03:57:24 PM EST 2024
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7134c75..243cd0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,13 +11,16 @@ crossbeam-channel = "0.5"
downcast-rs = "1.2"
once_cell = "1.19"
bevy_headless_render = "0.1"
-bevy_dither_post_process = "0.2"
ratatui = "0.28"
color-eyre = "0.6"
leafwing-input-manager = "0.15"
serde = "1.0"
smol_str = "0.2"
+[dependencies.bevy_dither_post_process]
+git = "https://github.com/exvacuum/bevy_dither_post_process"
+branch = "wip"
+
[dependencies.bevy]
version = "0.14"
default-features = false