Skip to content

Commit

Permalink
Enable bevy/bevy_render for rqpier and debug_draw features
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Dec 14, 2023
1 parent e4c760f commit c6618fe
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 @@ -15,9 +15,9 @@ categories = ["game-development"]

[features]
default = []
rapier = ["bevy_rapier3d"]
rapier = ["bevy_rapier3d", "bevy/bevy_render"]
xpbd = ["bevy_xpbd_3d"]
debug_draw = ["bevy/bevy_gizmos"]
debug_draw = ["bevy/bevy_gizmos", "bevy/bevy_render"]
trace = []

[[example]]
Expand Down Expand Up @@ -83,4 +83,4 @@ harness = false

[package.metadata.docs.rs]
# Compile docs.rs docs with debug_draw so docs for it appear.
features = [ "debug_draw" ]
features = [ "debug_draw" ]

0 comments on commit c6618fe

Please sign in to comment.