Skip to content

Commit

Permalink
expose macros
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson137 committed Mar 29, 2024
1 parent 04b17a6 commit 151d55e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework_crates/bones_ecs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ pub mod prelude {
FromWorld, UnwrapMany, World,
};

#[cfg(feature = "derive")]
pub use bones_ecs_macros::*;

// Make bones_schema available for derive macros
pub use bones_schema;
}
Expand Down

0 comments on commit 151d55e

Please sign in to comment.