Skip to content

Commit 5e33933

Browse files
Enable all features when documenting on docs.rs
1 parent 9dd8fbc commit 5e33933

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ debug_asset_server = ["bevy_internal/debug_asset_server"]
119119
# Enable animation support, and glTF animation loading
120120
animation = ["bevy_internal/animation"]
121121

122+
[package.metadata.docs.rs]
123+
# Enabling all features when the crate is documented on docs.rs
124+
all-features = true
125+
122126
[dependencies]
123127
bevy_dylib = { path = "crates/bevy_dylib", version = "0.9.0", default-features = false, optional = true }
124128
bevy_internal = { path = "crates/bevy_internal", version = "0.9.0", default-features = false }

0 commit comments

Comments
 (0)