Initial commit
This commit is contained in:
commit
c66d65d8af
7 changed files with 3024 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue