bevy_scrollbar 0.1.0

Bevy plugin for a vertical scrollbar.
Documentation
# Bevy Scrollbar

[![Following released Bevy versions](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking)

Bevy plugin providing a vertical scrollbar.

![Gif showcasing the plugin](showcase.gif)

## Usage

Check out the documentation homepage or look at [example_1.rs](examples/example_1.rs).

## Scope

This project simply aims to support scrollbars in small Bevy projects until Bevy does it natively. So the scope is small. Adding horizontal scrollbars would be the next (and likely final) goal.

## Contributing

Feel free to open a small PR.

## Bevy compatibility table

| `bevy_scrollbar` | `bevy` |
| :--              | :--    |
| `0.1`            | `0.16` |