Skip to content

Commit

Permalink
aggregated feature smol_str to bevy, because SmolStr is exposed withi…
Browse files Browse the repository at this point in the history
…n bevy_input and needs Refrlect derives.
  • Loading branch information
Vrixyz committed Jun 8, 2023
1 parent 85ba7f5 commit 012bd90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/bevy_reflect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ readme = "README.md"
[features]
default = []
# When enabled, provides Bevy-related reflection implementations
bevy = ["glam", "smallvec", "bevy_math"]
bevy = ["glam", "smallvec", "bevy_math", "smol_str"]
# When enabled, allows documentation comments to be accessed via reflection
documentation = ["bevy_reflect_derive/documentation"]
# When enabled, provides winit-related reflection implementations
winit = ["smol_str"]

[dependencies]
# bevy
Expand Down

0 comments on commit 012bd90

Please sign in to comment.