12 lines
290 B
Markdown
12 lines
290 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_ehttp.git
|
|
```
|