gamepad_artnet 0.1.3

Receive gamepad events and forward via Artnet. Can be used to control QlcPlus and others
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "gamepad_artnet"
description = "Receive gamepad events and forward via Artnet. Can be used to control QlcPlus and others"
license = "MIT/Apache-2.0"
authors = ["René Rössler <rene@freshx.de>"]
repository = "https://github.com/elwerene/gamepad_artnet.git"
version = "0.1.3"
edition = "2021"

[dependencies]
artnet_protocol = "0.4"
clap = { version = "4", features = ["derive"] }
crossbeam-channel = "0.5"
env_logger = "0.11"
gilrs = "0.11"
log = "0.4"
once_cell = "1"