Skip to content

Commit

Permalink
Reduce Bevy dependencies and update bevy_atmosphere
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Mar 14, 2022
1 parent 27846d4 commit fe9960f
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
Expand Up @@ -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 = { version = "0.2" }

0 comments on commit fe9960f

Please sign in to comment.