bevy/crates/bevy_ui/src
vero 0b9a461d5d
Invert the dependency between bevy_animation and bevy_ui (#15634)
# Objective

- Improve crate dependency graph

## Solution

- Invert a dependency

## Testing

- Tested ui and animation examples
2024-10-04 01:27:20 +00:00
..
layout Add try_despawn methods to World/Commands (#15480) 2024-10-03 16:21:05 +00:00
render Fix entity leak in extract_uinode_borders (#15626) 2024-10-03 18:15:32 +00:00
widget Rename BreakLineOn to LineBreak (#15583) 2024-10-01 22:30:50 +00:00
accessibility.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
focus.rs use precomputed border values (#15163) 2024-09-26 23:10:35 +00:00
geometry.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
ghost_hierarchy.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
lib.rs Invert the dependency between bevy_animation and bevy_ui (#15634) 2024-10-04 01:27:20 +00:00
measurement.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
node_bundles.rs Rename BreakLineOn to LineBreak (#15583) 2024-10-01 22:30:50 +00:00
picking_backend.rs Get rid of unnecessary mutable access in ui picking backend (#15630) 2024-10-03 21:30:52 +00:00
stack.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
ui_material.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
ui_node.rs Simplified ui_stack_system (#9889) 2024-09-30 18:43:57 +00:00
update.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00