Migrate to bevy 0.14 #33
Annotations
10 errors and 13 warnings
crates/bevy_script_api/src/providers/bevy_reflect.rs#L20804
failed to resolve: could not find `Direction2d` in `primitives`
|
crates/bevy_script_api/src/providers/bevy_reflect.rs#L21477
failed to resolve: could not find `Direction3d` in `primitives`
|
crates/bevy_script_api/src/providers/bevy_reflect.rs#L23521
failed to resolve: could not find `Uuid` in `utils`
|
crates/bevy_script_api/src/providers/bevy_input.rs#L716
cannot find type `TouchpadMagnify` in module `bevy::input::touch`
|
crates/bevy_script_api/src/providers/bevy_input.rs#L713
cannot find type `TouchpadMagnify` in module `bevy::input::touch`
|
crates/bevy_script_api/src/providers/bevy_input.rs#L745
cannot find type `TouchpadRotate` in module `bevy::input::touch`
|
crates/bevy_script_api/src/providers/bevy_input.rs#L742
cannot find type `TouchpadRotate` in module `bevy::input::touch`
|
crates/bevy_script_api/src/providers/bevy_input.rs#L1528
cannot find type `TouchpadMagnify` in module `bevy::input::touch`
|
crates/bevy_script_api/src/providers/bevy_input.rs#L1529
cannot find type `TouchpadRotate` in module `bevy::input::touch`
|
crates/bevy_script_api/src/providers/bevy_window.rs#L958
cannot find type `ApplicationLifetime` in crate `bevy::window`
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
crates/languages/bevy_mod_scripting_lua_derive/src/arg.rs#L21
field `attrs` is never read
|
crates/languages/bevy_mod_scripting_lua_derive/src/function.rs#L128
field `id` is never read
|
|
crates/languages/bevy_mod_scripting_lua/src/assets.rs#L138
impl trait in impl method signature does not match trait method signature
|
|
crates/languages/bevy_mod_scripting_rune/src/assets.rs#L35
impl trait in impl method signature does not match trait method signature
|
|
This job failed
Loading