From a9da290f4bed54b684a712b89f87043a24c51d54 Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Sun, 25 Aug 2024 12:17:57 -0400 Subject: [PATCH] Build docs.rs docs with all features enabled (#611) --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 498bbdc2..51a21524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,11 +79,13 @@ bevy = { version = "0.14.0-rc.3", default-features = false, features = [ ] } serde_test = "1.0" +[package.metadata.docs.rs] +all-features = true + [lib] name = "leafwing_input_manager" path = "src/lib.rs" - [[example]] name = "press_duration" path = "examples/press_duration.rs"