vcs-controller/Cargo.toml

18 lines
450 B
TOML
Raw Normal View History

2024-03-25 16:27:54 -07:00
[package]
name = "joystick-controller-client"
version = "1.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-channel = "2.2.0"
config = "0.14.0"
gilrs = "0.10.6"
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
log = "0.4.21"
2024-03-25 16:27:54 -07:00
serde = { version = "1.0.197", features = ["derive"] }
simplelog = "0.12.2"
2024-03-25 16:27:54 -07:00
toml = "0.8.12"
websocket = "0.27.0"