aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"]