-
- Downloads
Initial commit
parents
Branches
No related tags found
.gitignore
0 → 100644
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
[package] | |||
name = "hexmatrix" | |||
version = "0.1.0" | |||
authors = ["David Huss <dh@atoav.com>"] | |||
edition = "2018" | |||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |||
[dependencies] | |||
jack = "0.7" | |||
libc = "0.2" | |||
rosc = "~0.5" | |||
arr_macro = "0.1.3" | |||
\ No newline at end of file |
README.md
0 → 100644
src/main.rs
0 → 100644
Please register or sign in to comment