Skip to content

Commit

Permalink
feat: update new version
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Apr 15, 2023
1 parent 9c4a97d commit 57ffb1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virtual_joystick"
version = "0.1.1"
version = "1.0.0"
edition = "2021"
categories = ["game-engines", "input", "gui"]
description = "Bevy virtual Joystick for mobile games"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ Aviable and compatible versions

| bevy | VirtualJoystick |
|--------|-----------------|
| 0.10.1 | 0.1.1 |
| 0.10.1 | 1.0.0 |

# Features
- Support Mouse and Touch
- Easy usage
- Multiple Joysticks on screen
- Multiple types of joystick behaviour
- Support Axis block (Horizontal, Vertical or Both)

Expand Down
2 changes: 1 addition & 1 deletion examples/simple_mobile/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/simple_pc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 57ffb1c

Please sign in to comment.