bevy_fsl_box_frame 0.2.0

A gizmo for manipulating an OBB via 3D picking
Documentation
3D OBB with pointer-based manipulation features.

![demo](https://raw.githubusercontent.com/ForesightMiningSoftwareCorporation/bevy_fsl_box_frame/main/images/demo.gif)

We say "frame" because only the 12 edges of the box are rendered via
`bevy_polyline`.

Faces of the box can be dragged by the pointer to manipulate the box extents.
As the pointer hovers over each face, visual feedback is provided (highlight
material).

Depends on [`bevy_mod_picking::DefaultPickingPlugins`] and
[`bevy_polyline::PolylinePlugin`].