Remove out-of-date paragraph in Style::border (#9103)

# Objective

- bevy now renders borders, doc is out of date

## Solution

- Fix blatant lie
This commit is contained in:
Nicola Papale 2023-07-10 19:05:03 +02:00 committed by GitHub
parent aa03130234
commit 6bca129440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -496,8 +496,6 @@ pub struct Style {
///
/// The size of the node will be expanded if there are constraints that prevent the layout algorithm from placing the border within the existing node boundary.
///
/// Rendering for borders is not yet implemented.
///
/// <https://developer.mozilla.org/en-US/docs/Web/CSS/border-width>
pub border: UiRect,