aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-05-16 12:37:33 -0400
committerLibravatar Silas Bartha <[email protected]>2024-05-16 12:37:33 -0400
commit6dec61d81f0475560f336f17ab1243796d585317 (patch)
treef6fb762d41937e4fdda7616732e7448fcc372a26 /Cargo.toml
parentccf6a082ac040c42e428fde771834b2043735cb5 (diff)
Removed dynamic linking featurev0.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 efa9ba6..924a327 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,7 @@
[package]
name = "grex_dither_post_process"
-version = "0.1.2"
+version = "0.1.3"
edition = "2021"
[dependencies.bevy]
version = "0.13"
-features = ["dynamic_linking"]