use statically linked interception library for directinput emulation

This commit is contained in:
4yn
2022-07-24 15:55:57 +08:00
parent 0e75256520
commit 571eec24d3
20 changed files with 1948 additions and 31 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "interception"
version = "0.1.0"
edition = "2018"
publish = false
[build-dependencies]
cc = "1.0"
[dependencies]
bitflags = "1.2.1"
num_enum = "0.5.0"
serde = { version = "1.0.114", features = ["derive"] }