We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991cba3 commit bf0de8cCopy full SHA for bf0de8c
2 files changed
src/bundles.rs
src/lib.rs
@@ -96,10 +96,6 @@ mod scene;
96
#[cfg(feature = "scene")]
97
pub use scene::*;
98
99
-/// Legacy bundles.
100
-#[deprecated(since = "0.9.0", note = "Use required components instead")]
101
-pub mod bundles;
102
-
103
// See https://alexanderameye.github.io/notes/rendering-outlines/
104
105
/// The direction to extrude the vertex when rendering the outline.
0 commit comments