diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 301b577859f68..f1f4a66e5bbe3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -258,9 +258,8 @@ To locally lint your files using the same workflow as our CI: If you end up adding a new official Bevy crate to the `bevy` repo: -1. Add a "Bevy Contributors " entry in the Author field of `Cargo.toml`. -2. Add the new crate to the [./tools/publish.sh](./tools/publish.sh) file. -3. Check if a new cargo feature was added, update [cargo_features.md](https://github.com/bevyengine/bevy/blob/main/docs/cargo_features.md) as needed. +1. Add the new crate to the [./tools/publish.sh](./tools/publish.sh) file. +2. Check if a new cargo feature was added, update [cargo_features.md](https://github.com/bevyengine/bevy/blob/main/docs/cargo_features.md) as needed. When contributing, please: diff --git a/Cargo.toml b/Cargo.toml index a59b69cc50210..0fafd91be7970 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] categories = ["game-engines", "graphics", "gui", "rendering"] description = "A refreshingly simple data-driven game engine and app framework" exclude = ["assets/**/*", "tools/**/*", ".github/**/*", "crates/**/*"] diff --git a/benches/Cargo.toml b/benches/Cargo.toml index 318bd83fe2f4e..500667f668bde 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -1,10 +1,6 @@ [package] name = "benches" version = "0.1.0" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] edition = "2018" [dev-dependencies] diff --git a/crates/bevy_app/Cargo.toml b/crates/bevy_app/Cargo.toml index 58e8ac243e79c..95a0bd6cf8217 100644 --- a/crates/bevy_app/Cargo.toml +++ b/crates/bevy_app/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_app" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides core App functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_asset/Cargo.toml b/crates/bevy_asset/Cargo.toml index f9b6bdf6679d8..0f0dd0a50fcf8 100644 --- a/crates/bevy_asset/Cargo.toml +++ b/crates/bevy_asset/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_asset" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides asset functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_audio/Cargo.toml b/crates/bevy_audio/Cargo.toml index e5d9b02163e76..fbad59c25a501 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_audio" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides audio functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_core/Cargo.toml b/crates/bevy_core/Cargo.toml index ef6283e890aff..0843d2d49ee01 100644 --- a/crates/bevy_core/Cargo.toml +++ b/crates/bevy_core/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_core" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides core functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_derive/Cargo.toml b/crates/bevy_derive/Cargo.toml index 2729d6f1076b3..af16371669dd2 100644 --- a/crates/bevy_derive/Cargo.toml +++ b/crates/bevy_derive/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_derive" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides derive implementations for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_diagnostic/Cargo.toml b/crates/bevy_diagnostic/Cargo.toml index 83b234b01dd81..b2e26c79f5187 100644 --- a/crates/bevy_diagnostic/Cargo.toml +++ b/crates/bevy_diagnostic/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_diagnostic" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides diagnostic functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_dylib/Cargo.toml b/crates/bevy_dylib/Cargo.toml index cb424f6673a62..c1aa74ecd8910 100644 --- a/crates/bevy_dylib/Cargo.toml +++ b/crates/bevy_dylib/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_dylib" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Force the Bevy Engine to be dynamically linked for faster linking" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_dynamic_plugin/Cargo.toml b/crates/bevy_dynamic_plugin/Cargo.toml index 99589c7cc94b9..e1b17258d3f44 100644 --- a/crates/bevy_dynamic_plugin/Cargo.toml +++ b/crates/bevy_dynamic_plugin/Cargo.toml @@ -1,10 +1,6 @@ [package] name = "bevy_dynamic_plugin" version = "0.5.0" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] edition = "2018" description = "Provides dynamic plugin loading capabilities for non-wasm platforms" homepage = "https://bevyengine.org" diff --git a/crates/bevy_ecs/Cargo.toml b/crates/bevy_ecs/Cargo.toml index b7797993bc427..00010a15252e0 100644 --- a/crates/bevy_ecs/Cargo.toml +++ b/crates/bevy_ecs/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_ecs" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Bevy Engine's entity component system" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_ecs/macros/Cargo.toml b/crates/bevy_ecs/macros/Cargo.toml index b6617e54ee41c..78f882dead7d4 100644 --- a/crates/bevy_ecs/macros/Cargo.toml +++ b/crates/bevy_ecs/macros/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_ecs_macros" version = "0.5.0" description = "Bevy ECS Macros" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/bevy_gilrs/Cargo.toml b/crates/bevy_gilrs/Cargo.toml index e913abb9b9d7b..228dc6cee1d5c 100644 --- a/crates/bevy_gilrs/Cargo.toml +++ b/crates/bevy_gilrs/Cargo.toml @@ -2,7 +2,6 @@ name = "bevy_gilrs" version = "0.5.0" edition = "2018" -authors = ["Bevy Contributors ", "Carter Anderson "] description = "Gamepad system made using Gilrs for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_gltf/Cargo.toml b/crates/bevy_gltf/Cargo.toml index b94c04d66450f..b566d426c2781 100644 --- a/crates/bevy_gltf/Cargo.toml +++ b/crates/bevy_gltf/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_gltf" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Bevy Engine GLTF loading" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_input/Cargo.toml b/crates/bevy_input/Cargo.toml index fdd442b612281..1d2d9d0474400 100644 --- a/crates/bevy_input/Cargo.toml +++ b/crates/bevy_input/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_input" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides input functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_internal/Cargo.toml b/crates/bevy_internal/Cargo.toml index 64460a5d7e98a..56ffec034e2f0 100644 --- a/crates/bevy_internal/Cargo.toml +++ b/crates/bevy_internal/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_internal" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "An internal Bevy crate used to facilitate optional dynamic linking via the 'dynamic' feature" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_log/Cargo.toml b/crates/bevy_log/Cargo.toml index b7a2e29c705c5..d4e63e9640db2 100644 --- a/crates/bevy_log/Cargo.toml +++ b/crates/bevy_log/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_log" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides logging for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_macro_utils/Cargo.toml b/crates/bevy_macro_utils/Cargo.toml index 46c8fac2ba468..40f606df351a8 100644 --- a/crates/bevy_macro_utils/Cargo.toml +++ b/crates/bevy_macro_utils/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_macro_utils" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "A collection of utils for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_math/Cargo.toml b/crates/bevy_math/Cargo.toml index 48a0c141675e4..007f5ae039385 100644 --- a/crates/bevy_math/Cargo.toml +++ b/crates/bevy_math/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_math" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides math functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_pbr/Cargo.toml b/crates/bevy_pbr/Cargo.toml index 38f08920e9d2b..a1b8afb9d54a8 100644 --- a/crates/bevy_pbr/Cargo.toml +++ b/crates/bevy_pbr/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_pbr" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Adds PBR rendering to Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_reflect/Cargo.toml b/crates/bevy_reflect/Cargo.toml index 1f0e81e050939..9756ff113e9be 100644 --- a/crates/bevy_reflect/Cargo.toml +++ b/crates/bevy_reflect/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_reflect" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Dynamically interact with rust types" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml b/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml index 1836607e1be26..0816fb5b918e2 100644 --- a/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml +++ b/crates/bevy_reflect/bevy_reflect_derive/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_reflect_derive" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Derive implementations for bevy_reflect" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index 7c82d528ea540..c18b6ed307990 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_render" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides rendering functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_scene/Cargo.toml b/crates/bevy_scene/Cargo.toml index 3c555b2a8e85a..8111ab14bb33d 100644 --- a/crates/bevy_scene/Cargo.toml +++ b/crates/bevy_scene/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_scene" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides scene functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_sprite/Cargo.toml b/crates/bevy_sprite/Cargo.toml index 13689a1686fba..4c47f9457a512 100644 --- a/crates/bevy_sprite/Cargo.toml +++ b/crates/bevy_sprite/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_sprite" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides sprite functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_tasks/Cargo.toml b/crates/bevy_tasks/Cargo.toml index 876d1482c9087..0d54f41cf380e 100644 --- a/crates/bevy_tasks/Cargo.toml +++ b/crates/bevy_tasks/Cargo.toml @@ -2,11 +2,6 @@ name = "bevy_tasks" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Lachlan Sneff ", - "Philip Degarmo ", -] description = "A task executor for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_text/Cargo.toml b/crates/bevy_text/Cargo.toml index 1d9ec7765557c..f4be2c9a855db 100644 --- a/crates/bevy_text/Cargo.toml +++ b/crates/bevy_text/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_text" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides text functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_transform/Cargo.toml b/crates/bevy_transform/Cargo.toml index eec5f362152c7..5b22b660aac40 100644 --- a/crates/bevy_transform/Cargo.toml +++ b/crates/bevy_transform/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_transform" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides hierarchy and transform functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_ui/Cargo.toml b/crates/bevy_ui/Cargo.toml index 0735b48971b52..07e653d83447d 100644 --- a/crates/bevy_ui/Cargo.toml +++ b/crates/bevy_ui/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_ui" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "A custom ECS-driven UI framework built specifically for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_utils/Cargo.toml b/crates/bevy_utils/Cargo.toml index d98ab41e6c747..ff7b66065dec4 100644 --- a/crates/bevy_utils/Cargo.toml +++ b/crates/bevy_utils/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_utils" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "A collection of utils for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_wgpu/Cargo.toml b/crates/bevy_wgpu/Cargo.toml index 24d4cd5a075c0..2b1c1823d0844 100644 --- a/crates/bevy_wgpu/Cargo.toml +++ b/crates/bevy_wgpu/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_wgpu" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "A wgpu render backend for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_window/Cargo.toml b/crates/bevy_window/Cargo.toml index fc16c99b93f41..de6d981d0f910 100644 --- a/crates/bevy_window/Cargo.toml +++ b/crates/bevy_window/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_window" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "Provides windowing functionality for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 677c20ea57c49..9ae4d552a0a86 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -2,10 +2,6 @@ name = "bevy_winit" version = "0.5.0" edition = "2018" -authors = [ - "Bevy Contributors ", - "Carter Anderson ", -] description = "A winit window and input backend for Bevy Engine" homepage = "https://bevyengine.org" repository = "https://github.com/bevyengine/bevy" diff --git a/examples/ios/Cargo.toml b/examples/ios/Cargo.toml index 13a99407cc3c4..06a9baa5839c0 100644 --- a/examples/ios/Cargo.toml +++ b/examples/ios/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "bevy-ios-example" version = "0.1.0" -authors = ["Sebastian Imlay "] edition = "2018" [lib] diff --git a/tools/ci/Cargo.toml b/tools/ci/Cargo.toml index cea60163c5c65..5155102f959ff 100644 --- a/tools/ci/Cargo.toml +++ b/tools/ci/Cargo.toml @@ -1,10 +1,6 @@ [package] name = "ci" version = "0.1.0" -authors = [ - "Bevy Contributors ", - "Nathan Stocks " -] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html