MooEye - A ggez-based UI library

This is a very simple UI library building upon ggez game library. It was originally written for personal use with my own Rust gamedev projets. The whole library is very much work-in-progress.

UI Features

Elements with the preserve_ratio flag of their layout set to true will only display their content in the ratio of the lower limits of their layout::size. Their background will be drawn as normal, and the element will then scale down in the dimension that would have been stretched more in order to fit onto this background.

## License

MIT License