Skip to content

Commit 08998c5

Browse files
committed
make extractors a public module
1 parent 43c9c2f commit 08998c5

File tree

1 file changed

+1
-2
lines changed
  • crates/bevy_mod_scripting_core/src

1 file changed

+1
-2
lines changed

crates/bevy_mod_scripting_core/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ use handler::{CallbackSettings, HandlerFn};
2424
use runtime::{initialize_runtime, Runtime, RuntimeContainer, RuntimeInitializer, RuntimeSettings};
2525
use script::{ScriptId, Scripts, StaticScripts};
2626

27-
mod extractors;
28-
2927
pub mod asset;
3028
pub mod bindings;
3129
pub mod commands;
3230
pub mod context;
3331
pub mod docgen;
3432
pub mod error;
3533
pub mod event;
34+
pub mod extractors;
3635
pub mod handler;
3736
pub mod reflection_extensions;
3837
pub mod runtime;

0 commit comments

Comments
 (0)