-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
55 lines (48 loc) · 1.32 KB
/
Cargo.lock
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "cc"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
[[package]]
name = "cmake"
version = "0.1.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
dependencies = [
"cc",
]
[[package]]
name = "paste"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
[[package]]
name = "rust_audio_player"
version = "0.1.0"
dependencies = [
"soloud",
]
[[package]]
name = "soloud"
version = "1.0.2"
source = "git+https://github.com/moalyousef/soloud-rs#ab6d54955115ee78bfdd315cf7fdcf138a2ffb37"
dependencies = [
"bitflags",
"paste",
"soloud-sys",
]
[[package]]
name = "soloud-sys"
version = "1.0.2"
source = "git+https://github.com/moalyousef/soloud-rs#ab6d54955115ee78bfdd315cf7fdcf138a2ffb37"
dependencies = [
"cmake",
]