-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
59 lines (50 loc) · 1.48 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
[root]
name = "2dgl"
version = "0.0.2"
dependencies = [
"gl 0.0.1",
"num 0.1.0 (git+https://github.com/rust-lang/num)",
"time 0.1.3 (git+https://github.com/rust-lang/time)",
]
[[package]]
name = "gcc"
version = "0.1.2"
source = "git+https://github.com/alexcrichton/gcc-rs#f7b47d923a78155f88d13c7030e61445d46b3245"
[[package]]
name = "gl"
version = "0.0.1"
dependencies = [
"gl_generator 0.0.4 (git+https://github.com/bjz/gl-rs)",
]
[[package]]
name = "gl_common"
version = "0.0.3"
source = "git+https://github.com/bjz/gl-rs#eb8d6f6b94b5668d10e288582db3cb20602846ff"
[[package]]
name = "gl_generator"
version = "0.0.4"
source = "git+https://github.com/bjz/gl-rs#eb8d6f6b94b5668d10e288582db3cb20602846ff"
dependencies = [
"gl_common 0.0.3 (git+https://github.com/bjz/gl-rs)",
"khronos_api 0.0.3 (git+https://github.com/bjz/gl-rs)",
"xml-rs 0.1.4 (git+https://github.com/netvl/xml-rs)",
]
[[package]]
name = "khronos_api"
version = "0.0.3"
source = "git+https://github.com/bjz/gl-rs#eb8d6f6b94b5668d10e288582db3cb20602846ff"
[[package]]
name = "num"
version = "0.1.0"
source = "git+https://github.com/rust-lang/num#62f37e35def89b18dc42bba5e66fdcb7f853e5fb"
[[package]]
name = "time"
version = "0.1.3"
source = "git+https://github.com/rust-lang/time#eb68c2f7b389eaaed226bf0be8a9679a5ec4c64e"
dependencies = [
"gcc 0.1.2 (git+https://github.com/alexcrichton/gcc-rs)",
]
[[package]]
name = "xml-rs"
version = "0.1.4"
source = "git+https://github.com/netvl/xml-rs#fa2986b256122d4422fc2f72e58f4fd47a4dc943"