Rewrite with Bevy #36
Annotations
10 errors and 1 warning
build:
src/simulator/forces/aero.rs#L118
the name `PI` is defined multiple times
|
build:
src/simulator/forces/aero.rs#L119
unresolved import `nalgebra`
|
build:
src/simulator/forces/aero.rs#L93
cannot find value `drag_normal` in this scope
|
build:
src/simulator/forces/aero.rs#L3
unused imports: `FRAC_PI_2` and `TAU`
|
build:
src/simulator/forces/aero.rs#L4
unused imports: `FeatureId`, `Shape`, and `math::Point`
|
build:
src/simulator/forces/aero.rs#L118
unused import: `std::f64::consts::PI`
|
build:
src/simulator/forces/aero.rs#L60
cannot find function `drag` in this scope
|
build:
src/simulator/forces/aero.rs#L89
cannot find function `aero_drag_from_collider` in this scope
|
build:
src/simulator/forces/aero.rs#L91
this method takes 5 arguments but 4 arguments were supplied
|
build:
src/simulator/forces/aero.rs#L148
`std::iter::Map<std::vec::IntoIter<[f64; 3]>, {closure@src/simulator/forces/aero.rs:147:18: 147:21}>` is not an iterator
|
build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|