-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add special docs.rs feature to enable all-is-cubes/std.
Without this, `all_is_cubes_mesh::dynamic::MeshJobQueue` is documented as `!Send` when it ought to be conditionally `Send`. The crates that need this extra feature are crates that don't already enable all-is-cubes/std through any feature at all. all-is-cubes-mesh Is the only one that actually meets that condition, but all-is-cubes-content only depends indirectly in a way that I want to remove, so I added the feature there too. Also added an empty metadata section to all-is-cubes-ui, to remind myself to fill it out as needed in the future.
- Loading branch information
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters