Not me ... us (#2654)

I don't see much of a reason at this point to boost my name over anyone elses. We are all Bevy Contributors.
This commit is contained in:
Carter Anderson 2021-08-15 20:08:52 +00:00
parent d59fc076e8
commit a89a954a17
36 changed files with 2 additions and 138 deletions

View file

@ -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: If you end up adding a new official Bevy crate to the `bevy` repo:
1. Add a "Bevy Contributors <bevyengine@gmail.com>" entry in the Author field of `Cargo.toml`. 1. Add the new crate to the [./tools/publish.sh](./tools/publish.sh) file.
2. 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.
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.
When contributing, please: When contributing, please:

View file

@ -2,10 +2,6 @@
name = "bevy" name = "bevy"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
categories = ["game-engines", "graphics", "gui", "rendering"] categories = ["game-engines", "graphics", "gui", "rendering"]
description = "A refreshingly simple data-driven game engine and app framework" description = "A refreshingly simple data-driven game engine and app framework"
exclude = ["assets/**/*", "tools/**/*", ".github/**/*", "crates/**/*"] exclude = ["assets/**/*", "tools/**/*", ".github/**/*", "crates/**/*"]

View file

@ -1,10 +1,6 @@
[package] [package]
name = "benches" name = "benches"
version = "0.1.0" version = "0.1.0"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
edition = "2018" edition = "2018"
[dev-dependencies] [dev-dependencies]

View file

@ -2,10 +2,6 @@
name = "bevy_app" name = "bevy_app"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides core App functionality for Bevy Engine" description = "Provides core App functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_asset" name = "bevy_asset"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides asset functionality for Bevy Engine" description = "Provides asset functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_audio" name = "bevy_audio"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides audio functionality for Bevy Engine" description = "Provides audio functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_core" name = "bevy_core"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides core functionality for Bevy Engine" description = "Provides core functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_derive" name = "bevy_derive"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides derive implementations for Bevy Engine" description = "Provides derive implementations for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_diagnostic" name = "bevy_diagnostic"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides diagnostic functionality for Bevy Engine" description = "Provides diagnostic functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_dylib" name = "bevy_dylib"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Force the Bevy Engine to be dynamically linked for faster linking" description = "Force the Bevy Engine to be dynamically linked for faster linking"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -1,10 +1,6 @@
[package] [package]
name = "bevy_dynamic_plugin" name = "bevy_dynamic_plugin"
version = "0.5.0" version = "0.5.0"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
edition = "2018" edition = "2018"
description = "Provides dynamic plugin loading capabilities for non-wasm platforms" description = "Provides dynamic plugin loading capabilities for non-wasm platforms"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"

View file

@ -2,10 +2,6 @@
name = "bevy_ecs" name = "bevy_ecs"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Bevy Engine's entity component system" description = "Bevy Engine's entity component system"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_ecs_macros" name = "bevy_ecs_macros"
version = "0.5.0" version = "0.5.0"
description = "Bevy ECS Macros" description = "Bevy ECS Macros"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
edition = "2018" edition = "2018"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View file

@ -2,7 +2,6 @@
name = "bevy_gilrs" name = "bevy_gilrs"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = ["Bevy Contributors <bevyengine@gmail.com>", "Carter Anderson <mcanders1@gmail.com>"]
description = "Gamepad system made using Gilrs for Bevy Engine" description = "Gamepad system made using Gilrs for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_gltf" name = "bevy_gltf"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Bevy Engine GLTF loading" description = "Bevy Engine GLTF loading"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_input" name = "bevy_input"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides input functionality for Bevy Engine" description = "Provides input functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_internal" name = "bevy_internal"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "An internal Bevy crate used to facilitate optional dynamic linking via the 'dynamic' feature" description = "An internal Bevy crate used to facilitate optional dynamic linking via the 'dynamic' feature"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_log" name = "bevy_log"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides logging for Bevy Engine" description = "Provides logging for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_macro_utils" name = "bevy_macro_utils"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "A collection of utils for Bevy Engine" description = "A collection of utils for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_math" name = "bevy_math"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides math functionality for Bevy Engine" description = "Provides math functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_pbr" name = "bevy_pbr"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Adds PBR rendering to Bevy Engine" description = "Adds PBR rendering to Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_reflect" name = "bevy_reflect"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Dynamically interact with rust types" description = "Dynamically interact with rust types"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_reflect_derive" name = "bevy_reflect_derive"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Derive implementations for bevy_reflect" description = "Derive implementations for bevy_reflect"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_render" name = "bevy_render"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides rendering functionality for Bevy Engine" description = "Provides rendering functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_scene" name = "bevy_scene"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides scene functionality for Bevy Engine" description = "Provides scene functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_sprite" name = "bevy_sprite"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides sprite functionality for Bevy Engine" description = "Provides sprite functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,11 +2,6 @@
name = "bevy_tasks" name = "bevy_tasks"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Lachlan Sneff <lachlan.sneff@gmail.com>",
"Philip Degarmo <aclysma@gmail.com>",
]
description = "A task executor for Bevy Engine" description = "A task executor for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_text" name = "bevy_text"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides text functionality for Bevy Engine" description = "Provides text functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_transform" name = "bevy_transform"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides hierarchy and transform functionality for Bevy Engine" description = "Provides hierarchy and transform functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_ui" name = "bevy_ui"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "A custom ECS-driven UI framework built specifically for Bevy Engine" description = "A custom ECS-driven UI framework built specifically for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_utils" name = "bevy_utils"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "A collection of utils for Bevy Engine" description = "A collection of utils for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_wgpu" name = "bevy_wgpu"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "A wgpu render backend for Bevy Engine" description = "A wgpu render backend for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_window" name = "bevy_window"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "Provides windowing functionality for Bevy Engine" description = "Provides windowing functionality for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -2,10 +2,6 @@
name = "bevy_winit" name = "bevy_winit"
version = "0.5.0" version = "0.5.0"
edition = "2018" edition = "2018"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Carter Anderson <mcanders1@gmail.com>",
]
description = "A winit window and input backend for Bevy Engine" description = "A winit window and input backend for Bevy Engine"
homepage = "https://bevyengine.org" homepage = "https://bevyengine.org"
repository = "https://github.com/bevyengine/bevy" repository = "https://github.com/bevyengine/bevy"

View file

@ -1,7 +1,6 @@
[package] [package]
name = "bevy-ios-example" name = "bevy-ios-example"
version = "0.1.0" version = "0.1.0"
authors = ["Sebastian Imlay <sebastian.imlay@gmail.com>"]
edition = "2018" edition = "2018"
[lib] [lib]

View file

@ -1,10 +1,6 @@
[package] [package]
name = "ci" name = "ci"
version = "0.1.0" version = "0.1.0"
authors = [
"Bevy Contributors <bevyengine@gmail.com>",
"Nathan Stocks <nathan@agileperception.com>"
]
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html