Skip to content

Commit

Permalink
enable feature wgpu/cross
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 29, 2021
1 parent d293694 commit 91d99c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bevy_winit = { path = "../bevy_winit", optional = true, version = "0.5.0" }
bevy_utils = { path = "../bevy_utils", version = "0.5.0" }

# other
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs" }
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs", features = ["cross"] }
futures-lite = "1.4.0"
crossbeam-channel = "0.5.0"
crossbeam-utils = "0.8.1"
Expand Down

0 comments on commit 91d99c7

Please sign in to comment.