aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar kaylen ✨🍓 <[email protected]>2024-07-29 17:38:11 +0100
committerLibravatar kaylen ✨🍓 <[email protected]>2024-07-29 17:38:11 +0100
commit57d7b34c86cab18d3609e57cb8250110967f7b5b (patch)
tree6ea1d528be99779a9f7a29817010fe463ae63d1a /Cargo.toml
parentd3f9c9ec8ef0fc60936b2d31c9d9c53adc239f7c (diff)
chore: disable unnecessary features
Diffstat (limited to 'Cargo.toml')
-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"]