Skip to content

Commit bf0de8c

Browse files
committed
Remove deprecated bundles.
1 parent 991cba3 commit bf0de8c

2 files changed

Lines changed: 0 additions & 31 deletions

File tree

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)