bevy/crates
Jakob Hellermann 4796ea8d22
move texture_to_image and image_to_texture into new module (#1381)
The `Texture::convert` function previously was only compiled when
one of the image format features (`png`, `jpeg` etc.) were enabled.
The `bevy_sprite` crate needs this function though, which led
to compilation errors when using `cargo check --no-default-features
--features render`.

Now the `convert` function has no features and the `texture_to_image`
and `image_to_texture` utilites functions are in an unconditionally
compiled module.
2021-02-02 13:25:16 -08:00
..
bevy_app Fix Un-Renamed add_resource Compile Error (#1357) 2021-01-30 13:32:46 -08:00
bevy_asset Update crossbeam-channel requirement from 0.4.4 to 0.5.0 (#668) 2021-02-01 13:30:38 -08:00
bevy_audio release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00
bevy_core Use Cow<'static, str> in Name (#1308) 2021-01-31 16:35:23 -08:00
bevy_derive Modify Derive to allow unit structs for RenderResources. (#1089) 2020-12-23 17:21:10 -06:00
bevy_diagnostic Rename add_resource to insert_resource (#1356) 2021-01-30 12:55:13 -08:00
bevy_dylib release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00
bevy_dynamic_plugin release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00
bevy_ecs [Bugfix] add_stage now checks Stage existence (#1346) 2021-01-30 12:10:14 -08:00
bevy_gilrs Rename add_resource to insert_resource (#1356) 2021-01-30 12:55:13 -08:00
bevy_gltf Add support for gltf::Material::unlit (#1341) 2021-01-31 17:13:16 -08:00
bevy_input Make EventReader a SystemParam (#1244) 2021-01-18 22:23:30 -08:00
bevy_internal Subpixel text positioning (#1196) 2021-01-03 12:39:11 -08:00
bevy_log release 0.4.0 (#1093) 2020-12-19 13:28:00 -06:00
bevy_math More types (#1267) 2021-01-21 16:05:23 -08:00
bevy_pbr Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -08:00
bevy_reflect Use Cow<'static, str> in Name (#1308) 2021-01-31 16:35:23 -08:00
bevy_render move texture_to_image and image_to_texture into new module (#1381) 2021-02-02 13:25:16 -08:00
bevy_scene Update Scene Example to Use scn.ron File (#1339) 2021-01-28 14:14:50 -08:00
bevy_sprite Texture atlas format and conversion (#1365) 2021-02-01 11:30:11 -08:00
bevy_tasks Add missing spawn_local method to Scope in the single threaded executor case (#1266) 2021-01-19 13:07:45 -08:00
bevy_text Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -08:00
bevy_transform Add more transform relative vectors (#1300) 2021-01-24 20:05:30 -08:00
bevy_ui Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -08:00
bevy_utils Update ahash requirement from 0.6.1 to 0.7.0 (#1370) 2021-02-01 13:29:54 -08:00
bevy_wgpu Update crossbeam-utils requirement from 0.7.2 to 0.8.1 (#959) 2021-02-01 13:51:44 -08:00
bevy_window Added set_minimized and set_position to Window (#1292) 2021-01-24 20:06:06 -08:00
bevy_winit Added set_minimized and set_position to Window (#1292) 2021-01-24 20:06:06 -08:00