Skip to content

Commit

Permalink
Build docs.rs docs with all features enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-i-cecile committed Aug 25, 2024
1 parent 15a893a commit 298d8ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 298d8ff

Please sign in to comment.