diff --git a/Cargo.toml b/Cargo.toml index 48b7e55bb5d88..db3b2a5b5311e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,6 +119,10 @@ debug_asset_server = ["bevy_internal/debug_asset_server"] # Enable animation support, and glTF animation loading animation = ["bevy_internal/animation"] +[package.metadata.docs.rs] +# Enabling all features when the crate is documented on docs.rs +all-features = true + [dependencies] bevy_dylib = { path = "crates/bevy_dylib", version = "0.9.0", default-features = false, optional = true } bevy_internal = { path = "crates/bevy_internal", version = "0.9.0", default-features = false }