beetmash_core 0.0.6

The number one bevy scene registry.
Documentation
1
2
3
4
5
6
7
8
use bevy::prelude::*;



/// Various fixes for unstable bevy stuff.
pub fn temp_patches(_app: &mut App) {
	// as of 0.15 nothing to do here
}