From 57ffb1c875032e0962331bbcbd620cd5c8731ee0 Mon Sep 17 00:00:00 2001 From: Sergio Ribera Date: Sat, 15 Apr 2023 19:51:27 -0400 Subject: [PATCH] feat: update new version --- Cargo.toml | 2 +- README.md | 3 ++- examples/simple_mobile/Cargo.lock | 2 +- examples/simple_pc/Cargo.lock | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 851d17f..1101cb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 8230f8f..9c830f4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/examples/simple_mobile/Cargo.lock b/examples/simple_mobile/Cargo.lock index 9081eb0..a7234c6 100644 --- a/examples/simple_mobile/Cargo.lock +++ b/examples/simple_mobile/Cargo.lock @@ -2938,7 +2938,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "virtual_joystick" -version = "0.1.1" +version = "1.0.0" dependencies = [ "bevy", ] diff --git a/examples/simple_pc/Cargo.lock b/examples/simple_pc/Cargo.lock index 85ac8fe..6bbd166 100644 --- a/examples/simple_pc/Cargo.lock +++ b/examples/simple_pc/Cargo.lock @@ -3263,7 +3263,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "virtual_joystick" -version = "0.1.1" +version = "1.0.0" dependencies = [ "bevy", "bevy-inspector-egui",