mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
6b95b0137a
# Objective Makes crate module docs render correctly in the docs for the monolithic library. Fixes https://github.com/bevyengine/bevy/issues/13055. ## Solution Swap from ```rust pub mod foo { pub use bevy_foo::*; } ``` to ```rust pub use bevy_foo as foo; ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |