summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-10-06 10:18:52 -0400
committerpommicket <pommicket@gmail.com>2022-10-06 10:18:52 -0400
commitc6a728c9ab5e42b4420f65f6999abd895b733745 (patch)
treed144836267740643096fc53bd1d169f31415b1c4 /Cargo.toml
parenta772f040ef6a0204440464733a3f64301f6f1db8 (diff)
volume function, better pitch bend, etc.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 11c2457..907e097 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,4 +9,4 @@ cc = "1.0"
[dependencies]
cpal = "0.14"
libc = "0.2"
-rhai = "1.10"
+rhai = { version = "1.10", features = [ "only_i64" ] }