Skip to content

Commit

Permalink
Merge pull request #4 from gardum-game/reduce-dependencies
Browse files Browse the repository at this point in the history
Reduce Bevy dependencies and update bevy_atmosphere
  • Loading branch information
cryscan authored Mar 14, 2022
2 parents 383e58b + 6733ae2 commit 1e2d9a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,11 +12,11 @@ categories = ["game-engines", "rendering"]
exclude = ["assets"]

[dependencies]
bevy = { version = "0.6", default-features = false, features = ["render"] }
bevy = { version = "0.6", default-features = false, features = ["bevy_core_pipeline", "bevy_render", "bevy_pbr"] }

[dev-dependencies]
bevy = { version = "0.6", default-features = true, features = ["jpeg"] }
bevy = { version = "0.6", default-features = false, features = ["bevy_gltf", "jpeg", "png", "x11"] }
bevy_full_throttle = { git = "https://github.com/lightsoutgames/bevy_full_throttle" }
bevy_flycam = "0.6.0"
smooth-bevy-cameras = "0.2.0"
bevy_atmosphere = { git = "https://github.com/cryscan/bevy_atmosphere" }
bevy_atmosphere = "0.2"

0 comments on commit 1e2d9a5

Please sign in to comment.