bevy_common_assets 0.10.0

Bevy plugin adding support for loading your own asset types from common file formats such as json and yaml
Documentation

bevy_common_assets

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 7 feature flags, 0 of them enabled by default.

yaml

  • dep:serde_yaml

toml

  • dep:serde_toml

json

  • dep:serde_json

msgpack

  • dep:rmp-serde

ron

  • dep:serde_ron

xml

  • dep:quick-xml

csv

  • dep:csv