-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.lock
More file actions
80 lines (72 loc) · 2.04 KB
/
Cargo.lock
File metadata and controls
80 lines (72 loc) · 2.04 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "csfml-audio-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b928d3b663c6d4d45c330a254b432e3a228cba3851207bda5542fb9b978a8242"
dependencies = [
"csfml-system-sys",
"sfml-build",
]
[[package]]
name = "csfml-graphics-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4f0c658045598446f1968df8acf047787e70dc44962686f54ec0d9835aed3e"
dependencies = [
"csfml-system-sys",
"csfml-window-sys",
"sfml-build",
]
[[package]]
name = "csfml-system-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ebeefc2da7f0568d54eb798706bbb1aa6fd589cda7a84c1188b860773ace35d"
dependencies = [
"sfml-build",
]
[[package]]
name = "csfml-window-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d8d000d0a6646167f7ccece9855718145c3e25ab738c9bc8ffeedfa17c41dd3"
dependencies = [
"csfml-system-sys",
"sfml-build",
]
[[package]]
name = "gui4sfml"
version = "0.1.0"
dependencies = [
"sfml",
]
[[package]]
name = "sfml"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "513d5e9ff2e56ae75c7ab943fbd15880fd685230d9ddc0abb853c1374ee66129"
dependencies = [
"bitflags",
"csfml-audio-sys",
"csfml-graphics-sys",
"csfml-system-sys",
"csfml-window-sys",
"widestring",
]
[[package]]
name = "sfml-build"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f83a1ad7f7c79c9273019b2abfacbd4fa7150d23caca8cae586f0f1ea43b151"
[[package]]
name = "widestring"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "effc0e4ff8085673ea7b9b2e3c73f6bd4d118810c9009ed8f1e16bd96c331db6"