Skip to content

Commit

Permalink
Add docs link to root Cargo.toml (#10998)
Browse files Browse the repository at this point in the history
The `documentation` key was missing from the root `Cargo.toml`, which
means crates.io doesn't display a documentation link from the search
page.

<img width="523" alt="image"
src="https://github.com/bevyengine/bevy/assets/6706944/96247a72-168f-47f4-ab35-287c06bb9b30">
  • Loading branch information
fuchsnj authored Dec 16, 2023
1 parent 746361b commit 8ccde4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ keywords = ["game", "engine", "gamedev", "graphics", "bevy"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/bevyengine/bevy"
documentation = "https://docs.rs/bevy"
rust-version = "1.74.0"

[workspace]
Expand Down

0 comments on commit 8ccde4a

Please sign in to comment.