bevy/assets
Anders Rasmussen 9bf80a8566 Fix warning in scene example (#1441)
I noticed the following error when trying out the `scene` example

```bash
Feb 13 22:11:13.997  WARN bevy_asset::asset_server: encountered an error while loading an asset: No registration found for glam::f32::vec3::Vec3
```

This PR fixes the error and makes the scene file load correctly
2021-02-22 03:59:36 +00:00
..
android-res/mipmap-mdpi android example polish (#845) 2020-11-11 16:31:16 -08:00
branding organize examples and add ecs guide 2020-05-01 13:12:47 -07: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 3d game example (#1252) 2021-01-21 14:10:02 -08:00
scenes Fix warning in scene example (#1441) 2021-02-22 03:59:36 +00:00
shaders Live reloading of shaders (#937) 2020-12-07 12:32:13 -08:00
sounds audio: initial (very minimal) audio plugin 2020-07-16 13:46:51 -07:00
textures Extend the Texture asset type to support 3D data (#903) 2020-11-22 12:04:47 -08:00