This is a modified version of NiklasEi's
excellent bevy_game_tempalate
,
to use cargo-mobile2
.
Note that the official bevy
template for that tool does not
work yet; this repo is a merger between working cargo-mobile2
templates
and bevy_game_template
.
It has been simplified in structure, to a single lib.rs
for now, and
the ActionPlugin
system was replaced by
Event
s. See
here for a
discussion about that.