mirror of
https://github.com/4yn/slidershim.git
synced 2026-09-07 08:15:33 -05:00
use statically linked interception library for directinput emulation
This commit is contained in:
13
src-interception/Cargo.toml
Normal file
13
src-interception/Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user