Skip to content

Commit 1e47157

Browse files
committed
Add docs.rs metadata to manifest to document all features
1 parent c29dac9 commit 1e47157

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

splashsurf_lib/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ homepage = "https://github.com/w1th0utnam3/splashsurf"
1313
repository = "https://github.com/w1th0utnam3/splashsurf"
1414
documentation = "https://docs.rs/splashsurf_lib"
1515

16+
[package.metadata.docs.rs]
17+
# Build with all features to properly document everything
18+
all-features = true
19+
# Build only for a single target as this crate does not have any platform specific behavior
20+
default-target = "x86_64-unknown-linux-gnu"
21+
targets = []
22+
1623
# Ignore the tests (especially the test mesh files) for publishing
1724
exclude = [
1825
"tests/*",

0 commit comments

Comments
 (0)