aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-05-16 12:51:59 -0400
committerLibravatar Silas Bartha <[email protected]>2024-05-16 12:51:59 -0400
commit0ac133c0c396c8b75892cb6e43a52ad973046e2d (patch)
tree78209d575edf6e2b25aa2f3078d56ec486968c72 /Cargo.toml
parent73316d02cceeeb23f3082901d2541c987fa99ab5 (diff)
Removed dynamic linking feature
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 84d0dba..45afdde 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grex_framebuffer_extract"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
[dependencies]
@@ -9,4 +9,3 @@ pollster = "0.3.0"
[dependencies.bevy]
version = "0.13"
-features = ["dynamic_linking"]