Skip to content

Commit a424fba

Browse files
committed
Add metadata to all crates
Documentation only in main `godot` crate, as the others are considered internal.
1 parent 7559474 commit a424fba

File tree

8 files changed

+24
-1
lines changed

8 files changed

+24
-1
lines changed

godot-bindings/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ rust-version = "1.78"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "ffi", "sys"]
88
categories = ["game-engines", "graphics"]
9+
description = "Internal crate used by godot-rust"
10+
repository = "https://github.com/godot-rust/gdext"
11+
homepage = "https://godot-rust.github.io"
912

1013
# Since features are additive, and we want the user to user prebuilt by default, we need to have `prebuilt-godot` as the
1114
# default feature. However, it's not possible to _disable_ the prebuilt dependency when specifying `api-custom` (without

godot-cell/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ rust-version = "1.78"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "ffi"]
88
categories = ["game-engines", "graphics"]
9+
description = "Internal crate used by godot-rust"
10+
repository = "https://github.com/godot-rust/gdext"
11+
homepage = "https://godot-rust.github.io"
912

1013
[features]
1114
proptest = ["dep:proptest"]

godot-codegen/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ rust-version = "1.78"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "codegen"]
88
categories = ["game-engines", "graphics"]
9+
description = "Internal crate used by godot-rust"
10+
repository = "https://github.com/godot-rust/gdext"
11+
homepage = "https://godot-rust.github.io"
912

1013
[features]
1114
default = ["codegen-fmt"]

godot-core/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ rust-version = "1.78"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "2d", "3d"] # possibly: "ffi"
88
categories = ["game-engines", "graphics"]
9+
description = "Internal crate used by godot-rust"
10+
repository = "https://github.com/godot-rust/gdext"
11+
homepage = "https://godot-rust.github.io"
912

1013
[features]
1114
default = []

godot-ffi/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ rust-version = "1.78"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "ffi"]
88
categories = ["game-engines", "graphics"]
9+
description = "Internal crate used by godot-rust"
10+
repository = "https://github.com/godot-rust/gdext"
11+
homepage = "https://godot-rust.github.io"
912

1013
[features]
1114
codegen-fmt = ["godot-codegen/codegen-fmt"]

godot-macros/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ rust-version = "1.78"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "derive", "macro"]
88
categories = ["game-engines", "graphics"]
9+
description = "Internal crate used by godot-rust"
10+
repository = "https://github.com/godot-rust/gdext"
11+
homepage = "https://godot-rust.github.io"
912

1013
[features]
1114
api-custom = ["godot-bindings/api-custom"]

godot/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ rust-version = "1.78"
66
license = "MPL-2.0"
77
keywords = ["gamedev", "godot", "engine", "2d", "3d"] # possibly: "ffi"
88
categories = ["game-engines", "graphics"]
9+
description = "Rust bindings for Godot 4"
10+
authors = ["Bromeon", "godot-rust contributors"]
11+
repository = "https://github.com/godot-rust/gdext"
12+
homepage = "https://godot-rust.github.io"
13+
documentation = "https://docs.rs/godot/0.1.0"
914

1015
[features]
1116
default = ["codegen-full"]

itest/repo-tweak/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ rust-version = "1.78"
66
license = "MPL-2.0"
77
publish = false
88

9-
# Note: this acts as both library and binary.
9+
# Note: this acts as both library and binary.

0 commit comments

Comments
 (0)