-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (26 loc) · 763 Bytes
/
Cargo.toml
File metadata and controls
30 lines (26 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "torque-tracker-engine"
version = "0.2.0"
edition = "2024"
authors = ["Lucas Baumann"]
rust-version = "1.87"
license = "MPL-2.0"
description = "Audio Backend for Torque Tracker, an old school music tracker"
keywords = ["audio", "interactive"]
categories = ["multimedia::audio"]
repository = "https://tangled.sh/did:plc:54jgbo4psy24qu2bk4njtpc4/torque-tracker-engine"
[dependencies]
dasp = { version = "0.11.0", default-features = false, features = ["std"] }
rtrb = "0.3.1"
rtsan-standalone = "0.2.0"
simple-left-right = "0.2.3"
# triple_buffer = "8.0.0"
rt-write-lock = "0.1.0"
# assert_no_alloc
[dev-dependencies]
hound = "3.5.1"
cpal = "0.16.0"
[lints.rust]
elided_lifetimes_in_paths = "warn"
[lints.clippy]
uninlined_format_args = "allow"