ezinput_macros

Crates.ioezinput_macros
lib.rsezinput_macros
version0.2.0
sourcesrc
created_at2022-01-22 16:02:29.536842
updated_at2022-01-24 12:13:35.260616
descriptionMacros for EZInput
homepage
repositoryhttps://github.com/existentially/ezinput
max_upload_size
id519197
size1,728
Pedro Henrique (eexsty)

documentation

README

EZInput

Easier joystick, mouse and keyboard input handling in Bevy

Table of contents

  1. Getting started
  2. Examples
  3. Documentation

Getting Started

From GitHub

Add the following to your Cargo.toml:

[dependencies]
ezinput = { git = "https://github.com/HexaliteStudios/ezinput" }
ezinput_macros = { git = "https://github.com/HexaliteStudios/ezinput" }

From crates.io

version

Add the following to your Cargo.toml (replace x.y with the latest version):

[dependencies]
ezinput = "x.y"
ezinput_macros = "x.y"
Commit count: 56

cargo fmt