-
Notifications
You must be signed in to change notification settings - Fork 10
/
Cargo.lock
128 lines (112 loc) · 2.79 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
[[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 = [
"wxrust",
"wxrust-base",
]
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "minimal"
version = "0.1.0"
dependencies = [
"wxrust",
"wxrust-base",
]
[[package]]
name = "regex"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
[[package]]
name = "widgets"
version = "0.1.0"
dependencies = [
"regex",
"wxrust",
"wxrust-base",
]
[[package]]
name = "wrapsizer"
version = "0.1.0"
dependencies = [
"wxrust",
"wxrust-base",
]
[[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#ed36771152a5c03212bce34b17d95629e1f8f8a9"
[[package]]
name = "wxrust"
version = "0.0.1-alpha"
dependencies = [
"cc",
"wx-universal-apple-darwin",
"wx-x86_64-pc-windows-gnu",
"wx-x86_64-pc-windows-msvc",
"wxrust-base",
"wxrust-config 0.0.1-alpha",
]
[[package]]
name = "wxrust-base"
version = "0.0.1-alpha"
dependencies = [
"cc",
"wx-universal-apple-darwin",
"wx-x86_64-pc-windows-gnu",
"wx-x86_64-pc-windows-msvc",
"wxrust-config 0.0.1-alpha (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "wxrust-config"
version = "0.0.1-alpha"
dependencies = [
"cc",
]
[[package]]
name = "wxrust-config"
version = "0.0.1-alpha"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6730ab8fe7b39e6273c0c82eed6184f860766fabe273b127fa99cd0ea5cd0da7"
dependencies = [
"cc",
]