Error shows when trying to follow the readme and do a Stroke::new(Color::BLUE, 10.0)
"the trait bevy::prelude::Bundle is not implemented for bevy_prototype_Lyon:entity:ShapeBundle, bevy_prototype_lyon::draw::Fill, bevy_prototype:lyon::draw:Stroke"
I cloned the bevy project and am running this in the Breakout example with the import added:
"use bevy_prototype_lyon::prelude::*; and adding .add_plugin(ShapePlugin)
