From 1603c85a05571e40b45503259abd13ef3b96bf05 Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Thu, 29 Feb 2024 16:40:52 +0100 Subject: [PATCH] 0.1 last updates --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3544ab..6abede1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![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) [![crates.io](https://img.shields.io/crates/d/bevy_simple_scroll_view.svg)](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. ![Gif with plugin in action](record.gif) @@ -28,9 +28,8 @@ Please keep PRs small and scoped to a single feature or fix. ## 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. -- **DOCS** +- **MORE DOCS** - _optional_ if there would be simple enough implementation I would consider adding scrollbars. ## Bevy compatibility table