aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2024-04-26 01:23:11 -0400
committerLibravatar Silas Bartha <silas@exvacuum.dev>2024-04-26 01:23:11 -0400
commitccf6a082ac040c42e428fde771834b2043735cb5 (patch)
treecbe788ead3a76feeb0baeeae63f77323b236e670 /Cargo.toml
parent7427c127662d91c7218639a2fb4d8fb7c9981611 (diff)
Switched to asset server reference for adding threshold map texturev0.1.2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7999f88..efa9ba6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grex_dither_post_process"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
[dependencies.bevy]