We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
missing_docs
bevy_render_2d
1 parent 8cda673 commit 9d8449dCopy full SHA for 9d8449d
crates/bevy_render_2d/src/lib.rs
@@ -1,5 +1,7 @@
1
//! Provides functionality for rendering in 2d
2
3
+#![expect(missing_docs, reason = "Not all docs are written yet, see #3492.")]
4
+
5
pub mod material;
6
pub mod mesh_pipeline;
7
0 commit comments