makara 0.1.2

A Bevy UI simplifier that make it easy to build GUI app with bevy engine.
![Static Badge](https://img.shields.io/badge/Version-0.1.2-blue)
![Static Badge](https://img.shields.io/badge/OS-Mac%20Linux%20Window-orange)
[![static Badge](https://img.shields.io/badge/crate.io-0.1.2-green)](https://crates.io/crates/makara)

> [!WARNING]
> **Makara is new**, many useful features are still missing.

## Features

- Built-in widgets including button, modal, text input and more.
- Leverages Bevy’s massive parallelism for smooth and efficient rendering.
- High level API and flexible.

## Installation

Get latest version of `Makara`
```
cargo add makara
```

## Documentation

- [Rust official API doc]https://docs.rs/makara/latest/makara/
- [Makara cookbook]https://muongkimhong.github.io/makara/

## Contributing

Makara needs your contributions. Please see [contributing](https://github.com/MuongKimhong/makara/blob/master/CONTRIBUTING.md).

## Versions

Currently, it supports only bevy 0.17.x onward.

## License

Makara is released under the [MIT License](https://opensource.org/licenses/MIT).