-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
36 lines (35 loc) · 1.02 KB
/
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
[package]
name = "hdpi_blinkenwall"
version = "0.2.0"
authors = ["Andreas Monitzer <[email protected]>"]
edition = "2018"
[dependencies]
log = "0.4"
syn = "1.0"
env_logger = "0.9"
glium = { version = "0.31", features = ["glutin"] }
glutin = "0.28"
chrono = "0.4"
tokio = { version = "1.0", features = ["rt-multi-thread", "sync", "time"] }
ws = "0.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
libmpv = { git = "https://github.com/anlumo/libmpv-rs" }
git2 = "0.14.1"
uuid = { version = "0.8", features = ["v4"] }
portaudio = "0.7"
rustfft = "6.0"
bdf = { git = "https://github.com/meh/rust-bdf.git", rev = "2eceb6634bf4932cc877a69d574c86994c0cf883" }
palette = "0.6"
rand = "0.8"
rand_xoshiro = "0.6"
unicode-normalization = "0.1"
log4rs = { version = "1.0", features = [ "file_appender" ]}
atomicring = "1.2"
gpio-cdev = { git = "https://github.com/rust-embedded/gpio-cdev.git", features = [ "async-tokio" ] }
spidev = "0.5.1"
mizu-core = "0.2"
once_cell = "1.8.0"
cpal = "0.13.4"
ringbuf = "0.2.6"
rumqttc = "0.11.0"