From 8ccde4a00647344dab1c9ac00df4dfbe0e13d21a Mon Sep 17 00:00:00 2001 From: Nathan Fox Date: Sat, 16 Dec 2023 17:51:35 -0500 Subject: [PATCH] Add docs link to root `Cargo.toml` (#10998) The `documentation` key was missing from the root `Cargo.toml`, which means crates.io doesn't display a documentation link from the search page. image --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index cc9c26056d..0121c1646c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]