-
- Downloads
Add basic cli interface
... | ... | @@ -3,6 +3,7 @@ name = "hexmatrix" |
version = "0.1.0" | ||
authors = ["David Huss <dh@atoav.com>"] | ||
edition = "2018" | ||
description = "A 16×16 channel matrix mixer for Jack, controllable via OSC" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
... | ... | @@ -11,3 +12,4 @@ jack = "0.7" |
libc = "0.2" | ||
rosc = "~0.5" | ||
arr_macro = "0.1.3" | ||
clap = { version = "3.0.0-beta.2", features = ["color", "suggestions"] } | ||
\ No newline at end of file |
Please register or sign in to comment