0.1 last updates
This commit is contained in:
parent
6f2599aa4f
commit
1603c85a05
|
|
@ -6,7 +6,7 @@
|
||||||
[](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking)
|
[](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking)
|
||||||
[](https://crates.io/crates/bevy_simple_scroll_view)
|
[](https://crates.io/crates/bevy_simple_scroll_view)
|
||||||
|
|
||||||
Simple to use plugin implementing ScrollView into Bevy engine. Supports scroll using dragging and scrolling.
|
Simple to use plugin implementing ScrollView into Bevy engine. Supports scroll using dragging and scrolling, should work on all platforms.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -28,9 +28,8 @@ Please keep PRs small and scoped to a single feature or fix.
|
||||||
|
|
||||||
## Planned features
|
## Planned features
|
||||||
|
|
||||||
- one big thing missing is support for the [TouchInput events](https://docs.rs/bevy/latest/bevy/input/touch/struct.TouchInput.html) so the mobile platforms would work well.
|
|
||||||
- horizontal scroll, should be pretty simple.
|
- horizontal scroll, should be pretty simple.
|
||||||
- **DOCS**
|
- **MORE DOCS**
|
||||||
- _optional_ if there would be simple enough implementation I would consider adding scrollbars.
|
- _optional_ if there would be simple enough implementation I would consider adding scrollbars.
|
||||||
|
|
||||||
## Bevy compatibility table
|
## Bevy compatibility table
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue