Skip to content

Commit

Permalink
update to bevy 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AmionSky committed Sep 20, 2020
1 parent 57a5120 commit 8dced9c
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 @@ -9,9 +9,9 @@ repository = "https://github.com/AmionSky/bevy_obj"
readme = "README.md"

[dependencies]
bevy_app = "0.1"
bevy_asset = "0.1"
bevy_render = "0.1"
bevy_app = "0.2"
bevy_asset = "0.2"
bevy_render = "0.2"
anyhow = "1.0"
thiserror = "1.0"
obj-rs = { version = "0.6", default-features = false }

0 comments on commit 8dced9c

Please sign in to comment.