Skip to content

Commit

Permalink
Merge pull request #32 from ForesightMiningSoftwareCorporation/pull-0…
Browse files Browse the repository at this point in the history
….3.0-changes

Pull 0.3.0 changes
  • Loading branch information
aevyrie authored Aug 8, 2022
2 parents 0e380bf + 0136a66 commit 6c3d722
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ authors = [

[dependencies]
bitflags = "1.3"
bevy = { version = "0.8", default-features = false, features = ["render", "bevy_asset"] }
bevy = { git = "https://github.com/bevyengine/bevy", rev = "0149c4145f0f398e9fba85c2584d0481a260f57c", default-features = false, features = [
"render",
"bevy_asset",
] }

[dependencies.naga]
features = ["glsl-in", "spv-out", "wgsl-out"]
Expand All @@ -28,7 +31,7 @@ version = "0.9.0"
lazy_static = "1.4.0"
rand = "0.8.4"
ringbuffer = "0.8.2"
bevy = { version = "0.8", default-features = false, features = [
bevy = { git = "https://github.com/bevyengine/bevy", rev = "0149c4145f0f398e9fba85c2584d0481a260f57c", default-features = false, features = [
"bevy_winit",
"x11",
] }

0 comments on commit 6c3d722

Please sign in to comment.