We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87cc5c commit 5e1e472Copy full SHA for 5e1e472
crates/bevy_geometry/Cargo.toml
@@ -1,7 +1,10 @@
1
[package]
2
name = "bevy_geometry"
3
version = "0.1.0"
4
-authors = ["Aevyrie Roessler <aevyrie@gmail.com>"]
+authors = [
5
+ "Bevy Contributors <bevyengine@gmail.com>",
6
+ "Aevyrie Roessler <aevyrie@gmail.com>",
7
+]
8
edition = "2018"
9
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments