aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-05-16 12:36:25 -0400
committerLibravatar Silas Bartha <[email protected]>2024-05-16 12:36:25 -0400
commita294ec442b91e1006a28049cda9fcb82b52d0dc0 (patch)
treeac0e07b42ca114f36259dc7b6d97044dba000be1
parent4bdbe1ffbdd00192ac3beed1a4f1ac62c161109b (diff)
Removed dynamic linking featurev0.1.2
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9145c1a..6735b34 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,7 @@
[package]
name = "grex_outline_post_process"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
[dependencies.bevy]
version = "0.13"
-features = ["dynamic_linking"]