bevy/assets
François aeba9faf04 use ogg by default instead of mp3 (#3421)
# Objective

- mp3 feature of rodio has dependencies that are not maintained with security issues
- mp3 feature of rodio doesn't build in wasm
- mp3 feature of rodio uses internal memory allocation that cause rejection from Apple appstore

## Solution

- Use vorbis instead of mp3 by default


Co-authored-by: François <8672791+mockersf@users.noreply.github.com>
2021-12-23 19:19:15 +00:00
..
android-res/mipmap-mdpi android example polish (#845) 2020-11-11 16:31:16 -08:00
branding Fixes #2079 with a New SVG File (#2290) 2021-06-02 02:11:04 +00:00
data Asset system rework and GLTF scene loading (#693) 2020-10-18 13:48:15 -07:00
fonts initial text rendering 2020-05-13 13:22:12 -07:00
models Cleanup of Markdown Files and add CI Checking (#1463) 2021-02-22 04:50:05 +00:00
scenes Fix warning in scene example (#1441) 2021-02-22 03:59:36 +00:00
shaders Update wgpu to 0.12 and naga to 0.8 (#3375) 2021-12-19 03:03:06 +00:00
sounds use ogg by default instead of mp3 (#3421) 2021-12-23 19:19:15 +00:00
textures Extend the Texture asset type to support 3D data (#903) 2020-11-22 12:04:47 -08:00