-
Notifications
You must be signed in to change notification settings - Fork 10
/
Cargo.lock
86 lines (75 loc) · 1.59 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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "cc"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
[[package]]
name = "hello"
version = "0.1.0"
dependencies = [
"wx",
"wx-base",
]
[[package]]
name = "minimal"
version = "0.1.0"
dependencies = [
"wx",
"wx-base",
]
[[package]]
name = "widgets"
version = "0.1.0"
dependencies = [
"wx",
"wx-base",
]
[[package]]
name = "wrapsizer"
version = "0.1.0"
dependencies = [
"wx",
"wx-base",
]
[[package]]
name = "wx"
version = "0.1.0"
dependencies = [
"cc",
"wx-base",
"wx-universal-apple-darwin",
"wx-x86_64-pc-windows-gnu",
"wx-x86_64-pc-windows-msvc",
"wxrust-config",
]
[[package]]
name = "wx-base"
version = "0.1.0"
dependencies = [
"cc",
"wx-universal-apple-darwin",
"wx-x86_64-pc-windows-gnu",
"wx-x86_64-pc-windows-msvc",
"wxrust-config",
]
[[package]]
name = "wx-universal-apple-darwin"
version = "3.1.6"
source = "git+https://github.com/ancwrd1/wx-universal-apple-darwin#4e512d2c125436007a7ee1331a48d8b5de430fb4"
[[package]]
name = "wx-x86_64-pc-windows-gnu"
version = "3.1.6"
source = "git+https://github.com/ancwrd1/wx-x86_64-pc-windows-gnu#b41af996f766692e2d08926dbd2660091a654916"
[[package]]
name = "wx-x86_64-pc-windows-msvc"
version = "3.2.0"
source = "git+https://github.com/kenz-gelsoft/wx-x86_64-pc-windows-msvc?branch=wx320#a03efd01c2e5f72d809220e70a30b4c9b1f34b76"
[[package]]
name = "wxrust-config"
version = "0.1.0"
dependencies = [
"cc",
]