1 2 3 4 5 6
#define_import_path bevy_entitiles::math struct Aabb2d { min: vec2<f32>, max: vec2<f32>, }