Skip to content

Commit

Permalink
feat: export bevy_vello::prelude::* in prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
nixon-voxell committed May 22, 2024
1 parent e64d2fc commit 227cf12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub mod prelude {
pub use crate::VelloGraphicsPlugin;
pub use crate::{bezpath::VelloBezPath, circle::VelloCircle, line::VelloLine, rect::VelloRect};
pub use crate::{brush::Brush, fill::Fill, stroke::Stroke};
pub use bevy_vello::prelude::*;
}

pub struct VelloGraphicsPlugin;
Expand Down

0 comments on commit 227cf12

Please sign in to comment.