audio-oxide/oxide-modules/input/Cargo.toml

12 lines
267 B
TOML

[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" }