Skip to content

Commit a89a954

Browse files
committed
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.
1 parent d59fc07 commit a89a954

File tree

36 files changed

+2
-138
lines changed

36 files changed

+2
-138
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,8 @@ To locally lint your files using the same workflow as our CI:
258258

259259
If you end up adding a new official Bevy crate to the `bevy` repo:
260260

261-
1. Add a "Bevy Contributors <bevyengine@gmail.com>" entry in the Author field of `Cargo.toml`.
262-
2. Add the new crate to the [./tools/publish.sh](./tools/publish.sh) file.
263-
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.
261+
1. Add the new crate to the [./tools/publish.sh](./tools/publish.sh) file.
262+
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.
264263

265264
When contributing, please:
266265

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
name = "bevy"
33
version = "0.5.0"
44
edition = "2018"
5-
authors = [
6-
"Bevy Contributors <bevyengine@gmail.com>",
7-
"Carter Anderson <mcanders1@gmail.com>",
8-
]
95
categories = ["game-engines", "graphics", "gui", "rendering"]
106
description = "A refreshingly simple data-driven game engine and app framework"
117
exclude = ["assets/**/*", "tools/**/*", ".github/**/*", "crates/**/*"]

benches/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[package]
22
name = "benches"
33
version = "0.1.0"
4-
authors = [
5-
"Bevy Contributors <bevyengine@gmail.com>",
6-
"Carter Anderson <mcanders1@gmail.com>",
7-
]
84
edition = "2018"
95

106
[dev-dependencies]

crates/bevy_app/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
name = "bevy_app"
33
version = "0.5.0"
44
edition = "2018"
5-
authors = [
6-
"Bevy Contributors <bevyengine@gmail.com>",
7-
"Carter Anderson <mcanders1@gmail.com>",
8-
]
95
description = "Provides core App functionality for Bevy Engine"
106
homepage = "https://bevyengine.org"
117
repository = "https://github.com/bevyengine/bevy"

crates/bevy_asset/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
name = "bevy_asset"
33
version = "0.5.0"
44
edition = "2018"
5-
authors = [
6-
"Bevy Contributors <bevyengine@gmail.com>",
7-
"Carter Anderson <mcanders1@gmail.com>",
8-
]
95
description = "Provides asset functionality for Bevy Engine"
106
homepage = "https://bevyengine.org"
117
repository = "https://github.com/bevyengine/bevy"

crates/bevy_audio/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
name = "bevy_audio"
33
version = "0.5.0"
44
edition = "2018"
5-
authors = [
6-
"Bevy Contributors <bevyengine@gmail.com>",
7-
"Carter Anderson <mcanders1@gmail.com>",
8-
]
95
description = "Provides audio functionality for Bevy Engine"
106
homepage = "https://bevyengine.org"
117
repository = "https://github.com/bevyengine/bevy"

crates/bevy_core/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
name = "bevy_core"
33
version = "0.5.0"
44
edition = "2018"
5-
authors = [
6-
"Bevy Contributors <bevyengine@gmail.com>",
7-
"Carter Anderson <mcanders1@gmail.com>",
8-
]
95
description = "Provides core functionality for Bevy Engine"
106
homepage = "https://bevyengine.org"
117
repository = "https://github.com/bevyengine/bevy"

crates/bevy_derive/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
name = "bevy_derive"
33
version = "0.5.0"
44
edition = "2018"
5-
authors = [
6-
"Bevy Contributors <bevyengine@gmail.com>",
7-
"Carter Anderson <mcanders1@gmail.com>",
8-
]
95
description = "Provides derive implementations for Bevy Engine"
106
homepage = "https://bevyengine.org"
117
repository = "https://github.com/bevyengine/bevy"

crates/bevy_diagnostic/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
name = "bevy_diagnostic"
33
version = "0.5.0"
44
edition = "2018"
5-
authors = [
6-
"Bevy Contributors <bevyengine@gmail.com>",
7-
"Carter Anderson <mcanders1@gmail.com>",
8-
]
95
description = "Provides diagnostic functionality for Bevy Engine"
106
homepage = "https://bevyengine.org"
117
repository = "https://github.com/bevyengine/bevy"

crates/bevy_dylib/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
name = "bevy_dylib"
33
version = "0.5.0"
44
edition = "2018"
5-
authors = [
6-
"Bevy Contributors <bevyengine@gmail.com>",
7-
"Carter Anderson <mcanders1@gmail.com>",
8-
]
95
description = "Force the Bevy Engine to be dynamically linked for faster linking"
106
homepage = "https://bevyengine.org"
117
repository = "https://github.com/bevyengine/bevy"

0 commit comments

Comments
 (0)