bevy/crates/bevy_ui
ickshonpe cfc280cbef Change the Node doc comments to state that it stores the size in logical pixels (#7896)
# Objective

Current `Node` doc comment:
```rust
/// The size of the node as width and height in pixels
/// automatically calculated by [`super::flex::flex_node_system`]
```

It should be changed to make it clear that `Node` stores the size in logical pixels, not physical.
2023-03-04 19:24:56 +00:00
..
src Change the Node doc comments to state that it stores the size in logical pixels (#7896) 2023-03-04 19:24:56 +00:00
Cargo.toml Upgrade to Taffy 0.3.3 (#7859) 2023-03-04 14:09:47 +00:00