egui/Cargo.lock

1788 lines
43 KiB
Text
Raw Normal View History

2019-04-21 08:13:05 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-04-24 17:07:33 +00:00
[[package]]
name = "ab_glyph_rasterizer"
2020-09-08 07:27:20 +00:00
version = "0.1.3"
2020-05-20 19:36:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "2692800d602527d2b8fea50036119c37df74ab565b10e285706a3dcec0ec3e16"
2020-05-20 19:36:16 +00:00
[[package]]
name = "addr2line"
2020-07-17 07:45:28 +00:00
version = "0.13.0"
2020-04-24 17:07:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
2020-05-20 19:36:16 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"gimli",
2020-05-20 19:36:16 +00:00
]
2020-04-24 17:07:33 +00:00
2020-07-17 07:45:28 +00:00
[[package]]
name = "adler"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2020-07-17 07:45:28 +00:00
[[package]]
name = "ahash"
2020-10-08 14:19:33 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "0adac150c2dd5a9c864d054e07bda5e6bc010cd10036ea5f17e82a2f5867f735"
2019-03-12 21:59:55 +00:00
[[package]]
name = "andrew"
2019-04-21 08:13:05 +00:00
version = "0.2.1"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "9b7f09f89872c2b6b29e319377b1fbe91c6f5947df19a25596e121cf19a7b35e"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"bitflags",
"line_drawing",
"rusttype 0.7.9",
"walkdir",
"xdg",
"xml-rs",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "android_glue"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
2019-03-12 21:59:55 +00:00
[[package]]
name = "android_log-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "b8052e2d8aabbb8d556d6abbcce2a22b9590996c5f849b9c7ce4544a2e3b984e"
2019-01-19 16:09:00 +00:00
[[package]]
name = "approx"
2019-04-21 08:13:05 +00:00
version = "0.3.2"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"num-traits",
2019-01-19 16:09:00 +00:00
]
2020-05-20 19:20:39 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"hermit-abi",
"libc",
"winapi 0.3.9",
2020-05-20 19:20:39 +00:00
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "autocfg"
2020-08-30 06:22:35 +00:00
version = "1.0.1"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2019-01-19 16:09:00 +00:00
[[package]]
name = "backtrace"
2020-10-08 14:19:33 +00:00
version = "0.3.51"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ec1931848a574faa8f7c71a12ea00453ff5effbb5f51afe7f77d7a48cace6ac1"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2019-01-19 16:09:00 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "bitflags"
2019-11-02 09:15:06 +00:00
version = "1.2.1"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-03-12 21:59:55 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2019-03-12 21:59:55 +00:00
2020-05-20 19:20:39 +00:00
[[package]]
name = "bstr"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"lazy_static",
"memchr",
"regex-automata",
"serde",
2020-05-20 19:20:39 +00:00
]
2019-03-16 11:55:42 +00:00
[[package]]
name = "bumpalo"
2020-07-17 07:45:28 +00:00
version = "3.4.0"
2019-03-16 11:55:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2019-03-16 11:55:42 +00:00
2019-01-19 16:09:00 +00:00
[[package]]
name = "byteorder"
2020-04-11 16:20:08 +00:00
version = "1.3.4"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2019-01-19 16:09:00 +00:00
[[package]]
name = "calloop"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "7aa2097be53a00de9e8fc349fea6d76221f398f5c4fa550d420669906962d160"
dependencies = [
2020-10-08 14:19:33 +00:00
"mio",
"mio-extras",
"nix",
]
2020-05-20 19:20:39 +00:00
[[package]]
name = "cast"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"rustc_version",
2020-05-20 19:20:39 +00:00
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "cc"
2020-10-08 14:19:33 +00:00
version = "1.0.60"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
2019-01-19 16:09:00 +00:00
[[package]]
name = "cfg-if"
2019-11-02 09:15:06 +00:00
version = "0.1.10"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-01-19 16:09:00 +00:00
2019-03-12 21:59:55 +00:00
[[package]]
name = "cgl"
version = "0.3.2"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"libc",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "chrono"
2020-10-08 14:19:33 +00:00
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
2020-10-08 14:19:33 +00:00
"libc",
"num-integer",
"num-traits",
"time",
"winapi 0.3.9",
]
2020-05-20 19:20:39 +00:00
[[package]]
name = "clap"
2020-08-30 06:22:35 +00:00
version = "2.33.3"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"bitflags",
"textwrap",
"unicode-width",
2020-05-20 19:20:39 +00:00
]
2020-04-29 19:25:49 +00:00
[[package]]
name = "clipboard"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7"
2020-04-29 19:25:49 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"clipboard-win",
"objc",
"objc-foundation",
"objc_id",
"x11-clipboard",
2020-04-29 19:25:49 +00:00
]
[[package]]
name = "clipboard-win"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b"
2020-04-29 19:25:49 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"winapi 0.3.9",
2020-04-29 19:25:49 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"bitflags",
2019-03-12 21:59:55 +00:00
]
2020-07-17 07:45:28 +00:00
[[package]]
name = "cloudabi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
2020-07-17 07:45:28 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"bitflags",
2020-07-17 07:45:28 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "cocoa"
version = "0.20.2"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "0c49e86fc36d5704151f5996b7b3795385f50ce09e3be0f47a0cfde869681cf8"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"bitflags",
"block",
"core-foundation",
"core-graphics",
"foreign-types",
"libc",
"objc",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "core-foundation"
version = "0.7.0"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"core-foundation-sys",
"libc",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
2019-03-12 21:59:55 +00:00
[[package]]
name = "core-graphics"
version = "0.19.2"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"bitflags",
"core-foundation",
"foreign-types",
"libc",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "core-video-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
dependencies = [
2020-10-08 14:19:33 +00:00
"cfg-if",
"core-foundation-sys",
"core-graphics",
"libc",
"objc",
]
2020-05-20 19:20:39 +00:00
[[package]]
name = "criterion"
2020-07-17 07:45:28 +00:00
version = "0.3.3"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "70daa7ceec6cf143990669a04c7df13391d55fb27bd4079d252fca774ba244d8"
dependencies = [
"atty",
"cast",
"clap",
"criterion-plot",
"csv",
"itertools",
"lazy_static",
"num-traits",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_cbor",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "criterion-plot"
2020-07-17 07:45:28 +00:00
version = "0.4.3"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"cast",
"itertools",
2020-05-20 19:20:39 +00:00
]
2020-08-30 06:22:35 +00:00
[[package]]
name = "crossbeam-channel"
2020-09-08 07:27:20 +00:00
version = "0.4.4"
2020-08-30 06:22:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
2020-08-30 06:22:35 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"crossbeam-utils",
"maybe-uninit",
2020-08-30 06:22:35 +00:00
]
2020-05-20 19:20:39 +00:00
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"autocfg",
"cfg-if",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"autocfg",
"cfg-if",
"lazy_static",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "csv"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"bstr",
"csv-core",
"itoa",
"ryu",
"serde",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"memchr",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "demo_glium"
version = "0.1.0"
dependencies = [
2020-10-08 14:19:33 +00:00
"egui",
"egui_glium",
"serde",
]
[[package]]
name = "demo_web"
version = "0.1.0"
dependencies = [
2020-10-08 14:19:33 +00:00
"egui",
"egui_web",
"js-sys",
"serde",
"serde_json",
"wasm-bindgen",
]
[[package]]
name = "derivative"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
dependencies = [
2020-10-08 14:19:33 +00:00
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2019-03-12 21:59:55 +00:00
[[package]]
name = "dlib"
2020-07-17 07:45:28 +00:00
version = "0.4.2"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"libloading 0.6.3",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "downcast-rs"
2020-07-17 07:45:28 +00:00
version = "1.2.0"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2019-03-12 21:59:55 +00:00
2020-05-20 19:20:39 +00:00
[[package]]
name = "egui"
2020-09-08 07:47:42 +00:00
version = "0.1.4"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"ahash",
"criterion",
"parking_lot 0.11.0",
"rusttype 0.9.2",
"serde",
"serde_json",
2019-04-21 08:13:05 +00:00
]
[[package]]
name = "egui_glium"
2020-08-09 15:30:12 +00:00
version = "0.1.3"
2019-04-21 08:13:05 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"chrono",
"clipboard",
"egui",
"glium",
"serde",
"serde_json",
"webbrowser",
2019-01-19 16:09:00 +00:00
]
[[package]]
name = "egui_web"
2020-08-09 15:30:12 +00:00
version = "0.1.3"
2019-02-09 22:00:07 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"egui",
"js-sys",
"parking_lot 0.11.0",
"serde",
"serde_json",
"wasm-bindgen",
"web-sys",
2019-02-09 22:00:07 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "either"
2020-10-08 14:19:33 +00:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "example_glium"
2019-03-12 21:59:55 +00:00
version = "0.1.0"
dependencies = [
2020-10-08 14:19:33 +00:00
"egui",
"egui_glium",
"serde",
2019-01-19 16:09:00 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "fnv"
2020-05-20 19:36:16 +00:00
version = "1.0.7"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-03-12 21:59:55 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"foreign-types-shared",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-03-12 21:59:55 +00:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
2020-10-08 14:19:33 +00:00
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2020-05-20 19:36:16 +00:00
[[package]]
name = "gimli"
2020-07-17 07:45:28 +00:00
version = "0.22.0"
2020-05-20 19:36:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
2020-05-20 19:36:16 +00:00
2019-03-12 21:59:55 +00:00
[[package]]
name = "gl_generator"
version = "0.14.0"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"khronos_api",
"log",
"xml-rs",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "glium"
version = "0.27.0"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "030bb23a12fac7e589b002c5e131e89348df88f91b56e3f3dbc4249527eeebf9"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"backtrace",
"fnv",
"gl_generator",
"glutin",
"lazy_static",
"memoffset",
"smallvec",
"takeable-option",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "glutin"
version = "0.24.1"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "9a9666c8fd9afd008f6559e2468c35e11aad1d110d525bb3b354e4138ec0e20f"
dependencies = [
"android_glue",
"cgl",
"cocoa",
"core-foundation",
"core-graphics",
"glutin_egl_sys",
"glutin_emscripten_sys",
"glutin_gles2_sys",
"glutin_glx_sys",
"glutin_wgl_sys",
"lazy_static",
"libloading 0.5.2",
"log",
"objc",
"osmesa-sys",
"parking_lot 0.10.2",
"wayland-client",
"winapi 0.3.9",
"winit",
2019-04-21 08:13:05 +00:00
]
[[package]]
name = "glutin_egl_sys"
2020-08-30 06:22:35 +00:00
version = "0.1.5"
2019-04-21 08:13:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "2abb6aa55523480c4adc5a56bbaa249992e2dddb2fc63dc96e04a3355364c211"
2019-04-21 08:13:05 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"gl_generator",
"winapi 0.3.9",
2019-04-21 08:13:05 +00:00
]
[[package]]
name = "glutin_emscripten_sys"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "80de4146df76e8a6c32b03007bc764ff3249dcaeb4f675d68a06caf1bac363f1"
2019-04-21 08:13:05 +00:00
[[package]]
name = "glutin_gles2_sys"
2020-08-30 06:22:35 +00:00
version = "0.1.5"
2019-04-21 08:13:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103"
2019-04-21 08:13:05 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"gl_generator",
"objc",
2019-04-21 08:13:05 +00:00
]
[[package]]
name = "glutin_glx_sys"
2020-08-30 06:22:35 +00:00
version = "0.1.7"
2019-04-21 08:13:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "7e393c8fc02b807459410429150e9c4faffdb312d59b8c038566173c81991351"
2019-04-21 08:13:05 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"gl_generator",
"x11-dl",
2019-03-12 21:59:55 +00:00
]
2019-04-21 08:13:05 +00:00
[[package]]
name = "glutin_wgl_sys"
2020-08-30 06:22:35 +00:00
version = "0.1.5"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"gl_generator",
2019-01-19 16:09:00 +00:00
]
2020-07-17 07:45:28 +00:00
[[package]]
name = "half"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177"
2020-07-17 07:45:28 +00:00
2020-05-20 19:20:39 +00:00
[[package]]
name = "hermit-abi"
2020-10-08 14:19:33 +00:00
version = "0.1.17"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"libc",
2020-05-20 19:20:39 +00:00
]
2020-07-17 07:45:28 +00:00
[[package]]
name = "instant"
2020-10-08 14:19:33 +00:00
version = "0.1.7"
2020-07-17 07:45:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66"
dependencies = [
"cfg-if",
]
2020-07-17 07:45:28 +00:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
2020-10-08 14:19:33 +00:00
"libc",
]
2020-05-20 19:20:39 +00:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"either",
2020-05-20 19:20:39 +00:00
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "itoa"
2020-07-17 07:45:28 +00:00
version = "0.4.6"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2019-01-19 16:09:00 +00:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2019-01-19 16:09:00 +00:00
[[package]]
name = "js-sys"
2020-10-08 14:19:33 +00:00
version = "0.3.45"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"wasm-bindgen",
2019-01-19 16:09:00 +00:00
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
2020-10-08 14:19:33 +00:00
"winapi 0.2.8",
"winapi-build",
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "khronos_api"
2019-04-21 08:13:05 +00:00
version = "3.1.0"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2019-03-12 21:59:55 +00:00
2019-01-19 16:09:00 +00:00
[[package]]
name = "lazy_static"
2019-11-02 09:15:06 +00:00
version = "1.4.0"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-01-19 16:09:00 +00:00
[[package]]
name = "lazycell"
2020-08-30 06:22:35 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-01-19 16:09:00 +00:00
[[package]]
name = "libc"
2020-10-08 14:19:33 +00:00
version = "0.2.79"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
2019-01-19 16:09:00 +00:00
2019-03-12 21:59:55 +00:00
[[package]]
name = "libloading"
2019-11-02 09:15:06 +00:00
version = "0.5.2"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"cc",
"winapi 0.3.9",
2020-07-17 07:45:28 +00:00
]
[[package]]
name = "libloading"
2020-08-30 06:22:35 +00:00
version = "0.6.3"
2020-07-17 07:45:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9"
2020-07-17 07:45:28 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"cfg-if",
"winapi 0.3.9",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "line_drawing"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "5cc7ad3d82c845bdb5dde34ffdcc7a5fb4d2996e1e1ee0f19c33bc80e15196b9"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"num-traits",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "lock_api"
2020-04-11 16:20:08 +00:00
version = "0.3.4"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"scopeguard",
2019-03-12 21:59:55 +00:00
]
2020-07-17 07:45:28 +00:00
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
2020-07-17 07:45:28 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"scopeguard",
2020-07-17 07:45:28 +00:00
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "log"
2020-07-17 07:45:28 +00:00
version = "0.4.11"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"cfg-if",
2019-01-19 16:09:00 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"libc",
2019-03-12 21:59:55 +00:00
]
2019-11-02 09:15:06 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2019-11-02 09:15:06 +00:00
2020-05-20 19:20:39 +00:00
[[package]]
name = "memchr"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2020-05-20 19:20:39 +00:00
2019-03-12 21:59:55 +00:00
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"libc",
"winapi 0.3.9",
2019-03-12 21:59:55 +00:00
]
2020-05-20 19:20:39 +00:00
[[package]]
name = "memoffset"
2020-10-08 14:19:33 +00:00
version = "0.5.6"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"autocfg",
2020-05-20 19:20:39 +00:00
]
2020-07-17 07:45:28 +00:00
[[package]]
name = "miniz_oxide"
2020-10-08 14:19:33 +00:00
version = "0.4.3"
2020-07-17 07:45:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
2020-07-17 07:45:28 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"adler",
"autocfg",
2020-07-17 07:45:28 +00:00
]
[[package]]
name = "mio"
version = "0.6.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
dependencies = [
2020-10-08 14:19:33 +00:00
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
2020-10-08 14:19:33 +00:00
"lazycell",
"log",
"mio",
"slab",
]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
dependencies = [
2020-10-08 14:19:33 +00:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "ndk"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "95a356cafe20aee088789830bfea3a61336e84ded9e545e00d3869ce95dcb80c"
dependencies = [
2020-10-08 14:19:33 +00:00
"jni-sys",
"ndk-sys",
"num_enum",
]
[[package]]
name = "ndk-glue"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d1730ee2e3de41c3321160a6da815f008c4006d71b095880ea50e17cf52332b8"
dependencies = [
2020-10-08 14:19:33 +00:00
"android_log-sys",
"lazy_static",
"libc",
"log",
"ndk",
"ndk-sys",
]
[[package]]
name = "ndk-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "2b2820aca934aba5ed91c79acc72b6a44048ceacc5d36c035ed4e051f12d887d"
[[package]]
name = "net2"
2020-09-08 07:27:20 +00:00
version = "0.2.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
dependencies = [
2020-10-08 14:19:33 +00:00
"cfg-if",
"libc",
"winapi 0.3.9",
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "nix"
2019-11-02 09:15:06 +00:00
version = "0.14.1"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"bitflags",
"cc",
"cfg-if",
"libc",
"void",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "num-integer"
2020-07-17 07:45:28 +00:00
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
dependencies = [
2020-10-08 14:19:33 +00:00
"autocfg",
"num-traits",
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "num-traits"
2020-07-17 07:45:28 +00:00
version = "0.2.12"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2019-11-02 09:15:06 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"autocfg",
2019-11-02 09:15:06 +00:00
]
2019-01-19 16:09:00 +00:00
2020-05-20 19:20:39 +00:00
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"hermit-abi",
"libc",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "num_enum"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
dependencies = [
2020-10-08 14:19:33 +00:00
"derivative",
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
dependencies = [
2020-10-08 14:19:33 +00:00
"proc-macro-crate",
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn",
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "objc"
2019-11-02 09:15:06 +00:00
version = "0.2.7"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"malloc_buf",
2019-03-12 21:59:55 +00:00
]
2020-04-29 19:25:49 +00:00
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2020-04-29 19:25:49 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"block",
"objc",
"objc_id",
2020-04-29 19:25:49 +00:00
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2020-04-29 19:25:49 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"objc",
2020-04-29 19:25:49 +00:00
]
2020-05-20 19:36:16 +00:00
[[package]]
name = "object"
2020-07-17 07:45:28 +00:00
version = "0.20.0"
2020-05-20 19:36:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
2020-05-20 19:36:16 +00:00
2020-05-20 19:20:39 +00:00
[[package]]
name = "oorandom"
2020-07-17 07:45:28 +00:00
version = "11.1.2"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "a170cebd8021a008ea92e4db85a72f80b35df514ec664b296fdcbb654eac0b2c"
2020-05-20 19:20:39 +00:00
2019-01-19 16:09:00 +00:00
[[package]]
name = "ordered-float"
2020-07-17 07:45:28 +00:00
version = "1.1.0"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"num-traits",
2019-01-19 16:09:00 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "osmesa-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"shared_library",
2019-03-12 21:59:55 +00:00
]
2020-05-20 19:36:16 +00:00
[[package]]
name = "owned_ttf_parser"
2020-07-17 07:45:28 +00:00
version = "0.6.0"
2020-05-20 19:36:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
2020-05-20 19:36:16 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"ttf-parser",
2020-05-20 19:36:16 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "parking_lot"
version = "0.10.2"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"lock_api 0.3.4",
"parking_lot_core 0.7.2",
2019-03-12 21:59:55 +00:00
]
2020-04-17 21:30:01 +00:00
[[package]]
name = "parking_lot"
2020-07-17 07:45:28 +00:00
version = "0.11.0"
2020-04-17 21:30:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
2020-04-17 21:30:01 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"instant",
"lock_api 0.4.1",
"parking_lot_core 0.8.0",
2020-04-17 21:30:01 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "parking_lot_core"
version = "0.7.2"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"cfg-if",
"cloudabi 0.0.3",
"libc",
"redox_syscall",
"smallvec",
"winapi 0.3.9",
2019-03-12 21:59:55 +00:00
]
2020-04-17 21:30:01 +00:00
[[package]]
name = "parking_lot_core"
2020-07-17 07:45:28 +00:00
version = "0.8.0"
2020-04-17 21:30:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
2020-04-17 21:30:01 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"cfg-if",
"cloudabi 0.1.0",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi 0.3.9",
2020-04-17 21:30:01 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "percent-encoding"
2019-11-02 09:15:06 +00:00
version = "2.1.0"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-03-12 21:59:55 +00:00
[[package]]
name = "pkg-config"
2020-07-17 07:45:28 +00:00
version = "0.3.18"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2019-03-12 21:59:55 +00:00
2020-05-20 19:20:39 +00:00
[[package]]
name = "plotters"
2020-07-17 07:45:28 +00:00
version = "0.2.15"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "0d1685fbe7beba33de0330629da9d955ac75bd54f33d7b79f9a895590124f6bb"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"js-sys",
"num-traits",
"wasm-bindgen",
"web-sys",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
2020-10-08 14:19:33 +00:00
"toml",
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "proc-macro2"
2019-11-02 09:15:06 +00:00
version = "0.4.30"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"unicode-xid 0.1.0",
2019-01-19 16:09:00 +00:00
]
[[package]]
2019-11-02 09:15:06 +00:00
name = "proc-macro2"
2020-10-08 14:19:33 +00:00
version = "1.0.24"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"unicode-xid 0.2.1",
2019-01-19 16:09:00 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
2019-11-02 09:15:06 +00:00
name = "quote"
version = "0.6.13"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"proc-macro2 0.4.30",
2019-03-12 21:59:55 +00:00
]
[[package]]
2019-11-02 09:15:06 +00:00
name = "quote"
2020-07-17 07:45:28 +00:00
version = "1.0.7"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"proc-macro2 1.0.24",
2019-03-12 21:59:55 +00:00
]
[[package]]
2019-11-02 09:15:06 +00:00
name = "raw-window-handle"
2020-04-11 16:20:08 +00:00
version = "0.3.3"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"libc",
2019-03-12 21:59:55 +00:00
]
2020-05-20 19:20:39 +00:00
[[package]]
name = "rayon"
2020-10-08 14:19:33 +00:00
version = "1.4.1"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "dcf6960dc9a5b4ee8d3e4c5787b4a112a8818e0290a42ff664ad60692fdf2032"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "rayon-core"
2020-10-08 14:19:33 +00:00
version = "1.8.1"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"lazy_static",
"num_cpus",
2020-05-20 19:20:39 +00:00
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "redox_syscall"
2020-07-17 07:45:28 +00:00
version = "0.1.57"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2019-01-19 16:09:00 +00:00
2020-05-20 19:20:39 +00:00
[[package]]
name = "regex"
2020-07-17 07:45:28 +00:00
version = "1.3.9"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"regex-syntax",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"byteorder",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "regex-syntax"
2020-07-17 07:45:28 +00:00
version = "0.6.18"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
2020-05-20 19:20:39 +00:00
2019-01-19 16:09:00 +00:00
[[package]]
2019-11-02 09:15:06 +00:00
name = "rustc-demangle"
2020-10-08 14:19:33 +00:00
version = "0.1.17"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b"
2019-01-19 16:09:00 +00:00
[[package]]
2019-11-02 09:15:06 +00:00
name = "rustc_version"
version = "0.2.3"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"semver",
2019-01-19 16:09:00 +00:00
]
[[package]]
2019-11-02 09:15:06 +00:00
name = "rusttype"
version = "0.7.9"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "310942406a39981bed7e12b09182a221a29e0990f3e7e0c971f131922ed135d5"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"rusttype 0.8.3",
2019-03-12 21:59:55 +00:00
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "rusttype"
2020-04-11 16:20:08 +00:00
version = "0.8.3"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "9f61411055101f7b60ecf1041d87fb74205fb20b0c7a723f07ef39174cf6b4c0"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"approx",
"ordered-float",
"stb_truetype",
2019-01-19 16:09:00 +00:00
]
2020-04-24 17:07:33 +00:00
[[package]]
name = "rusttype"
2020-07-17 07:45:28 +00:00
version = "0.9.2"
2020-04-24 17:07:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
2020-04-24 17:07:33 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"ab_glyph_rasterizer",
"owned_ttf_parser",
2020-04-24 17:07:33 +00:00
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "ryu"
2020-07-17 07:45:28 +00:00
version = "1.0.5"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2019-01-19 16:09:00 +00:00
2019-03-12 21:59:55 +00:00
[[package]]
name = "same-file"
2020-04-11 16:20:08 +00:00
version = "1.0.6"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"winapi-util",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "scopeguard"
2020-04-11 16:20:08 +00:00
version = "1.1.0"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-03-12 21:59:55 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"semver-parser",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-03-12 21:59:55 +00:00
2019-01-19 16:09:00 +00:00
[[package]]
name = "serde"
2020-10-08 14:19:33 +00:00
version = "1.0.116"
2020-07-17 07:45:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
2020-07-17 07:45:28 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"serde_derive",
2020-07-17 07:45:28 +00:00
]
[[package]]
name = "serde_cbor"
version = "0.11.1"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
dependencies = [
2020-10-08 14:19:33 +00:00
"half",
"serde",
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "serde_derive"
2020-10-08 14:19:33 +00:00
version = "1.0.116"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn",
2019-01-19 16:09:00 +00:00
]
[[package]]
name = "serde_json"
2020-10-08 14:19:33 +00:00
version = "1.0.58"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "a230ea9107ca2220eea9d46de97eddcb04cd00e92d13dda78e478dd33fa82bd4"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"itoa",
"ryu",
"serde",
2019-01-19 16:09:00 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "shared_library"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"lazy_static",
"libc",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "slab"
version = "0.4.2"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2019-03-12 21:59:55 +00:00
2020-04-17 21:30:01 +00:00
[[package]]
name = "smallvec"
2020-08-30 06:22:35 +00:00
version = "1.4.2"
2020-04-17 21:30:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
2020-04-17 21:30:01 +00:00
2019-03-12 21:59:55 +00:00
[[package]]
name = "smithay-client-toolkit"
version = "0.6.6"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "421c8dc7acf5cb205b88160f8b4cc2c5cfabe210e43b2f80f009f4c1ef910f1d"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"andrew",
"bitflags",
"dlib",
"lazy_static",
"memmap",
"nix",
"wayland-client",
"wayland-protocols",
2019-03-12 21:59:55 +00:00
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "stb_truetype"
2020-04-11 16:20:08 +00:00
version = "0.3.1"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "f77b6b07e862c66a9f3e62a07588fee67cd90a9135a2b942409f195507b4fb51"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"byteorder",
2019-01-19 16:09:00 +00:00
]
[[package]]
name = "syn"
2020-10-08 14:19:33 +00:00
version = "1.0.42"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "9c51d92969d209b54a98397e1b91c8ae82d8c87a7bb87df0b29aa2ad81454228"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"proc-macro2 1.0.24",
"quote 1.0.7",
"unicode-xid 0.2.1",
2019-01-19 16:09:00 +00:00
]
[[package]]
name = "takeable-option"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "36ae8932fcfea38b7d3883ae2ab357b0d57a02caaa18ebb4f5ece08beaec4aa0"
2020-05-20 19:20:39 +00:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"unicode-width",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "time"
2020-08-30 06:22:35 +00:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
2020-10-08 14:19:33 +00:00
"libc",
"wasi",
"winapi 0.3.9",
]
2020-05-20 19:20:39 +00:00
[[package]]
name = "tinytemplate"
2020-07-17 07:45:28 +00:00
version = "1.1.0"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "6d3dc76004a03cec1c5932bca4cdc2e39aaa798e3f82363dd94f9adf6098c12f"
2020-05-20 19:20:39 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"serde",
"serde_json",
2020-05-20 19:20:39 +00:00
]
[[package]]
name = "toml"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
dependencies = [
2020-10-08 14:19:33 +00:00
"serde",
]
2020-04-24 17:07:33 +00:00
[[package]]
name = "ttf-parser"
2020-07-17 07:45:28 +00:00
version = "0.6.2"
2020-04-24 17:07:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
2020-04-24 17:07:33 +00:00
2020-05-20 19:20:39 +00:00
[[package]]
name = "unicode-width"
2020-07-17 07:45:28 +00:00
version = "0.1.8"
2020-05-20 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2020-05-20 19:20:39 +00:00
2019-01-19 16:09:00 +00:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2019-01-19 16:09:00 +00:00
[[package]]
2019-11-02 09:15:06 +00:00
name = "unicode-xid"
2020-07-17 07:45:28 +00:00
version = "0.2.1"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-01-19 16:09:00 +00:00
2019-03-12 21:59:55 +00:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2019-03-12 21:59:55 +00:00
[[package]]
name = "walkdir"
2020-04-11 16:20:08 +00:00
version = "2.3.1"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"same-file",
"winapi 0.3.9",
"winapi-util",
2019-03-12 21:59:55 +00:00
]
2020-08-30 06:22:35 +00:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2020-08-30 06:22:35 +00:00
2019-01-19 16:09:00 +00:00
[[package]]
name = "wasm-bindgen"
2020-10-08 14:19:33 +00:00
version = "0.2.68"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"cfg-if",
"wasm-bindgen-macro",
2019-01-19 16:09:00 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2020-10-08 14:19:33 +00:00
version = "0.2.68"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"bumpalo",
"lazy_static",
"log",
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn",
"wasm-bindgen-shared",
2019-01-19 16:09:00 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2020-10-08 14:19:33 +00:00
version = "0.2.68"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"quote 1.0.7",
"wasm-bindgen-macro-support",
2019-01-19 16:09:00 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-10-08 14:19:33 +00:00
version = "0.2.68"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-01-19 16:09:00 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2020-10-08 14:19:33 +00:00
version = "0.2.68"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
2019-01-19 16:09:00 +00:00
2019-03-12 21:59:55 +00:00
[[package]]
name = "wayland-client"
version = "0.23.6"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "af1080ebe0efabcf12aef2132152f616038f2d7dcbbccf7b2d8c5270fe14bcda"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"bitflags",
"calloop",
"downcast-rs",
"libc",
"mio",
"nix",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "wayland-commons"
version = "0.23.6"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "bb66b0d1a27c39bbce712b6372131c6e25149f03ffb0cd017cf8f7de8d66dbdb"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"nix",
"wayland-sys",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "wayland-protocols"
version = "0.23.6"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "6cc286643656742777d55dc8e70d144fa4699e426ca8e9d4ef454f4bf15ffcf9"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "wayland-scanner"
version = "0.23.6"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "93b02247366f395b9258054f964fe293ddd019c3237afba9be2ccbe9e1651c3d"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"xml-rs",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "wayland-sys"
version = "0.23.6"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d94e89a86e6d6d7c7c9b19ebf48a03afaac4af6bc22ae570e9a24124b75358f4"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"dlib",
"lazy_static",
2019-03-12 21:59:55 +00:00
]
2019-01-19 16:09:00 +00:00
[[package]]
name = "web-sys"
2020-10-08 14:19:33 +00:00
version = "0.3.45"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"js-sys",
"wasm-bindgen",
2019-01-19 16:09:00 +00:00
]
2020-04-23 17:15:17 +00:00
[[package]]
name = "webbrowser"
2020-08-09 15:30:12 +00:00
version = "0.5.5"
2020-04-23 17:15:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ecad156490d6b620308ed411cfee90d280b3cbd13e189ea0d3fada8acc89158a"
2020-04-23 17:15:17 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"web-sys",
"widestring",
"winapi 0.3.9",
2020-04-23 17:15:17 +00:00
]
[[package]]
name = "widestring"
2020-10-08 14:19:33 +00:00
version = "0.4.3"
2020-04-23 17:15:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
2020-04-23 17:15:17 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-01-19 16:09:00 +00:00
[[package]]
name = "winapi"
2020-07-17 07:45:28 +00:00
version = "0.3.9"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-01-19 16:09:00 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2019-01-19 16:09:00 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-01-19 16:09:00 +00:00
[[package]]
name = "winapi-util"
2020-04-24 17:02:41 +00:00
version = "0.1.5"
2019-01-19 16:09:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-01-19 16:09:00 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"winapi 0.3.9",
2019-01-19 16:09:00 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-01-19 16:09:00 +00:00
2019-03-12 21:59:55 +00:00
[[package]]
name = "winit"
version = "0.22.2"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "1e4ccbf7ddb6627828eace16cacde80fc6bf4dbb3469f88487262a02cf8e7862"
dependencies = [
"bitflags",
"cocoa",
"core-foundation",
"core-graphics",
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
"libc",
"log",
"mio",
"mio-extras",
"ndk",
"ndk-glue",
"ndk-sys",
"objc",
"parking_lot 0.10.2",
"percent-encoding",
"raw-window-handle",
"smithay-client-toolkit",
"wayland-client",
"winapi 0.3.9",
"x11-dl",
2019-03-12 21:59:55 +00:00
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
2020-10-08 14:19:33 +00:00
"winapi 0.2.8",
"winapi-build",
]
2020-04-29 19:25:49 +00:00
[[package]]
name = "x11-clipboard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea"
2020-04-29 19:25:49 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"xcb",
2020-04-29 19:25:49 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "x11-dl"
2020-04-11 16:20:08 +00:00
version = "2.18.5"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
2019-03-12 21:59:55 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"lazy_static",
"libc",
"maybe-uninit",
"pkg-config",
2019-03-12 21:59:55 +00:00
]
2020-04-29 19:25:49 +00:00
[[package]]
name = "xcb"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de"
2020-04-29 19:25:49 +00:00
dependencies = [
2020-10-08 14:19:33 +00:00
"libc",
"log",
2020-04-29 19:25:49 +00:00
]
2019-03-12 21:59:55 +00:00
[[package]]
name = "xdg"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
2019-03-12 21:59:55 +00:00
[[package]]
name = "xml-rs"
2020-05-20 19:36:16 +00:00
version = "0.8.3"
2019-03-12 21:59:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-08 14:19:33 +00:00
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"