Skip to content

Commit cf1a8ec

Browse files
Enable all features in docs builds (#194)
Right now we are only showing vulkan docs in docs.rs while we should also be showing the dx12 ones
1 parent 1bafbe1 commit cf1a8ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ include = [
1919
"/examples",
2020
]
2121

22+
[package.metadata.docs.rs]
23+
all-features = true
24+
2225
[dependencies]
2326
log = "0.4"
2427
thiserror = "1.0"

0 commit comments

Comments
 (0)