Skip to content

Commit

Permalink
Merge pull request #17 from gardum-game/reduce-dependencies
Browse files Browse the repository at this point in the history
Reduce bevy dependencies
  • Loading branch information
bonsairobo authored Apr 17, 2022
2 parents e1c3bbc + 57b7cb9 commit 27dadfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ version = "0.7"
# git = "https://github.com/bevyengine/bevy"
# rev = "f3de12bc"
# branch = "main"
features = ["render"]
features = ["bevy_render"]
default-features = false

[dev-dependencies.bevy]
version = "0.7"
# git = "https://github.com/bevyengine/bevy"
# rev = "f3de12bc"
# branch = "main"
features = ["bevy_winit", "bevy_gltf"]
features = ["bevy_core_pipeline", "bevy_pbr", "bevy_winit", "bevy_gltf"]
default-features = false

[target.'cfg(target_os = "linux")'.dev-dependencies.bevy]
Expand Down

0 comments on commit 27dadfe

Please sign in to comment.