bevy/crates
kaflu 2dadc86fb0
Change CullMode to none for sprites (#241)
With `CullMode::Back`, a sprite image that is rotated in x,y plane won't display properly

Co-authored-by: kaflu <kaflu@users.noreply.github.com>
2020-08-21 19:52:31 -07:00
..
bevy_app Changes ScheduleRunnerPlugin RunMode::Loop to run on fixed interval (#233) 2020-08-21 19:31:46 -07:00
bevy_asset Replace std synchronization primitives with parking_lot (#210) 2020-08-21 14:55:16 -07:00
bevy_audio Replace std synchronization primitives with parking_lot (#210) 2020-08-21 14:55:16 -07:00
bevy_core Add repeating flag to Timer (#165) 2020-08-21 14:57:25 -07:00
bevy_derive enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_diagnostic Add repeating flag to Timer (#165) 2020-08-21 14:57:25 -07:00
bevy_ecs Replace std synchronization primitives with parking_lot (#210) 2020-08-21 14:55:16 -07:00
bevy_gltf Simplify GLTF loader code (#245) 2020-08-20 14:06:16 -07:00
bevy_input Add serialize/deserialize to some input types (#281) 2020-08-21 18:13:50 -07:00
bevy_math Upgrade glam to 0.9.3 2020-08-12 17:31:51 +12:00
bevy_pbr upgrade to latest wgpu 2020-08-21 18:36:32 -07:00
bevy_property enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_render upgrade to latest wgpu 2020-08-21 18:36:32 -07:00
bevy_ron enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_scene Replace std synchronization primitives with parking_lot (#210) 2020-08-21 14:55:16 -07:00
bevy_sprite Change CullMode to none for sprites (#241) 2020-08-21 19:52:31 -07:00
bevy_text enforce cargo fmt --check 2020-08-16 05:02:06 -07:00
bevy_transform Replace std synchronization primitives with parking_lot (#210) 2020-08-21 14:55:16 -07:00
bevy_type_registry Replace std synchronization primitives with parking_lot (#210) 2020-08-21 14:55:16 -07:00
bevy_ui upgrade to latest wgpu 2020-08-21 18:36:32 -07:00
bevy_wgpu upgrade to latest wgpu 2020-08-21 18:36:32 -07:00
bevy_window enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_winit Allow calling winit with the 'run_return' variant of the run function (#243) 2020-08-20 22:37:19 -07:00