This repository has been archived on 2025-08-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
dawd3/d3r/Cargo.toml
2022-11-18 18:13:03 +01:00

16 lines
245 B
TOML

[package]
name = "d3r"
description = "dawd³ audio runtime"
version = "0.1.0"
edition = "2021"
[lib]
name = "dawd3_d3r"
crate-type = ["cdylib"]
[dependencies]
bitvec = "1.0.1"
cpal = "0.14.1"
env_logger = "0.9.3"
jni = "0.20.0"
log = "0.4.17"