-
Notifications
You must be signed in to change notification settings - Fork 33
/
Cargo.toml
40 lines (38 loc) · 906 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[package]
name = "richter"
version = "0.1.0"
authors = ["Cormac O'Brien <cormac@c-obrien.org>"]
edition = "2018"
[dependencies]
arrayvec = "0.7"
bitflags = "1.0.1"
bumpalo = "3.4"
byteorder = "1.3"
cgmath = "0.17.0"
chrono = "0.4.0"
env_logger = "0.5.3"
failure = "0.1.8"
futures = "0.3.5"
lazy_static = "1.0.0"
log = "0.4.1"
nom = "5.1"
num = "0.1.42"
num-derive = "0.1.42"
png = "0.16"
rand = { version = "0.7", features = ["small_rng"] }
regex = "0.2.6"
# rodio = "0.12"
rodio = { git = "https://github.com/RustAudio/rodio", rev = "82b4952" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
shaderc = "0.6.2"
slab = "0.4"
structopt = "0.3.12"
strum = "0.18.0"
strum_macros = "0.18.0"
thiserror = "1.0"
uluru = "2"
wgpu = "0.8"
# "winit" = "0.22.2"
# necessary until winit/#1524 is merged
winit = { git = "https://github.com/chemicstry/winit", branch = "optional_drag_and_drop" }