bevy/crates
François 6b8f8a7ed0
Texture atlas format and conversion (#1365)
* can specify texture format for a texture atlas
* add automatic conversion
2021-02-01 11:30:11 -08:00
..
bevy_app Fix Un-Renamed add_resource Compile Error (#1357) 2021-01-30 13:32:46 -08:00
bevy_asset bind the labeled asset type to the actual loaded asset (#1363) 2021-01-31 13:54:15 -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 Texture atlas format and conversion (#1365) 2021-02-01 11:30:11 -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 Use valid keys to initialize AHasher in FixedState (#1268) 2021-01-20 14:24:57 -08:00
bevy_wgpu Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -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