Skip to content

Commit

Permalink
Enable all features in docs builds (#194)
Browse files Browse the repository at this point in the history
Right now we are only showing vulkan docs in docs.rs while we should also be showing the dx12 ones
  • Loading branch information
Jasper-Bekkers authored Dec 31, 2023
1 parent 1bafbe1 commit cf1a8ec
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 @@ -19,6 +19,9 @@ include = [
"/examples",
]

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

[dependencies]
log = "0.4"
thiserror = "1.0"
Expand Down

0 comments on commit cf1a8ec

Please sign in to comment.