Skip to content

Commit

Permalink
don't actually need much of bevy for what we're doing
Browse files Browse the repository at this point in the history
  • Loading branch information
shnewto committed Mar 4, 2024
1 parent 6ea9514 commit 1ca3449
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ thiserror = "1.0.57"

[dependencies.bevy]
version = "0.13.0"
default-features = false
features = ["bevy_render"]
optional = true

[[example]]
Expand Down

0 comments on commit 1ca3449

Please sign in to comment.