Add Bevy 0.11 support #319
Annotations
5 errors and 15 warnings
src/lib.rs#L279
no method named `add_script_host_to_base_set` found for mutable reference `&mut bevy::prelude::App` in the current scope
|
src/lib.rs#L279
failed to resolve: use of undeclared type `CoreSet`
|
src/lib.rs#L285
failed to resolve: use of undeclared type `CoreSet`
|
|
|
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/
|
languages/bevy_mod_scripting_rhai/src/lib.rs#L97
use of deprecated method `bevy::prelude::App::add_startup_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Startup, your_system).`
|
|
bevy_api_gen/src/config.rs#L1
unused import: `std::collections::HashSet`
|
|
|
bevy_script_api/src/lua/bevy/mod.rs#L6
unused import: `bevy::ecs::system::Command`
|
bevy_script_api/src/lua/bevy/mod.rs#L8
unused import: `World`
|
bevy_script_api/src/lua/bevy/mod.rs#L10
unused import: `hierarchy::DespawnRecursive`
|
bevy_script_api/src/common/bevy/mod.rs#L11
unused import: `despawn_with_children_recursive`
|
|
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/
|
The logs for this run have expired and are no longer available.
Loading