Skip to content

Conversation

@mockersf
Copy link
Member

Objective

  • collect_path is only declared when feature bevy_animation is enabled
  • it is imported without checking for the feature, not compiling when not enabled

Solution

  • Gate the import

@mockersf mockersf added this to the 0.16 milestone Mar 18, 2025
@mockersf mockersf enabled auto-merge March 18, 2025 23:13
@mockersf mockersf added this pull request to the merge queue Mar 18, 2025
Merged via the queue into bevyengine:main with commit a24691a Mar 18, 2025
33 checks passed
mockersf added a commit that referenced this pull request Mar 18, 2025
# Objective

- `collect_path` is only declared when feature `bevy_animation` is
enabled
- it is imported without checking for the feature, not compiling when
not enabled

## Solution

- Gate the import
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants