|
|
@ -2,8 +2,16 @@ |
|
|
|
# It is not intended for manual editing. |
|
|
|
[[package]] |
|
|
|
name = "ab_glyph_rasterizer" |
|
|
|
version = "0.1.1" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "addr2line" |
|
|
|
version = "0.12.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"gimli 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "andrew" |
|
|
@ -15,7 +23,7 @@ dependencies = [ |
|
|
|
"rusttype 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"xml-rs 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -37,7 +45,7 @@ version = "0.2.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -48,24 +56,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "backtrace" |
|
|
|
version = "0.3.46" |
|
|
|
version = "0.3.48" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"backtrace-sys 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"addr2line 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"object 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "backtrace-sys" |
|
|
|
version = "0.1.36" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
|
version = "1.2.1" |
|
|
@ -84,12 +84,12 @@ dependencies = [ |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bumpalo" |
|
|
|
version = "3.2.1" |
|
|
|
version = "3.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -107,7 +107,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cc" |
|
|
|
version = "1.0.52" |
|
|
|
version = "1.0.54" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -121,7 +121,7 @@ version = "0.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"gleam 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -182,7 +182,7 @@ dependencies = [ |
|
|
|
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -192,7 +192,7 @@ version = "0.6.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -208,7 +208,7 @@ dependencies = [ |
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -228,9 +228,9 @@ dependencies = [ |
|
|
|
"plotters 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 1.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tinytemplate 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@ -296,7 +296,7 @@ dependencies = [ |
|
|
|
"csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -331,9 +331,9 @@ version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"criterion 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rusttype 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rusttype 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -344,7 +344,7 @@ dependencies = [ |
|
|
|
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"emigui 0.1.0", |
|
|
|
"glium 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"webbrowser 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -354,8 +354,8 @@ version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"emigui 0.1.0", |
|
|
|
"js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"web-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@ -367,9 +367,9 @@ dependencies = [ |
|
|
|
"emigui 0.1.0", |
|
|
|
"emigui_glium 0.1.0", |
|
|
|
"glium 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -378,14 +378,14 @@ version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"emigui 0.1.0", |
|
|
|
"emigui_wasm 0.1.0", |
|
|
|
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fnv" |
|
|
|
version = "1.0.6" |
|
|
|
version = "1.0.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -401,6 +401,11 @@ name = "foreign-types-shared" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "gimli" |
|
|
|
version = "0.21.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "gl_generator" |
|
|
|
version = "0.11.0" |
|
|
@ -408,7 +413,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"xml-rs 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -418,7 +423,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"xml-rs 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -434,8 +439,8 @@ name = "glium" |
|
|
|
version = "0.24.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"backtrace 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"glutin 0.20.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -457,7 +462,7 @@ dependencies = [ |
|
|
|
"glutin_glx_sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"glutin_wgl_sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -507,7 +512,7 @@ name = "hermit-abi" |
|
|
|
version = "0.1.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -543,7 +548,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
version = "0.2.69" |
|
|
|
version = "0.2.70" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -551,7 +556,7 @@ name = "libloading" |
|
|
|
version = "0.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -584,7 +589,7 @@ name = "malloc_buf" |
|
|
|
version = "0.0.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -602,7 +607,7 @@ name = "memmap" |
|
|
|
version = "0.7.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -620,9 +625,9 @@ version = "0.14.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -649,7 +654,7 @@ version = "1.13.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"hermit-abi 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -678,6 +683,11 @@ dependencies = [ |
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "object" |
|
|
|
version = "0.19.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "oorandom" |
|
|
|
version = "11.1.1" |
|
|
@ -699,6 +709,14 @@ dependencies = [ |
|
|
|
"shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "owned_ttf_parser" |
|
|
|
version = "0.5.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"ttf-parser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "parking_lot" |
|
|
|
version = "0.9.0" |
|
|
@ -725,7 +743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -739,7 +757,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"smallvec 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -776,7 +794,7 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.10" |
|
|
|
version = "1.0.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -792,10 +810,10 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "1.0.3" |
|
|
|
version = "1.0.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -803,7 +821,7 @@ name = "raw-window-handle" |
|
|
|
version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -887,11 +905,11 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rusttype" |
|
|
|
version = "0.9.0" |
|
|
|
version = "0.9.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"ab_glyph_rasterizer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ttf-parser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ab_glyph_rasterizer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"owned_ttf_parser 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -927,27 +945,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde" |
|
|
|
version = "1.0.106" |
|
|
|
version = "1.0.110" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_derive" |
|
|
|
version = "1.0.106" |
|
|
|
version = "1.0.110" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "serde_json" |
|
|
|
version = "1.0.51" |
|
|
|
version = "1.0.53" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -956,7 +974,7 @@ version = "0.1.9" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -998,11 +1016,11 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "1.0.18" |
|
|
|
version = "1.0.22" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -1019,7 +1037,7 @@ name = "time" |
|
|
|
version = "0.1.43" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -1028,8 +1046,8 @@ name = "tinytemplate" |
|
|
|
version = "1.0.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1084,12 +1102,12 @@ name = "wasm-bindgen-backend" |
|
|
|
version = "0.2.62" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bumpalo 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"bumpalo 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-shared 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -1098,7 +1116,7 @@ name = "wasm-bindgen-macro" |
|
|
|
version = "0.2.62" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-macro-support 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -1107,9 +1125,9 @@ name = "wasm-bindgen-macro-support" |
|
|
|
version = "0.2.62" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-backend 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-shared 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@ -1126,7 +1144,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"downcast-rs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wayland-commons 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wayland-scanner 0.21.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1161,7 +1179,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"xml-rs 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1229,13 +1247,13 @@ version = "0.19.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"backtrace 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cocoa 0.18.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1261,7 +1279,7 @@ version = "2.18.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@ -1271,7 +1289,7 @@ name = "xcb" |
|
|
|
version = "0.8.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -1282,25 +1300,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "xml-rs" |
|
|
|
version = "0.8.2" |
|
|
|
version = "0.8.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[metadata] |
|
|
|
"checksum ab_glyph_rasterizer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "19eabfa36efffae27d62d530e30eb951e3d9a999d23c0d58cb010a27e3916744" |
|
|
|
"checksum ab_glyph_rasterizer 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2b7e4e8cf778db814365e46839949ca74df4efb10e87ba4913e6ec5967ef0285" |
|
|
|
"checksum addr2line 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543" |
|
|
|
"checksum andrew 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9b7f09f89872c2b6b29e319377b1fbe91c6f5947df19a25596e121cf19a7b35e" |
|
|
|
"checksum android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407" |
|
|
|
"checksum approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3" |
|
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
|
|
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
|
|
|
"checksum backtrace 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)" = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e" |
|
|
|
"checksum backtrace-sys 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "78848718ee1255a2485d1309ad9cdecfc2e7d0362dd11c6829364c6b35ae1bc7" |
|
|
|
"checksum backtrace 0.3.48 (registry+https://github.com/rust-lang/crates.io-index)" = "0df2f85c8a2abbe3b7d7e748052fdd9b76a0458fdeb16ad4223f5eca78c7c130" |
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
|
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" |
|
|
|
"checksum bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931" |
|
|
|
"checksum bumpalo 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187" |
|
|
|
"checksum bumpalo 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5356f1d23ee24a1f785a56d1d1a5f0fd5b0f6a0c0fb2412ce11da71649ab78f6" |
|
|
|
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
|
|
|
"checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0" |
|
|
|
"checksum cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d" |
|
|
|
"checksum cc 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)" = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311" |
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
"checksum cgl 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "55e7ec0b74fe5897894cbc207092c577e87c52f8a59e8ca8d97ef37551f60a49" |
|
|
|
"checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2" |
|
|
@ -1323,9 +1341,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "77e51249a9d823a4cb79e3eca6dcd756153e8ed0157b6c04775d04bf1b13b76a" |
|
|
|
"checksum downcast-rs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52ba6eb47c2131e784a38b726eb54c1e1484904f013e576a25354d0124161af6" |
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
|
|
|
"checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
|
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
"checksum gimli 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c" |
|
|
|
"checksum gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39a23d5e872a275135d66895d954269cf5e8661d234eb1c2480f4ce0d586acbd" |
|
|
|
"checksum gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ca98bbde17256e02d17336a6bdb5a50f7d0ccacee502e191d3e3d0ec2f96f84a" |
|
|
|
"checksum gleam 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "cae10d7c99d0e77b4766e850a60898a17c1abaf01075531f1066f03dc7dc5fc5" |
|
|
@ -1341,7 +1360,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum js-sys 0.3.39 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5a448de267e7358beaf4a5d849518fe9a0c13fce7afd44b06e68550e5562a7" |
|
|
|
"checksum khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" |
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
"checksum libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)" = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005" |
|
|
|
"checksum libc 0.2.70 (registry+https://github.com/rust-lang/crates.io-index)" = "3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f" |
|
|
|
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" |
|
|
|
"checksum line_drawing 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9" |
|
|
|
"checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
|
|
@ -1358,9 +1377,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" |
|
|
|
"checksum objc-foundation 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" |
|
|
|
"checksum objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" |
|
|
|
"checksum object 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2" |
|
|
|
"checksum oorandom 11.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "94af325bc33c7f60191be4e2c984d48aaa21e2854f473b85398344b60c9b6358" |
|
|
|
"checksum ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518" |
|
|
|
"checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b" |
|
|
|
"checksum owned_ttf_parser 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72cfab9c2775bbb8481678d71a0117718bf8042a79cf9db61125d71e4018690b" |
|
|
|
"checksum parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e" |
|
|
|
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
|
|
|
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
|
|
@ -1369,9 +1390,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" |
|
|
|
"checksum plotters 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "f9b1d9ca091d370ea3a78d5619145d1b59426ab0c9eedbad2514a4cee08bf389" |
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
|
|
|
"checksum proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3" |
|
|
|
"checksum proc-macro2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "53f5ffe53a6b28e37c9c1ce74893477864d64f74778a93a4beb43c8fa167f639" |
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
|
|
|
"checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" |
|
|
|
"checksum quote 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea" |
|
|
|
"checksum raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211" |
|
|
|
"checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" |
|
|
|
"checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" |
|
|
@ -1383,21 +1404,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
|
|
"checksum rusttype 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" = "310942406a39981bed7e12b09182a221a29e0990f3e7e0c971f131922ed135d5" |
|
|
|
"checksum rusttype 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f61411055101f7b60ecf1041d87fb74205fb20b0c7a723f07ef39174cf6b4c0" |
|
|
|
"checksum rusttype 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "40cbe3f2bab536ff4784f14f2a73f1e37550ceb36a074c47a8f4150f57182049" |
|
|
|
"checksum rusttype 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03be7d3a07ba7216974d7e4b8508bc10040918f2374680613277389bdd84fd10" |
|
|
|
"checksum ryu 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1" |
|
|
|
"checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
|
|
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
"checksum serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)" = "36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399" |
|
|
|
"checksum serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)" = "9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c" |
|
|
|
"checksum serde_json 1.0.51 (registry+https://github.com/rust-lang/crates.io-index)" = "da07b57ee2623368351e9a0488bb0b261322a15a6e0ae53e243cbdc0f4208da9" |
|
|
|
"checksum serde 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)" = "99e7b308464d16b56eba9964e4972a3eee817760ab60d88c3f86e1fecb08204c" |
|
|
|
"checksum serde_derive 1.0.110 (registry+https://github.com/rust-lang/crates.io-index)" = "818fbf6bfa9a42d3bfcaca148547aa00c7b915bec71d1757aa2d44ca68771984" |
|
|
|
"checksum serde_json 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)" = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2" |
|
|
|
"checksum shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" |
|
|
|
"checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" |
|
|
|
"checksum smallvec 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4" |
|
|
|
"checksum smithay-client-toolkit 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2ccb8c57049b2a34d2cc2b203fa785020ba0129d31920ef0d317430adaf748fa" |
|
|
|
"checksum stb_truetype 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f77b6b07e862c66a9f3e62a07588fee67cd90a9135a2b942409f195507b4fb51" |
|
|
|
"checksum syn 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "410a7488c0a728c7ceb4ad59b9567eb4053d02e8cc7f5c0e0eeeb39518369213" |
|
|
|
"checksum syn 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "1425de3c33b0941002740a420b1a906a350b88d08b82b2c8a01035a3f9447bac" |
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
|
|
"checksum time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" |
|
|
|
"checksum tinytemplate 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "45e4bc5ac99433e0dcb8b9f309dd271a165ae37dde129b9e0ce1bfdd8bfe4891" |
|
|
@ -1429,4 +1450,4 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum x11-dl 2.18.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8" |
|
|
|
"checksum xcb 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de" |
|
|
|
"checksum xdg 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57" |
|
|
|
"checksum xml-rs 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2bb76e5c421bbbeb8924c60c030331b345555024d56261dae8f3e786ed817c23" |
|
|
|
"checksum xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a" |
|
|
|