simple-layout 0.0.2

Simple layout library for embedded-graphics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
simple_layout
=============

`simple_layout` is a more flexible alternative to [embedded-layout](https://github.com/bugadani/embedded-layout/).

Improvements
------------
 * simpler API
 * Controls minimum and maximum size of every element
 * Allows controlling the weight of every element on expanding linear layouts
 * can draw borders around the layouted elements

Disadventages
-------------
* No additional geometry elements (but you can still use the elements from [embedded-layout]https://github.com/bugadani/embedded-layout/)
* Not tested for no-std build