Skip to content

Commit

Permalink
Update [package.metadata.docs.rs].
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Oct 30, 2023
1 parent fea4223 commit 5f69a80
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions all-is-cubes-desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ license = "MIT OR Apache-2.0"
categories = ["games", "rendering"]
exclude = ["*.app", "*.desktop"]

[package.metadata.docs.rs]
features = []

[[bin]]
name = "all-is-cubes"
path = "src/main.rs"
Expand Down
3 changes: 3 additions & 0 deletions all-is-cubes-mesh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ repository = "https://github.com/kpreid/all-is-cubes"
license = "MIT OR Apache-2.0"
categories = ["games", "graphics", "rendering"]

[package.metadata.docs.rs]
features = []

[lib]
# Disable running as benchmark so that the default doesn't interfere with Criterion usage.
bench = false
Expand Down
3 changes: 3 additions & 0 deletions all-is-cubes-port/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ repository = "https://github.com/kpreid/all-is-cubes"
license = "MIT OR Apache-2.0"
categories = ["games", "rendering::data-formats"]

[package.metadata.docs.rs]
features = []

[lib]
# Disable running as benchmark so that the default doesn't interfere with Criterion usage.
bench = false
Expand Down
2 changes: 1 addition & 1 deletion all-is-cubes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
categories = ["games", "graphics", "rendering::engine"]

[package.metadata.docs.rs]
features = ["arbitrary"]
features = ["arbitrary", "save", "std"]

[lib]
# Disable running as benchmark so that the default doesn't interfere with Criterion usage.
Expand Down

0 comments on commit 5f69a80

Please sign in to comment.