-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCargo.toml
21 lines (19 loc) · 781 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "wav_viewer"
version = "0.1.0"
authors = ["George Atkinson <geomyles@yahoo.co.uk>", "Mike Hilgendorf <mike@hilgendorf.audio>"]
edition = "2018"
license = "GPLv3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tuix = {git = "https://github.com/geom3trik/tuix", rev = "b21984d82aa5ef6b1cb3349ae0f07386a04b410f"}
# tuix = {git = "https://github.com/geom3trik/tuix", branch = "develop"}
# tuix = {path = "../tuix"}
native-dialog = "0.5.4"
femtovg = {git = "https://github.com/femtovg/femtovg", branch = "master"}
dasp_sample = "0.11.0"
cpal = "0.13"
hound = { git = "https://github.com/ruuda/hound.git"}
basedrop = { git = "https://github.com/glowcoil/basedrop.git" }
ringbuf = "0.2"
image = "0.23.13"