peterstuart / cherry

MIT License
0 stars 0 forks source link

Support justification of children in `Container` #4

Closed peterstuart closed 2 years ago

peterstuart commented 2 years ago

This adds support for equivalents of the flexbox justification types that make sense so far.

Testing

In examples/container.rs, change justification: Justification::SpaceAround to try all the enum cases defined in justification.rs.