Initial commit

This commit is contained in:
Alex Page 2022-01-19 22:07:59 -05:00
commit c66d65d8af
7 changed files with 3024 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "kroz"
version = "0.1.0"
edition = "2021"
[dependencies]
bracket-lib = { git = "https://github.com/amethyst/bracket-lib" }
specs = "0.16.1"
specs-derive = "0.4.1"
cpal = "0.13"
oddio = "0.5"
rand = "0.8"
spin_sleep = "1.0"