aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-08-04 13:07:32 -0400
committerLibravatar GitHub <[email protected]>2024-08-04 13:07:32 -0400
commit98ff44b3341f60cd4c91e299eeee23a6a9fe798b (patch)
tree6ea1d528be99779a9f7a29817010fe463ae63d1a
parentd3f9c9ec8ef0fc60936b2d31c9d9c53adc239f7c (diff)
parent57d7b34c86cab18d3609e57cb8250110967f7b5b (diff)
Merge pull request #1 from kaylendog/master
Disable unnecessary Bevy features
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1005586..f263b29 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,5 @@ pollster = "0.3.0"
[dependencies.bevy]
version = "0.14"
+default-features = false
+features = ["bevy_render"]