|
[package]
|
|
name = "input_device"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
# Build a C-style dynamic library that the host can load.
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
# This module depends on the MDK definitions from oxforge.
|
|
oxforge = { path = "../../oxforge" } |