-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `EaseFunction` definition depends on the `bevy_math/curve` feature, which is unfortunately not re-exposed by Bevy. As a workaround, to make sure that feature is always active (since `EaseFunction` is a core type of `bevy_tweening`), we force a dependency on `bevy_color`, which itself already forces that feature. This is not ideal and brittle, but good enough until Bevy provides a better way.
- Loading branch information
Showing
2 changed files
with
41 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters