Skip to content

Commit

Permalink
Merge pull request #12 from cookiephone/docsfix
Browse files Browse the repository at this point in the history
fix: docs.rs should now (hopefully) use all features when building do...
  • Loading branch information
cookiephone committed Jan 12, 2024
2 parents ecd4efc + 55cd579 commit 14c54d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ description = "A simple, performant, and customizable procedural noise generatio
keywords = ["noise", "procedural", "perlin", "simplex", "worley"]
categories = ["algorithms", "mathematics", "game-development", "graphics"]

[package.metadata.docs.rs]
all-features = true

[features]
dev-tools = ["dep:criterion"]
image = ["dep:image"]
Expand Down

0 comments on commit 14c54d7

Please sign in to comment.