9 lines
159 B
TOML
9 lines
159 B
TOML
|
|
[package]
|
||
|
|
name = "rrt-hook"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
name = "dinput8"
|
||
|
|
crate-type = ["cdylib", "rlib"]
|