|
@ -63,13 +63,13 @@ version = "0.2.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "autocfg" |
|
|
name = "autocfg" |
|
|
version = "1.0.0" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -79,8 +79,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"addr2line 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"addr2line 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cfg-if 0.1.10 (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.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"miniz_oxide 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"miniz_oxide 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"object 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"object 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
@ -103,7 +103,7 @@ dependencies = [ |
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"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)", |
|
|
"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)", |
|
|
"regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -136,7 +136,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "cc" |
|
|
name = "cc" |
|
|
version = "1.0.58" |
|
|
version = "1.0.59" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -149,22 +149,22 @@ name = "cgl" |
|
|
version = "0.3.2" |
|
|
version = "0.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "chrono" |
|
|
name = "chrono" |
|
|
version = "0.4.13" |
|
|
version = "0.4.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "clap" |
|
|
name = "clap" |
|
|
version = "2.33.2" |
|
|
version = "2.33.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -218,7 +218,7 @@ dependencies = [ |
|
|
"core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-graphics 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-graphics 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"foreign-types 0.3.2 (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.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -246,7 +246,7 @@ version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -262,7 +262,7 @@ dependencies = [ |
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"foreign-types 0.3.2 (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.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -273,7 +273,7 @@ dependencies = [ |
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-graphics 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-graphics 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -284,7 +284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"clap 2.33.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"criterion-plot 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"criterion-plot 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -292,11 +292,11 @@ dependencies = [ |
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"oorandom 11.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"oorandom 11.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"plotters 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"plotters 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rayon 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_cbor 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_cbor 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_derive 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tinytemplate 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tinytemplate 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -311,6 +311,15 @@ dependencies = [ |
|
|
"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "crossbeam-channel" |
|
|
|
|
|
version = "0.4.3" |
|
|
|
|
|
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)", |
|
|
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "crossbeam-deque" |
|
|
name = "crossbeam-deque" |
|
|
version = "0.7.3" |
|
|
version = "0.7.3" |
|
@ -326,7 +335,7 @@ name = "crossbeam-epoch" |
|
|
version = "0.8.2" |
|
|
version = "0.8.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -335,22 +344,12 @@ dependencies = [ |
|
|
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "crossbeam-queue" |
|
|
|
|
|
version = "0.2.3" |
|
|
|
|
|
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)", |
|
|
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "crossbeam-utils" |
|
|
name = "crossbeam-utils" |
|
|
version = "0.7.2" |
|
|
version = "0.7.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
@ -364,7 +363,7 @@ dependencies = [ |
|
|
"csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -381,7 +380,7 @@ version = "0.1.0" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"egui 0.1.3", |
|
|
"egui 0.1.3", |
|
|
"egui_glium 0.1.3", |
|
|
"egui_glium 0.1.3", |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -391,7 +390,7 @@ dependencies = [ |
|
|
"egui 0.1.3", |
|
|
"egui 0.1.3", |
|
|
"egui_web 0.1.3", |
|
|
"egui_web 0.1.3", |
|
|
"js-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"js-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
@ -403,7 +402,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -416,7 +415,7 @@ name = "dlib" |
|
|
version = "0.4.2" |
|
|
version = "0.4.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"libloading 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libloading 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -432,7 +431,7 @@ dependencies = [ |
|
|
"criterion 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"criterion 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rusttype 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rusttype 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -440,11 +439,11 @@ dependencies = [ |
|
|
name = "egui_glium" |
|
|
name = "egui_glium" |
|
|
version = "0.1.3" |
|
|
version = "0.1.3" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"chrono 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"egui 0.1.3", |
|
|
"egui 0.1.3", |
|
|
"glium 0.27.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glium 0.27.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"webbrowser 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"webbrowser 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
@ -456,7 +455,7 @@ dependencies = [ |
|
|
"egui 0.1.3", |
|
|
"egui 0.1.3", |
|
|
"js-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"js-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"web-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"web-sys 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -464,7 +463,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "either" |
|
|
name = "either" |
|
|
version = "1.5.3" |
|
|
version = "1.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -473,7 +472,7 @@ version = "0.1.0" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"egui 0.1.3", |
|
|
"egui 0.1.3", |
|
|
"egui_glium 0.1.3", |
|
|
"egui_glium 0.1.3", |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -514,7 +513,7 @@ version = "0.1.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if 0.1.10 (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.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -523,16 +522,6 @@ name = "gimli" |
|
|
version = "0.22.0" |
|
|
version = "0.22.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "gl_generator" |
|
|
|
|
|
version = "0.13.1" |
|
|
|
|
|
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.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "gl_generator" |
|
|
name = "gl_generator" |
|
|
version = "0.14.0" |
|
|
version = "0.14.0" |
|
@ -554,7 +543,7 @@ dependencies = [ |
|
|
"glutin 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glutin 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"takeable-option 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"takeable-option 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -568,11 +557,11 @@ dependencies = [ |
|
|
"cocoa 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cocoa 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-graphics 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"core-graphics 0.19.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glutin_egl_sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glutin_egl_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glutin_emscripten_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glutin_emscripten_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glutin_gles2_sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glutin_gles2_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glutin_glx_sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glutin_glx_sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glutin_wgl_sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glutin_wgl_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -586,10 +575,10 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "glutin_egl_sys" |
|
|
name = "glutin_egl_sys" |
|
|
version = "0.1.4" |
|
|
version = "0.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"gl_generator 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -600,28 +589,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "glutin_gles2_sys" |
|
|
name = "glutin_gles2_sys" |
|
|
version = "0.1.4" |
|
|
version = "0.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"gl_generator 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "glutin_glx_sys" |
|
|
name = "glutin_glx_sys" |
|
|
version = "0.1.6" |
|
|
version = "0.1.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"gl_generator 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"x11-dl 2.18.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"x11-dl 2.18.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "glutin_wgl_sys" |
|
|
name = "glutin_wgl_sys" |
|
|
version = "0.1.4" |
|
|
version = "0.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"gl_generator 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -634,7 +623,7 @@ name = "hermit-abi" |
|
|
version = "0.1.15" |
|
|
version = "0.1.15" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -647,7 +636,7 @@ name = "iovec" |
|
|
version = "0.1.4" |
|
|
version = "0.1.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -655,7 +644,7 @@ name = "itertools" |
|
|
version = "0.9.0" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"either 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -697,12 +686,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "lazycell" |
|
|
name = "lazycell" |
|
|
version = "1.2.1" |
|
|
version = "1.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "libc" |
|
|
name = "libc" |
|
|
version = "0.2.74" |
|
|
version = "0.2.76" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -710,15 +699,16 @@ name = "libloading" |
|
|
version = "0.5.2" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cc 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cc 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "libloading" |
|
|
name = "libloading" |
|
|
version = "0.6.2" |
|
|
version = "0.6.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -759,7 +749,7 @@ name = "malloc_buf" |
|
|
version = "0.0.6" |
|
|
version = "0.0.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -777,7 +767,7 @@ name = "memmap" |
|
|
version = "0.7.0" |
|
|
version = "0.7.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -786,12 +776,12 @@ name = "memoffset" |
|
|
version = "0.5.5" |
|
|
version = "0.5.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "miniz_oxide" |
|
|
name = "miniz_oxide" |
|
|
version = "0.4.0" |
|
|
version = "0.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -807,7 +797,7 @@ dependencies = [ |
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -820,7 +810,7 @@ name = "mio-extras" |
|
|
version = "2.0.6" |
|
|
version = "2.0.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -854,7 +844,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"android_log-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"android_log-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (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.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"ndk 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"ndk 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"ndk-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"ndk-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -871,7 +861,7 @@ version = "0.2.34" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if 0.1.10 (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.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -881,9 +871,9 @@ version = "0.14.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cc 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cc 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cfg-if 0.1.10 (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.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -892,7 +882,7 @@ name = "num-integer" |
|
|
version = "0.1.43" |
|
|
version = "0.1.43" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -901,7 +891,7 @@ name = "num-traits" |
|
|
version = "0.2.12" |
|
|
version = "0.2.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -910,7 +900,7 @@ version = "1.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -930,7 +920,7 @@ dependencies = [ |
|
|
"proc-macro-crate 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"proc-macro-crate 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1019,9 +1009,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"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)", |
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -1033,9 +1023,9 @@ dependencies = [ |
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cloudabi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cloudabi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -1110,27 +1100,27 @@ name = "raw-window-handle" |
|
|
version = "0.3.3" |
|
|
version = "0.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "rayon" |
|
|
name = "rayon" |
|
|
version = "1.3.1" |
|
|
version = "1.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"either 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rayon-core 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rayon-core 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "rayon-core" |
|
|
name = "rayon-core" |
|
|
version = "1.7.1" |
|
|
version = "1.8.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
|
|
|
"crossbeam-channel 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -1235,10 +1225,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "serde" |
|
|
name = "serde" |
|
|
version = "1.0.114" |
|
|
version = "1.0.115" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_derive 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1247,17 +1237,17 @@ version = "0.11.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"half 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"half 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "serde_derive" |
|
|
name = "serde_derive" |
|
|
version = "1.0.114" |
|
|
version = "1.0.115" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1267,7 +1257,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1276,7 +1266,7 @@ version = "0.1.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"lazy_static 1.4.0 (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.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1286,7 +1276,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "smallvec" |
|
|
name = "smallvec" |
|
|
version = "1.4.1" |
|
|
version = "1.4.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1314,7 +1304,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "syn" |
|
|
name = "syn" |
|
|
version = "1.0.38" |
|
|
version = "1.0.39" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -1337,10 +1327,11 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "time" |
|
|
name = "time" |
|
|
version = "0.1.43" |
|
|
version = "0.1.44" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -1349,7 +1340,7 @@ name = "tinytemplate" |
|
|
version = "1.1.0" |
|
|
version = "1.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -1358,7 +1349,7 @@ name = "toml" |
|
|
version = "0.5.6" |
|
|
version = "0.5.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -1401,6 +1392,11 @@ name = "wasi" |
|
|
version = "0.9.0+wasi-snapshot-preview1" |
|
|
version = "0.9.0+wasi-snapshot-preview1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "wasi" |
|
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "wasm-bindgen" |
|
|
name = "wasm-bindgen" |
|
|
version = "0.2.67" |
|
|
version = "0.2.67" |
|
@ -1420,7 +1416,7 @@ dependencies = [ |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasm-bindgen-shared 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasm-bindgen-shared 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -1440,7 +1436,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"proc-macro2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"syn 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasm-bindgen-backend 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasm-bindgen-backend 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasm-bindgen-shared 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wasm-bindgen-shared 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
@ -1458,7 +1454,7 @@ dependencies = [ |
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"calloop 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"calloop 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"downcast-rs 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"downcast-rs 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"nix 0.14.1 (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.23.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"wayland-commons 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -1579,7 +1575,7 @@ dependencies = [ |
|
|
"dispatch 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"dispatch 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"lazy_static 1.4.0 (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.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -1619,7 +1615,7 @@ version = "2.18.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"lazy_static 1.4.0 (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.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"maybe-uninit 2.0.0 (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.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
@ -1629,7 +1625,7 @@ name = "xcb" |
|
|
version = "0.8.2" |
|
|
version = "0.8.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -1653,7 +1649,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
"checksum android_log-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b8052e2d8aabbb8d556d6abbcce2a22b9590996c5f849b9c7ce4544a2e3b984e" |
|
|
"checksum android_log-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b8052e2d8aabbb8d556d6abbcce2a22b9590996c5f849b9c7ce4544a2e3b984e" |
|
|
"checksum approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3" |
|
|
"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 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 autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
|
"checksum backtrace 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)" = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293" |
|
|
"checksum backtrace 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)" = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293" |
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
"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 block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" |
|
@ -1662,11 +1658,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
|
|
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
|
|
"checksum calloop 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7aa2097be53a00de9e8fc349fea6d76221f398f5c4fa550d420669906962d160" |
|
|
"checksum calloop 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7aa2097be53a00de9e8fc349fea6d76221f398f5c4fa550d420669906962d160" |
|
|
"checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0" |
|
|
"checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0" |
|
|
"checksum cc 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)" = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518" |
|
|
"checksum cc 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)" = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381" |
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
"checksum cgl 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" |
|
|
"checksum cgl 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff" |
|
|
"checksum chrono 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6" |
|
|
"checksum chrono 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b" |
|
|
"checksum clap 2.33.2 (registry+https://github.com/rust-lang/crates.io-index)" = "10040cdf04294b565d9e0319955430099ec3813a64c952b86a41200ad714ae48" |
|
|
"checksum clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" |
|
|
"checksum clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7" |
|
|
"checksum clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7" |
|
|
"checksum clipboard-win 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b" |
|
|
"checksum clipboard-win 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b" |
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
@ -1680,9 +1676,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
"checksum core-video-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828" |
|
|
"checksum core-video-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828" |
|
|
"checksum criterion 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "70daa7ceec6cf143990669a04c7df13391d55fb27bd4079d252fca774ba244d8" |
|
|
"checksum criterion 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "70daa7ceec6cf143990669a04c7df13391d55fb27bd4079d252fca774ba244d8" |
|
|
"checksum criterion-plot 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d" |
|
|
"checksum criterion-plot 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d" |
|
|
|
|
|
"checksum crossbeam-channel 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "09ee0cc8804d5393478d743b035099520087a5186f3b93fa58cec08fa62407b6" |
|
|
"checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
|
|
"checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
|
|
"checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
|
|
"checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
|
|
"checksum crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" |
|
|
|
|
|
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
|
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
|
"checksum csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279" |
|
|
"checksum csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279" |
|
|
"checksum csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" |
|
|
"checksum csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" |
|
@ -1690,7 +1686,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
"checksum dispatch 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" |
|
|
"checksum dispatch 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" |
|
|
"checksum dlib 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76" |
|
|
"checksum dlib 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76" |
|
|
"checksum downcast-rs 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" |
|
|
"checksum downcast-rs 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" |
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
|
|
"checksum either 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f" |
|
|
"checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
"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 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 foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
@ -1698,15 +1694,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
|
|
"checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
|
|
"checksum gimli 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724" |
|
|
"checksum gimli 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724" |
|
|
"checksum gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ca98bbde17256e02d17336a6bdb5a50f7d0ccacee502e191d3e3d0ec2f96f84a" |
|
|
|
|
|
"checksum gl_generator 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" |
|
|
"checksum gl_generator 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" |
|
|
"checksum glium 0.27.0 (registry+https://github.com/rust-lang/crates.io-index)" = "030bb23a12fac7e589b002c5e131e89348df88f91b56e3f3dbc4249527eeebf9" |
|
|
"checksum glium 0.27.0 (registry+https://github.com/rust-lang/crates.io-index)" = "030bb23a12fac7e589b002c5e131e89348df88f91b56e3f3dbc4249527eeebf9" |
|
|
"checksum glutin 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a9666c8fd9afd008f6559e2468c35e11aad1d110d525bb3b354e4138ec0e20f" |
|
|
"checksum glutin 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a9666c8fd9afd008f6559e2468c35e11aad1d110d525bb3b354e4138ec0e20f" |
|
|
"checksum glutin_egl_sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "772edef3b28b8ad41e4ea202748e65eefe8e5ffd1f4535f1219793dbb20b3d4c" |
|
|
"checksum glutin_egl_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2abb6aa55523480c4adc5a56bbaa249992e2dddb2fc63dc96e04a3355364c211" |
|
|
"checksum glutin_emscripten_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80de4146df76e8a6c32b03007bc764ff3249dcaeb4f675d68a06caf1bac363f1" |
|
|
"checksum glutin_emscripten_sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80de4146df76e8a6c32b03007bc764ff3249dcaeb4f675d68a06caf1bac363f1" |
|
|
"checksum glutin_gles2_sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07e853d96bebcb8e53e445225c3009758c6f5960d44f2543245f6f07b567dae0" |
|
|
"checksum glutin_gles2_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103" |
|
|
"checksum glutin_glx_sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "08c243de74d6cf5ea100c788826d2fb9319de315485dd4b310811a663b3809c3" |
|
|
"checksum glutin_glx_sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7e393c8fc02b807459410429150e9c4faffdb312d59b8c038566173c81991351" |
|
|
"checksum glutin_wgl_sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a93dba7ee3a0feeac0f437141ff25e71ce2066bcf1a706acab1559ffff94eb6a" |
|
|
"checksum glutin_wgl_sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696" |
|
|
"checksum half 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177" |
|
|
"checksum half 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177" |
|
|
"checksum hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" |
|
|
"checksum hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" |
|
|
"checksum instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485" |
|
|
"checksum instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485" |
|
@ -1718,10 +1713,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
"checksum khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" |
|
|
"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 lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
|
|
"checksum lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
|
|
"checksum libc 0.2.74 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10" |
|
|
"checksum libc 0.2.76 (registry+https://github.com/rust-lang/crates.io-index)" = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3" |
|
|
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" |
|
|
"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" |
|
|
"checksum libloading 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2cadb8e769f070c45df05c78c7520eb4cd17061d4ab262e43cfc68b4d00ac71c" |
|
|
"checksum libloading 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9" |
|
|
"checksum line_drawing 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9" |
|
|
"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" |
|
|
"checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
|
|
"checksum lock_api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c" |
|
|
"checksum lock_api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c" |
|
@ -1731,7 +1726,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
|
|
"checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
|
|
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" |
|
|
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" |
|
|
"checksum memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f" |
|
|
"checksum memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f" |
|
|
"checksum miniz_oxide 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "be0f75932c1f6cfae3c04000e40114adf955636e19040f9c0a2c380702aa1c7f" |
|
|
"checksum miniz_oxide 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4d7559a8a40d0f97e1edea3220f698f78b1c5ab67532e49f68fde3910323b722" |
|
|
"checksum mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)" = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" |
|
|
"checksum mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)" = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" |
|
|
"checksum mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" |
|
|
"checksum mio-extras 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" |
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
|
@ -1767,8 +1762,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
|
|
"checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
|
|
"checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
|
|
"checksum raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211" |
|
|
"checksum raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211" |
|
|
"checksum rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080" |
|
|
"checksum rayon 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cfd016f0c045ad38b5251be2c9c0ab806917f82da4d36b2a327e5166adad9270" |
|
|
"checksum rayon-core 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280" |
|
|
"checksum rayon-core 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91739a34c4355b5434ce54c9086c5895604a9c278586d1f1aa95e04f66b525a0" |
|
|
"checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
|
|
"checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
|
|
"checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" |
|
|
"checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" |
|
|
"checksum regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4" |
|
|
"checksum regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4" |
|
@ -1783,19 +1778,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
"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 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 semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
"checksum serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3" |
|
|
"checksum serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)" = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5" |
|
|
"checksum serde_cbor 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622" |
|
|
"checksum serde_cbor 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622" |
|
|
"checksum serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e" |
|
|
"checksum serde_derive 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)" = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48" |
|
|
"checksum serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)" = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c" |
|
|
"checksum serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)" = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c" |
|
|
"checksum shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" |
|
|
"checksum shared_library 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11" |
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
|
|
"checksum smallvec 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3757cb9d89161a2f24e1cf78efa0c1fcff485d18e3f55e0aa3480824ddaa0f3f" |
|
|
"checksum smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" |
|
|
"checksum smithay-client-toolkit 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "421c8dc7acf5cb205b88160f8b4cc2c5cfabe210e43b2f80f009f4c1ef910f1d" |
|
|
"checksum smithay-client-toolkit 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "421c8dc7acf5cb205b88160f8b4cc2c5cfabe210e43b2f80f009f4c1ef910f1d" |
|
|
"checksum stb_truetype 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f77b6b07e862c66a9f3e62a07588fee67cd90a9135a2b942409f195507b4fb51" |
|
|
"checksum stb_truetype 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f77b6b07e862c66a9f3e62a07588fee67cd90a9135a2b942409f195507b4fb51" |
|
|
"checksum syn 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)" = "e69abc24912995b3038597a7a593be5053eb0fb44f3cc5beec0deb421790c1f4" |
|
|
"checksum syn 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "891d8d6567fe7c7f8835a3a98af4208f3846fba258c1bc3c31d6e506239f11f9" |
|
|
"checksum takeable-option 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "36ae8932fcfea38b7d3883ae2ab357b0d57a02caaa18ebb4f5ece08beaec4aa0" |
|
|
"checksum takeable-option 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "36ae8932fcfea38b7d3883ae2ab357b0d57a02caaa18ebb4f5ece08beaec4aa0" |
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
|
"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 time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
|
|
"checksum tinytemplate 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d3dc76004a03cec1c5932bca4cdc2e39aaa798e3f82363dd94f9adf6098c12f" |
|
|
"checksum tinytemplate 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d3dc76004a03cec1c5932bca4cdc2e39aaa798e3f82363dd94f9adf6098c12f" |
|
|
"checksum toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" |
|
|
"checksum toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" |
|
|
"checksum ttf-parser 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc" |
|
|
"checksum ttf-parser 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc" |
|
@ -1804,6 +1799,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
"checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
|
|
"checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
"checksum walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" |
|
|
"checksum walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" |
|
|
|
|
|
"checksum wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
|
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
"checksum wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "f0563a9a4b071746dd5aedbc3a28c6fe9be4586fb3fbadb67c400d4f53c6b16c" |
|
|
"checksum wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "f0563a9a4b071746dd5aedbc3a28c6fe9be4586fb3fbadb67c400d4f53c6b16c" |
|
|
"checksum wasm-bindgen-backend 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "bc71e4c5efa60fb9e74160e89b93353bc24059999c0ae0fb03affc39770310b0" |
|
|
"checksum wasm-bindgen-backend 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "bc71e4c5efa60fb9e74160e89b93353bc24059999c0ae0fb03affc39770310b0" |
|
|