-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
109 lines (96 loc) · 2.63 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cc"
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
[[package]]
name = "libc"
version = "0.2.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa7087f49d294270db4e1928fc110c976cd4b9e5a16348e0a1df09afa99e6c98"
[[package]]
name = "miniquad"
version = "0.3.0-alpha.13"
source = "git+https://github.com/not-fl3/miniquad#19493e1bd5e88bb9b7a4b20fbbca35cb30f9b475"
dependencies = [
"sapp-android",
"sapp-darwin",
"sapp-dummy",
"sapp-ios",
"sapp-linux",
"sapp-wasm",
"sapp-windows",
]
[[package]]
name = "miniquad_async"
version = "0.1.0"
dependencies = [
"miniquad",
]
[[package]]
name = "sapp-android"
version = "0.1.1"
source = "git+https://github.com/not-fl3/miniquad#19493e1bd5e88bb9b7a4b20fbbca35cb30f9b475"
dependencies = [
"cc",
]
[[package]]
name = "sapp-darwin"
version = "0.1.2"
source = "git+https://github.com/not-fl3/miniquad#19493e1bd5e88bb9b7a4b20fbbca35cb30f9b475"
dependencies = [
"cc",
]
[[package]]
name = "sapp-dummy"
version = "0.1.3"
source = "git+https://github.com/not-fl3/miniquad#19493e1bd5e88bb9b7a4b20fbbca35cb30f9b475"
dependencies = [
"libc",
]
[[package]]
name = "sapp-ios"
version = "0.1.0"
source = "git+https://github.com/not-fl3/miniquad#19493e1bd5e88bb9b7a4b20fbbca35cb30f9b475"
dependencies = [
"cc",
]
[[package]]
name = "sapp-linux"
version = "0.1.8"
source = "git+https://github.com/not-fl3/miniquad#19493e1bd5e88bb9b7a4b20fbbca35cb30f9b475"
dependencies = [
"libc",
]
[[package]]
name = "sapp-wasm"
version = "0.1.18"
source = "git+https://github.com/not-fl3/miniquad#19493e1bd5e88bb9b7a4b20fbbca35cb30f9b475"
[[package]]
name = "sapp-windows"
version = "0.2.9"
source = "git+https://github.com/not-fl3/miniquad#19493e1bd5e88bb9b7a4b20fbbca35cb30f9b475"
dependencies = [
"winapi",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"