Skip to content

Commit 2e55ec1

Browse files
committed
Remove deprecated bundles.
1 parent cb5a20c commit 2e55ec1

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

src/bundles.rs

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ mod scene;
9696
#[cfg(feature = "scene")]
9797
pub use scene::*;
9898

99-
/// Legacy bundles.
100-
#[deprecated(since = "0.9.0", note = "Use required components instead")]
101-
pub mod bundles;
102-
10399
// See https://alexanderameye.github.io/notes/rendering-outlines/
104100

105101
/// The direction to extrude the vertex when rendering the outline.

0 commit comments

Comments
 (0)