2026-04-02 23:11:15 -07:00
|
|
|
[package]
|
|
|
|
|
name = "rrt-hook"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
name = "dinput8"
|
|
|
|
|
crate-type = ["cdylib", "rlib"]
|
2026-04-08 16:31:33 -07:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
rrt-model = { path = "../rrt-model" }
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|