- Rewrite and bevy
0.13
update
- Fix weird compile error
- Make generated MarkerData having same visibility as
EntityMarker
struct.
- Rename
#[marker]
to#[entity_marker]
due to nameing problems
- Add
#[marker]
attribute to#[derive(EntityMarker)]
- Split up MarkerData in smaller and custom traits
- Add
init_markerdata
helpers - Move
unit_index
toValueMarkerData
exclusively - Restructure examples
- Add new examples
- Remove inline functions from
Marker
andMarkerMut
, justDeref
to the providedMarkerData
- Add possibility to make custom MarkerData traits