pub fn build_with_hooks(
    ctx: BuildContext,
    features: FeatureFlags,
    hooks: &mut dyn Hooks
) -> (World, Resources)
Expand description

Execute the rune build process, passing in custom Hooks which will be fired after each phase.