Skip to content

Commit

Permalink
Prune Bevy features
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed Oct 5, 2023
1 parent 5361062 commit e6f849a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_pipelines_ready"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Bevy plugin for tracking render pipeline status."
Expand All @@ -15,5 +15,10 @@ exclude = [".github"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = "0.11"
crossbeam-channel = "0.5.8"
bevy = { version = "0.11", default-features = false, features = [
"bevy_render"
] }
crossbeam-channel = "0.5.8"

[dev-dependencies]
bevy = "0.11"

0 comments on commit e6f849a

Please sign in to comment.