bevy/examples/animation
Ame :] f2f39c835a
Check for bevy_internal imports in CI (#9612)
# Objective

- Avoid using bevy_internal imports in examples. 

## Solution

- Add CI to check for bevy_internal imports like suggested in
https://github.com/bevyengine/bevy/pull/9547#issuecomment-1689377999
- Fix another import

I don't know much about CI so I don't know if this is the better
approach, but I think is better than doing a pull request every time I
found this lol, any suggestion is welcome.

---------

Co-authored-by: Rob Parrett <robparrett@gmail.com>
2023-08-29 19:11:06 +00:00
..
animated_fox.rs Check for bevy_internal imports in CI (#9612) 2023-08-29 19:11:06 +00:00
animated_transform.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
cubic_curve.rs Rename Bezier to CubicBezier for clarity (#9554) 2023-08-28 17:37:42 +00:00
custom_skinned_mesh.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
gltf_skinned_mesh.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
morph_targets.rs Fix CI for Rust 1.72 (#9562) 2023-08-25 12:34:24 +00:00