vibtify 0.1.2

A Rust crate for high-level interaction with a gamepad
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "vibtify"

version = "0.1.2"

edition = "2024"

authors = ["maslina524"]

description = "A Rust crate for high-level interaction with a gamepad "

license = "MIT OR Apache-2.0"

repository = "https://github.com/maslina524/vibtify"

documentation = "https://docs.rs/vibtify"

homepage = "https://github.com/maslina524/vibtify"

readme = "README.md"

keywords = ["gamepad", "ds4", "dualshock", "joystick", "api"]

categories = ["development-tools"]



[dependencies]

hidapi = "2.6.6"

scroll = "0.13.0"