-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
21 lines (19 loc) · 755 Bytes
/
Copy pathCargo.toml
File metadata and controls
21 lines (19 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = 'controller-remap'
description = 'Remap controller to keyboard and mouse inputs'
license-file = 'LICENSE'
version = '1.0.0'
edition = '2024'
[dependencies]
anyhow = '*'
duration-str = { version = '*', features = ['lowercase'] }
enigo = { version = '*', default-features = false, features = ['serde', 'wayland'] }
gilrs = { version = '*', default-features = false, features = ['serde', 'xinput'] }
serde = '*'
serde-inline-default = '*'
shlex = { version = '*', default-features = false }
singleton-process = '*'
tokio = { version = '*', features = ['macros', 'rt-multi-thread', 'time'] }
toml_edit = { version = '*', features = ['serde'] }
[target.'cfg(target_os = "linux")'.dependencies]
nix = { version = '*', features = ['signal'] }