131 | 131 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
132 | 132 |
|
133 | 133 |
[[package]]
|
134 | |
name = "redox_syscall"
|
135 | |
version = "0.1.51"
|
136 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
137 | |
|
138 | |
[[package]]
|
139 | |
name = "time"
|
140 | |
version = "0.1.42"
|
141 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
142 | |
dependencies = [
|
143 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
144 | |
"redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
145 | |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
146 | |
]
|
147 | |
|
148 | |
[[package]]
|
149 | |
name = "winapi"
|
150 | |
version = "0.3.6"
|
151 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
152 | |
dependencies = [
|
153 | |
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
154 | |
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
155 | |
]
|
156 | |
|
157 | |
[[package]]
|
158 | |
name = "winapi-i686-pc-windows-gnu"
|
159 | |
version = "0.4.0"
|
160 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
161 | |
|
162 | |
[[package]]
|
163 | |
name = "winapi-x86_64-pc-windows-gnu"
|
164 | |
version = "0.4.0"
|
165 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
166 | |
|
167 | |
[[package]]
|
168 | |
name = "x11"
|
169 | |
version = "2.18.1"
|
170 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
171 | |
dependencies = [
|
172 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
173 | |
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
174 | |
]
|
175 | |
|
176 | |
[[package]]
|
177 | |
name = "xsamp"
|
| 134 |
name = "rbar"
|
178 | 135 |
version = "0.1.0"
|
179 | 136 |
dependencies = [
|
180 | 137 |
"cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
184 | 141 |
"pangocairo 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
185 | 142 |
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
186 | 143 |
"x11 2.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 144 |
]
|
| 145 |
|
| 146 |
[[package]]
|
| 147 |
name = "redox_syscall"
|
| 148 |
version = "0.1.51"
|
| 149 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 150 |
|
| 151 |
[[package]]
|
| 152 |
name = "time"
|
| 153 |
version = "0.1.42"
|
| 154 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 155 |
dependencies = [
|
| 156 |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 157 |
"redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 158 |
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 159 |
]
|
| 160 |
|
| 161 |
[[package]]
|
| 162 |
name = "winapi"
|
| 163 |
version = "0.3.6"
|
| 164 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 165 |
dependencies = [
|
| 166 |
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 167 |
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 168 |
]
|
| 169 |
|
| 170 |
[[package]]
|
| 171 |
name = "winapi-i686-pc-windows-gnu"
|
| 172 |
version = "0.4.0"
|
| 173 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 174 |
|
| 175 |
[[package]]
|
| 176 |
name = "winapi-x86_64-pc-windows-gnu"
|
| 177 |
version = "0.4.0"
|
| 178 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 179 |
|
| 180 |
[[package]]
|
| 181 |
name = "x11"
|
| 182 |
version = "2.18.1"
|
| 183 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 184 |
dependencies = [
|
| 185 |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 186 |
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
187 | 187 |
]
|
188 | 188 |
|
189 | 189 |
[metadata]
|