Cargo Features
bevy_common_assets has no features set by default.
[dependencies]
bevy_common_assets = { version = "0.12.0-rc.1", features = ["ron", "toml", "yaml", "json", "msgpack", "xml", "csv", "postcard"] }
- ron
-
Enables ron
Affects
bevy_common_assets::ron
… - toml
-
Enables toml
Affects
bevy_common_assets::toml
… - yaml
-
Enables serde_yaml
Affects
bevy_common_assets::yaml
… - json
-
Enables serde_json
Affects
bevy_common_assets::json
… - msgpack
-
Enables rmp-serde
Affects
bevy_common_assets::msgpack
… - xml
-
Enables quick-xml ^0.36.2
Affects
bevy_common_assets::xml
… - csv
-
Enables csv
Affects
bevy_common_assets::csv
… - postcard
-
Enables postcard
Affects
bevy_common_assets::postcard
…