bevy_ui_string_parser 0.1.0

Parser for various values used in bevy-ui.
Documentation
1
2
3
4
5
6
# Bevy-UI String Parser Utilities

A collection of parsers that can be used to parse strings into types
used by bevy_ui, such as Color, Val or UiRect.

The syntax is inspired by CSS, but doesn't try to replicate it exactly.