Skip to content

Commit

Permalink
Merge pull request #62 from johanhelsing/slim-bevy
Browse files Browse the repository at this point in the history
Remove unneeded bevy features
  • Loading branch information
gschup committed Sep 11, 2023
2 parents 17de2f6 + 29a19f4 commit 7516867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["network-programming", "game-development"]
wasm-bindgen = ["instant/wasm-bindgen", "ggrs/wasm-bindgen"]

[dependencies]
bevy = { version = "0.11", default-features = false, features = ["bevy_render", "bevy_asset","bevy_scene",]}
bevy = { version = "0.11", default-features = false}
bytemuck = { version = "1.7", features=["derive"]}
instant = "0.1"
log = "0.4"
Expand Down

0 comments on commit 7516867

Please sign in to comment.