-
Notifications
You must be signed in to change notification settings - Fork 10
/
Cargo.lock
123 lines (107 loc) · 2.74 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
# 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.2.0"
source = "git+https://github.com/ancwrd1/wx-universal-apple-darwin#0471f55767008ca0e0d1a5c87ae91d892cdedc42"
[[package]]
name = "wx-x86_64-pc-windows-gnu"
version = "3.2.0"
source = "git+https://github.com/ancwrd1/wx-x86_64-pc-windows-gnu#00386ca3ae1337a21529af86e623f88b7ba0aae0"
[[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#db0313072df2fc205847b81637ca1c145cf142f8"
[[package]]
name = "wxrust"
version = "0.0.1-alpha"
dependencies = [
"cc",
"wxrust-base",
"wxrust-config 0.0.1-alpha2 (git+https://github.com/kenz-gelsoft/wxrust-vendored-config)",
]
[[package]]
name = "wxrust-base"
version = "0.0.1-alpha"
dependencies = [
"cc",
"wxrust-config 0.0.1-alpha2 (git+https://github.com/kenz-gelsoft/wxrust-vendored-config)",
]
[[package]]
name = "wxrust-config"
version = "0.0.1-alpha2"
dependencies = [
"cc",
]
[[package]]
name = "wxrust-config"
version = "0.0.1-alpha2"
source = "git+https://github.com/kenz-gelsoft/wxrust-vendored-config#245f52f79fe51997d68e61d7f03178788ca170ff"
dependencies = [
"wx-universal-apple-darwin",
"wx-x86_64-pc-windows-gnu",
"wx-x86_64-pc-windows-msvc",
]