Skip to content

Commit

Permalink
Fix bevy_lookup_curve feature to include bevy_asset
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Dec 9, 2024
1 parent f1bafdd commit 976f25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bevy_sprite = ["bevy/bevy_sprite"]
# Adds some built-in interpolators related to ui
bevy_ui = ["bevy/bevy_ui"]
# Supports for `bevy_lookup_curve` (https://github.com/villor/bevy_lookup_curve)
bevy_lookup_curve = ["dep:bevy_lookup_curve"]
bevy_lookup_curve = ["dep:bevy_lookup_curve", "bevy_asset"]
# Derive Serialize and Deserialize for some types
serde = ["dep:serde"]

Expand Down

0 comments on commit 976f25d

Please sign in to comment.