bevy_simple_scroll_view/README.md

12 lines
303 B
Markdown

# Bevy Simple Scroll View
Simple to use plugin implementing ScrollView into Bevy engine. Supports scroll using dragging and scrolling.
More details available in [simple.rs example](examples/simple.rs).
## Installation
```sh
cargo add --git https://github.com/Leinnan/bevy_simple_scroll_view.git
```