bevy/crates
Thomas Herzog 23149f1753 add texture loader for more formats using image crate
This adds support for PNG images only for now. More formats can be added
relatively easily.
Images with various pixel formats are supported (such as RGB-16bit or
R-8bit).
2020-07-27 23:30:31 +02:00
..
bevy_app cargo fmt 2020-07-26 21:10:18 +02:00
bevy_asset ecs: simplify imports 2020-07-16 19:20:51 -07:00
bevy_audio cargo fmt 2020-07-26 21:10:18 +02:00
bevy_core cargo fmt 2020-07-26 21:10:18 +02:00
bevy_derive render: simplify imports and cleanup prelude 2020-07-16 18:26:21 -07:00
bevy_diagnostic app: simplify app imports 2020-07-16 18:47:51 -07:00
bevy_ecs cargo fmt 2020-07-26 21:10:18 +02:00
bevy_gltf app: simplify app imports 2020-07-16 18:47:51 -07:00
bevy_input cargo fmt 2020-07-26 21:10:18 +02:00
bevy_math cargo fmt 2020-07-26 21:10:18 +02:00
bevy_pbr use right handed coordinate system in 3d 2020-07-20 01:33:30 -07:00
bevy_property ecs: component removal tracking 2020-07-22 17:57:13 -07:00
bevy_render add texture loader for more formats using image crate 2020-07-27 23:30:31 +02:00
bevy_scene ecs: component removal tracking 2020-07-22 17:57:13 -07:00
bevy_sprite use TextureFormat for Textures 2020-07-26 22:08:15 +02:00
bevy_text use TextureFormat for Textures 2020-07-26 22:08:15 +02:00
bevy_transform cargo fmt 2020-07-26 21:10:18 +02:00
bevy_type_registry app: simplify app imports 2020-07-16 18:47:51 -07:00
bevy_ui cargo fmt 2020-07-26 21:10:18 +02:00
bevy_wgpu cargo fmt 2020-07-26 21:10:18 +02:00
bevy_window cargo fmt 2020-07-26 21:10:18 +02:00
bevy_winit Merge pull request #73 from Moxinilian/windows-winit-panic 2020-07-26 13:15:56 -07:00