2019-02-04 18:12:56 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-12-11 05:12:06 -05:00
|
|
|
version = 3
|
|
|
|
|
2022-08-10 08:48:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-07-24 02:11:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-11-03 17:19:48 -04:00
|
|
|
version = "0.8.6"
|
2023-07-24 02:11:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-03 17:19:48 -04:00
|
|
|
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
|
2023-07-24 02:11:25 -04:00
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2023-07-24 02:11:25 -04:00
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-11-03 17:19:48 -04:00
|
|
|
"zerocopy",
|
2023-07-24 02:11:25 -04:00
|
|
|
]
|
|
|
|
|
2023-08-27 12:48:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.1.1"
|
2023-08-27 12:48:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
|
2023-08-27 12:48:55 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2018-01-02 11:32:50 -05:00
|
|
|
[[package]]
|
2016-02-21 18:20:03 -05:00
|
|
|
name = "alacritty"
|
2023-02-14 18:19:19 -05:00
|
|
|
version = "0.13.0-dev"
|
2019-04-28 09:24:58 -04:00
|
|
|
dependencies = [
|
2023-07-24 02:11:25 -04:00
|
|
|
"ahash",
|
2022-08-31 18:48:38 -04:00
|
|
|
"alacritty_config",
|
2020-12-20 21:44:38 -05:00
|
|
|
"alacritty_config_derive",
|
2020-09-16 00:44:17 -04:00
|
|
|
"alacritty_terminal",
|
2023-10-07 23:29:57 -04:00
|
|
|
"bitflags 2.4.0",
|
2021-11-19 18:34:40 -05:00
|
|
|
"clap",
|
2022-01-04 13:25:26 -05:00
|
|
|
"clap_complete",
|
2023-10-07 23:29:57 -04:00
|
|
|
"cocoa 0.25.0",
|
2020-09-16 00:44:17 -04:00
|
|
|
"copypasta",
|
|
|
|
"crossfont",
|
2022-06-20 10:19:04 -04:00
|
|
|
"dirs",
|
2020-09-16 00:44:17 -04:00
|
|
|
"embed-resource",
|
|
|
|
"gl_generator",
|
|
|
|
"glutin",
|
2023-05-16 00:41:20 -04:00
|
|
|
"home",
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-02-02 05:13:23 -05:00
|
|
|
"notify",
|
2020-09-16 00:44:17 -04:00
|
|
|
"objc",
|
2022-06-08 05:02:57 -04:00
|
|
|
"once_cell",
|
2023-10-07 15:56:11 -04:00
|
|
|
"parking_lot",
|
2020-12-20 02:57:03 -05:00
|
|
|
"png",
|
2023-10-21 14:56:20 -04:00
|
|
|
"raw-window-handle 0.5.2",
|
2020-09-16 00:44:17 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
2023-10-07 23:29:57 -04:00
|
|
|
"toml 0.8.2",
|
2020-09-16 00:44:17 -04:00
|
|
|
"unicode-width",
|
2023-06-11 02:31:29 -04:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-03 12:37:54 -04:00
|
|
|
"winit",
|
2020-09-16 00:44:17 -04:00
|
|
|
"xdg",
|
2019-04-28 09:24:58 -04:00
|
|
|
]
|
|
|
|
|
2022-08-31 18:48:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "alacritty_config"
|
2023-02-14 18:19:19 -05:00
|
|
|
version = "0.1.2-dev"
|
2022-08-31 18:48:38 -04:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"serde",
|
2023-10-07 23:29:57 -04:00
|
|
|
"toml 0.8.2",
|
2022-08-31 18:48:38 -04:00
|
|
|
]
|
|
|
|
|
2020-12-20 21:44:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "alacritty_config_derive"
|
2023-02-14 18:19:19 -05:00
|
|
|
version = "0.2.2-dev"
|
2020-12-20 21:44:38 -05:00
|
|
|
dependencies = [
|
2022-08-31 18:48:38 -04:00
|
|
|
"alacritty_config",
|
2020-12-20 21:44:38 -05:00
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
2023-07-13 03:06:54 -04:00
|
|
|
"syn",
|
2023-10-07 23:29:57 -04:00
|
|
|
"toml 0.8.2",
|
2020-12-20 21:44:38 -05:00
|
|
|
]
|
|
|
|
|
2019-04-28 09:24:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "alacritty_terminal"
|
2023-07-22 14:31:35 -04:00
|
|
|
version = "0.20.0-dev"
|
2016-02-21 18:20:03 -05:00
|
|
|
dependencies = [
|
2022-08-31 18:48:38 -04:00
|
|
|
"alacritty_config",
|
2020-12-20 21:44:38 -05:00
|
|
|
"alacritty_config_derive",
|
2021-02-24 12:52:35 -05:00
|
|
|
"base64",
|
2023-10-07 23:29:57 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-05-16 00:41:20 -04:00
|
|
|
"home",
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-10-07 15:56:11 -04:00
|
|
|
"miow",
|
|
|
|
"parking_lot",
|
|
|
|
"piper",
|
|
|
|
"polling",
|
2020-09-16 00:44:17 -04:00
|
|
|
"regex-automata",
|
2023-10-10 19:23:19 -04:00
|
|
|
"rustix-openpty",
|
2020-09-16 00:44:17 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
|
|
|
"signal-hook",
|
2023-10-07 23:29:57 -04:00
|
|
|
"toml 0.8.2",
|
2020-09-16 00:44:17 -04:00
|
|
|
"unicode-width",
|
|
|
|
"vte",
|
2023-06-11 02:31:29 -04:00
|
|
|
"windows-sys 0.48.0",
|
2016-02-21 18:20:03 -05:00
|
|
|
]
|
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "android-activity"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.5.0"
|
2023-02-02 03:30:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "052ad56e336bcc615a214bffbeca6c181ee9550acec193f0327e0b103b033a4d"
|
2023-02-02 03:30:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"android-properties",
|
2023-10-07 23:29:57 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-02-02 03:30:23 -05:00
|
|
|
"cc",
|
2023-07-13 03:06:54 -04:00
|
|
|
"cesu8",
|
|
|
|
"jni",
|
2023-02-02 03:30:23 -05:00
|
|
|
"jni-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"ndk",
|
|
|
|
"ndk-context",
|
|
|
|
"ndk-sys",
|
|
|
|
"num_enum",
|
2023-07-13 03:06:54 -04:00
|
|
|
"thiserror",
|
2023-02-02 03:30:23 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android-properties"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
|
|
|
|
|
2023-05-16 01:57:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.6.4"
|
2023-05-16 01:57:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
|
2023-05-16 01:57:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.4"
|
2023-05-16 01:57:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
|
2023-05-16 01:57:39 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.2.2"
|
2023-05-16 01:57:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
|
2023-05-16 01:57:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "3.0.1"
|
2023-05-16 01:57:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
|
2023-05-16 01:57:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
2022-08-10 08:48:46 -04:00
|
|
|
name = "arrayref"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.3.7"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2022-08-10 08:48:46 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.7.4"
|
2022-08-10 08:48:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2016-02-23 23:42:58 -05:00
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "as-raw-xcb-connection"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d5f312b0a56c5cdf967c0aeb67f6289603354951683bc97ddc595ab974ba9aa"
|
|
|
|
|
2023-07-10 22:22:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.1.2"
|
2023-07-10 22:22:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
2023-07-10 22:22:14 -04:00
|
|
|
|
2021-07-13 22:18:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-06-16 11:36:27 -04:00
|
|
|
version = "1.1.0"
|
2021-07-13 22:18:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 11:36:27 -04:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-07-13 22:18:40 -04:00
|
|
|
|
2020-12-31 00:21:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.21.4"
|
2020-12-31 00:21:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
|
2020-12-31 00:21:23 -05:00
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-06-16 11:36:27 -04:00
|
|
|
version = "1.3.2"
|
2017-12-23 15:33:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 11:36:27 -04:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2017-12-23 15:33:35 -05:00
|
|
|
|
2023-05-16 00:34:03 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "2.4.0"
|
2023-05-16 00:34:03 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-05-16 00:34:03 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2016-10-09 00:03:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
2016-10-09 00:03:47 -04:00
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "block-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dd7cf50912cddc06dc5ea7c08c5e81c1b2c842a70d19def1848d54c586fed92"
|
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"objc-sys",
|
2023-07-13 03:06:54 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block2"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "15b55663a85f33501257357e6421bb33e769d5c9ffb5ba0921c975a123e35e68"
|
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"block-sys",
|
|
|
|
"objc2",
|
2023-02-02 03:30:23 -05:00
|
|
|
]
|
|
|
|
|
2021-12-02 22:50:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "3.14.0"
|
2021-12-02 22:50:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2021-12-02 22:50:14 -05:00
|
|
|
|
2022-08-10 08:48:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.14.0"
|
2022-08-10 08:48:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
|
2022-08-10 08:48:46 -04:00
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.5.0"
|
2023-07-13 03:06:54 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2023-07-13 03:06:54 -04:00
|
|
|
|
2019-10-04 20:29:26 -04:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.12.3"
|
2019-10-04 20:29:26 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "7b50b5a44d59a98c55a9eeb518f39bf7499ba19fd98ee7d22618687f3f10adbf"
|
2019-10-04 20:29:26 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"bitflags 2.4.0",
|
2020-10-07 10:40:50 -04:00
|
|
|
"log",
|
2023-10-21 14:56:20 -04:00
|
|
|
"polling",
|
|
|
|
"rustix",
|
|
|
|
"slab",
|
2022-08-10 08:48:46 -04:00
|
|
|
"thiserror",
|
2023-10-21 14:56:20 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "calloop-wayland-source"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
|
|
|
|
dependencies = [
|
|
|
|
"calloop",
|
|
|
|
"rustix",
|
|
|
|
"wayland-backend",
|
|
|
|
"wayland-client",
|
2019-10-04 20:29:26 -04:00
|
|
|
]
|
|
|
|
|
2017-12-23 15:33:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.83"
|
2017-12-23 15:33:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-02-02 03:30:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-10-07 23:29:57 -04:00
|
|
|
"libc",
|
2023-02-02 03:30:23 -05:00
|
|
|
]
|
2017-12-23 15:33:35 -05:00
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
|
2020-12-31 00:21:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-11-03 12:37:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cgl"
|
2019-10-04 20:29:26 -04:00
|
|
|
version = "0.3.2"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
|
2016-02-23 23:42:58 -05:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2017-01-22 04:08:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "4.4.6"
|
2017-01-22 04:08:53 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
|
2017-01-22 04:08:53 -05:00
|
|
|
dependencies = [
|
2023-05-16 01:57:39 -04:00
|
|
|
"clap_builder",
|
2022-01-04 13:25:26 -05:00
|
|
|
"clap_derive",
|
2023-05-16 01:57:39 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "4.4.6"
|
2023-05-16 01:57:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
|
2023-05-16 01:57:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2022-01-04 13:25:26 -05:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "4.4.3"
|
2022-01-04 13:25:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "e3ae8ba90b9d8b007efe66e55e48fb936272f5ca00349b5b0e89877520d35ea7"
|
2022-01-04 13:25:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "4.4.2"
|
2022-01-04 13:25:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
|
2022-01-04 13:25:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-13 03:06:54 -04:00
|
|
|
"syn",
|
2017-01-22 04:08:53 -05:00
|
|
|
]
|
|
|
|
|
2022-06-16 11:01:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.5.1"
|
2022-06-16 11:01:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
|
2022-06-16 11:01:13 -04:00
|
|
|
|
2018-10-16 13:02:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2020-10-07 10:40:50 -04:00
|
|
|
version = "3.1.1"
|
2018-10-16 13:02:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 10:40:50 -04:00
|
|
|
checksum = "9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342"
|
2018-10-16 13:02:52 -04:00
|
|
|
dependencies = [
|
2020-10-07 10:40:50 -04:00
|
|
|
"lazy-bytes-cast",
|
2023-10-07 15:56:11 -04:00
|
|
|
"winapi",
|
2018-10-16 13:02:52 -04:00
|
|
|
]
|
|
|
|
|
2016-09-05 17:17:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.1.50"
|
2016-09-05 17:17:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
|
2016-09-05 17:17:09 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"cc",
|
2019-10-23 15:17:09 -04:00
|
|
|
]
|
|
|
|
|
2020-10-07 10:40:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.24.1"
|
2020-10-07 10:40:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
|
2020-10-07 10:40:50 -04:00
|
|
|
dependencies = [
|
2023-05-16 00:34:03 -04:00
|
|
|
"bitflags 1.3.2",
|
2020-10-07 10:40:50 -04:00
|
|
|
"block",
|
|
|
|
"cocoa-foundation",
|
2022-08-10 08:48:46 -04:00
|
|
|
"core-foundation",
|
2023-10-07 23:29:57 -04:00
|
|
|
"core-graphics 0.22.3",
|
2020-10-07 10:40:50 -04:00
|
|
|
"foreign-types 0.3.2",
|
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2023-10-07 23:29:57 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"block",
|
|
|
|
"cocoa-foundation",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics 0.23.1",
|
|
|
|
"foreign-types 0.5.0",
|
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2020-10-07 10:40:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa-foundation"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.1.2"
|
2020-10-07 10:40:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
|
2020-10-07 10:40:50 -04:00
|
|
|
dependencies = [
|
2023-05-16 00:34:03 -04:00
|
|
|
"bitflags 1.3.2",
|
2020-10-07 10:40:50 -04:00
|
|
|
"block",
|
2022-08-10 08:48:46 -04:00
|
|
|
"core-foundation",
|
2020-10-07 10:40:50 -04:00
|
|
|
"core-graphics-types",
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
|
|
|
"objc",
|
2020-05-16 19:31:00 -04:00
|
|
|
]
|
|
|
|
|
2023-05-16 01:57:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
|
|
|
version = "4.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-10-07 15:56:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2019-06-09 07:46:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "copypasta"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.10.0"
|
2020-01-10 20:23:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "6d35364349bf9e9e1c3a035ddcb00d188d23a3c40c50244c03c27a99fc6a65ae"
|
2019-06-09 07:46:31 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"clipboard-win",
|
|
|
|
"objc",
|
|
|
|
"objc-foundation",
|
|
|
|
"objc_id",
|
|
|
|
"smithay-clipboard",
|
|
|
|
"x11-clipboard",
|
2019-06-09 07:46:31 -04:00
|
|
|
]
|
|
|
|
|
2020-10-07 10:40:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-06-16 11:36:27 -04:00
|
|
|
version = "0.9.3"
|
2020-10-07 10:40:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 11:36:27 -04:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2020-10-07 10:40:50 -04:00
|
|
|
dependencies = [
|
2022-08-10 08:48:46 -04:00
|
|
|
"core-foundation-sys",
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2018-10-16 13:02:52 -04:00
|
|
|
]
|
|
|
|
|
2020-10-07 10:40:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.8.4"
|
2020-10-07 10:40:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2020-10-07 10:40:50 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
2021-12-11 05:12:06 -05:00
|
|
|
version = "0.22.3"
|
2020-10-07 10:40:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-11 05:12:06 -05:00
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
2020-10-07 10:40:50 -04:00
|
|
|
dependencies = [
|
2023-05-16 00:34:03 -04:00
|
|
|
"bitflags 1.3.2",
|
2022-08-10 08:48:46 -04:00
|
|
|
"core-foundation",
|
2020-10-07 10:40:50 -04:00
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types 0.3.2",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-10-07 23:29:57 -04:00
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
|
|
|
version = "0.23.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types 0.5.0",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-07 10:40:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.1.2"
|
2020-10-07 10:40:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
|
2020-10-07 10:40:50 -04:00
|
|
|
dependencies = [
|
2023-05-16 00:34:03 -04:00
|
|
|
"bitflags 1.3.2",
|
2022-08-10 08:48:46 -04:00
|
|
|
"core-foundation",
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2018-01-31 12:03:24 -05:00
|
|
|
]
|
|
|
|
|
2018-10-16 13:02:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "core-text"
|
2021-01-25 16:23:08 -05:00
|
|
|
version = "19.2.0"
|
2018-10-16 13:02:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-25 16:23:08 -05:00
|
|
|
checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
|
2018-10-16 13:02:52 -04:00
|
|
|
dependencies = [
|
2022-08-10 08:48:46 -04:00
|
|
|
"core-foundation",
|
2023-10-07 23:29:57 -04:00
|
|
|
"core-graphics 0.22.3",
|
2020-09-16 00:44:17 -04:00
|
|
|
"foreign-types 0.3.2",
|
|
|
|
"libc",
|
2019-04-02 19:29:36 -04:00
|
|
|
]
|
|
|
|
|
2019-02-04 18:12:56 -05:00
|
|
|
[[package]]
|
2019-10-04 20:29:26 -04:00
|
|
|
name = "crc32fast"
|
2022-06-16 11:36:27 -04:00
|
|
|
version = "1.3.2"
|
2019-02-04 18:12:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 11:36:27 -04:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2019-02-04 18:12:56 -05:00
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2019-01-07 12:36:16 -05:00
|
|
|
]
|
|
|
|
|
2022-11-15 09:10:08 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.5.8"
|
2022-11-15 09:10:08 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2022-11-15 09:10:08 -05:00
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2022-11-15 09:10:08 -05:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.8.16"
|
2022-11-15 09:10:08 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2022-11-15 09:10:08 -05:00
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2022-11-15 09:10:08 -05:00
|
|
|
]
|
|
|
|
|
2020-07-17 21:27:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crossfont"
|
2022-10-25 18:32:02 -04:00
|
|
|
version = "0.5.1"
|
2020-07-17 21:27:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-25 18:32:02 -04:00
|
|
|
checksum = "21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45"
|
2020-07-17 21:27:41 -04:00
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"cocoa 0.24.1",
|
2022-08-10 08:48:46 -04:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
2023-10-07 23:29:57 -04:00
|
|
|
"core-graphics 0.22.3",
|
2020-09-16 00:44:17 -04:00
|
|
|
"core-text",
|
|
|
|
"dwrote",
|
|
|
|
"foreign-types 0.5.0",
|
|
|
|
"freetype-rs",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-07-15 17:56:26 -04:00
|
|
|
"objc",
|
|
|
|
"once_cell",
|
2020-10-24 08:26:39 -04:00
|
|
|
"pkg-config",
|
2020-09-16 00:44:17 -04:00
|
|
|
"servo-fontconfig",
|
2023-10-07 15:56:11 -04:00
|
|
|
"winapi",
|
2020-07-17 21:27:41 -04:00
|
|
|
]
|
|
|
|
|
2023-07-10 22:22:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cursor-icon"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "740bb192a8e2d1350119916954f4409ee7f62f149b536911eeb78ba5a20526bf"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-06-16 11:36:27 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2023-05-16 00:41:20 -04:00
|
|
|
version = "5.0.1"
|
2022-06-16 11:36:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 00:41:20 -04:00
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
2022-06-16 11:36:27 -04:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2019-10-23 15:17:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2023-05-16 00:41:20 -04:00
|
|
|
version = "0.4.1"
|
2019-10-23 15:17:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 00:41:20 -04:00
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
2019-10-23 15:17:09 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2023-05-16 00:41:20 -04:00
|
|
|
"option-ext",
|
2020-09-16 00:44:17 -04:00
|
|
|
"redox_users",
|
2023-05-16 00:41:20 -04:00
|
|
|
"windows-sys 0.48.0",
|
Merge master into scrollback
* Allow disabling DPI scaling
This makes it possible to disable DPI scaling completely, instead the
the display pixel ration will always be fixed to 1.0.
By default nothing has changed and DPI is still enabled, this just seems
like a better way than running `WINIT_HIDPI_FACTOR=1.0 alacritty` every
time the user wants to start alacritty.
It would be possible to allow specifying any DPR, however I've decided
against this since I'd assume it's a very rare usecase. It's also still
possible to make use of `WINIT_HIDPI_FACTOR` to do this on X11.
Currently this is not updated at runtime using the live config update,
there is not really much of a technical limitation why this woudn't be
possible, however a solution for that issue should be first added in
jwilm/alacritty#1346, once a system is established for changing DPI at
runtime, porting that functionality to this PR should be simple.
* Add working --class and --title CLI parameters
* Reduce Increase-/DecreaseFontSize step to 0.5
Until now the Increase-/DecreaseFontSize keybinds hand a step size of 1.0. Since the font size however is multiplied by two to allow more granular font size control, this lead to the bindings skipping one font size (incrementing/decrementing by +-2).
To fix this the step size of the Increase-/DecreaseFontSize bindings has been reduced to the minimum step size that exists with the current font configuration (0.5). This should allow users to increment and decrement the font size by a single point instead of two.
This also adds a few tests to make sure the methods for increasing/decreasing/resetting font size work properly.
* Add Copy/Cut/Paste keys
This just adds support for the Copy/Cut/Paste keys and sets up
Copy/Paste as alternative defaults for Ctrl+Shift+C/V.
* Move to cargo clippy
Using clippy as a library has been deprecated, instead the `cargo
clippy` command should be used instead. To comply with this change
clippy has been removed from the `Cargo.toml` and is now installed with
cargo when building in CI.
This has also lead to a few new clippy issues to show up, this includes
everything in the `font` subdirectory. This has been fixed and `font`
should now be covered by clippy CI too.
This also upgrades all dependencies, as a result this fixes #1341 and
this fixes #1344.
* Override dynamic_title when --title is specified
* Change green implementation to use the macro
* Ignore mouse input if window is unfocused
* Make compilation of binary a phony target
* Add opensuse zypper install method to readme
* Fix clippy issues
* Update manpage to document all CLI options
The introduction of `--class` has added a flag to the CLI without adding
it to the manpage. This has been fixed by updating the manpage.
This also adds the default values of `--class` and `--title` to the CLI
options.
* Remove unnecessary clippy lint annotations
We moved to "cargo clippy" in 5ba34d4f9766a55a06ed5e3e44cc384af1b09f65 and
removing the clippy lint annotations in `src/lib.rs` does not cause any additional warnings.
This also changes `cargo clippy` to use the flags required for checking integration tests.
* Enable clippy in font/copypasta crates
Enabled clippy in the sub-crates font and copypasta. All issues
that were discovered by this change have also been fixed.
* Remove outdated comment about NixOS
* Replace debug asserts with static_assertions
To check that transmutes will work correctly without having to rely on
error-prone runtime checking, the `static_assertions` crate has been
introduced. This allows comparing the size of types at compile time,
preventing potentially silent breakage.
This fixes #1417.
* Add `cargo deb` build instructions
Updated the `Cargo.toml` file and added a `package.metadata.deb`
subsection to define how to build a debian "deb" install file using
`cargo deb`. This will allow debian/ubuntu users to install `alacritty`
using their system's package manager. It also will make it easier to
provide pre-built binaries for those systems.
Also fixed a stray debug line in the bash autocomplete script that was
writting to a tempfile.
* Add config for unfocused window cursor change
* Add support for cursor shape escape sequence
* Add bright foreground color option
It was requested in jwilm/alacritty#825 that it should be possible to
add an optional bright foreground color.
This is now added to the primary colors structure and allows the user to
set a foreground color for bold normal text. This has no effect unless
the draw_bold_text_with_bright_colors option is also enabled.
If the color is not specified, the bright foreground color will fall
back to the normal foreground color.
This fixes #825.
* Fix clone URL in deb install instructions
* Fix 'cargo-deb' desktop file name
* Remove redundant dependency from deb build
* Switch from deprecated `std::env::home_dir` to `dirs::home_dir`
* Allow specifying modifiers for mouse bindings
* Send newline with NumpadEnter
* Add support for LCD-V pixel mode
* Add binding action for hiding the window
* Switch to rustup clippy component
* Add optional dim foreground color
Add optional color for the dim foreground (`\e[2m;`)
Defaults to 2/3 of the foreground color. (same as other colors).
If a bright color is dimmed, it's displayed as the normal color. The
exception for this is when the bright foreground is dimmed when no
bright foreground color is set. In that case it's treated as a normal
foreground color and dimmed to DimForeground.
To minimize the surprise for the user, the bright and dim colors have
been completely removed from the default configuration file.
Some documentation has also been added to make it clear to users what
these options can be used for.
This fixes #1448.
* Fix clippy lints and run font tests on travis
This fixes some existing clippy issues and runs the `font` tests through travis.
Testing of copypasta crate was omitted due to problens when running on headless travis-ci environment (x11 clipboard would fail).
* Ignore errors when logger can't write to output
The (e)print macro will panic when there is no output available to
write to, however in our scenario where we only log user errors to
stderr, the better choice would be to ignore when writing to stdout or
stderr is not possible.
This changes the (e)print macro to make use of `write` and ignore
any potential errors.
Since (e)println rely on (e)print, this also solves potential failuers
when calling (e)println.
With this change implemented, all of logging, (e)println and (e)print
should never fail even if the stdout/stderr is not available.
2018-07-28 19:10:13 -04:00
|
|
|
]
|
|
|
|
|
2019-10-04 20:29:26 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dispatch"
|
2020-02-07 08:44:11 -05:00
|
|
|
version = "0.2.0"
|
2019-10-04 20:29:26 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
2019-10-04 20:29:26 -04:00
|
|
|
|
2021-04-16 21:53:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dlib"
|
2023-06-11 02:31:29 -04:00
|
|
|
version = "0.5.2"
|
2021-04-16 21:53:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 02:31:29 -04:00
|
|
|
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
|
2021-04-16 21:53:21 -04:00
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"libloading 0.8.1",
|
2017-12-11 22:37:53 -05:00
|
|
|
]
|
|
|
|
|
2018-05-14 23:21:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
2020-07-09 19:26:57 -04:00
|
|
|
version = "1.2.0"
|
2018-05-14 23:21:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
2018-05-14 23:21:06 -04:00
|
|
|
|
2019-04-23 13:41:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dwrote"
|
2020-04-16 14:46:17 -04:00
|
|
|
version = "0.11.0"
|
2019-04-23 13:41:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
|
2019-04-23 13:41:21 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2023-10-07 15:56:11 -04:00
|
|
|
"winapi",
|
2020-09-16 00:44:17 -04:00
|
|
|
"wio",
|
2019-04-23 13:41:21 -04:00
|
|
|
]
|
|
|
|
|
2018-10-16 13:02:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "embed-resource"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "2.3.0"
|
2018-10-16 13:02:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "fd0a2c9b742a980060d22545a7a83b573acd6b73045b9de6370c9530ce652f27"
|
2018-10-16 13:02:52 -04:00
|
|
|
dependencies = [
|
2021-02-13 13:15:57 -05:00
|
|
|
"cc",
|
2022-06-16 11:36:27 -04:00
|
|
|
"rustc_version",
|
2023-10-07 23:29:57 -04:00
|
|
|
"toml 0.7.8",
|
2020-09-16 00:44:17 -04:00
|
|
|
"vswhom",
|
|
|
|
"winreg",
|
2018-10-16 13:02:52 -04:00
|
|
|
]
|
|
|
|
|
2023-10-07 23:29:57 -04:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-05-16 01:57:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.3.4"
|
2023-05-16 01:57:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "add4f07d43996f76ef320709726a556a9d4f965d9410d8d0271132d2f8293480"
|
2023-05-16 01:57:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2016-02-21 18:20:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "expat-sys"
|
2018-10-16 13:02:52 -04:00
|
|
|
version = "2.1.6"
|
2016-02-21 18:20:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
|
2016-02-21 18:20:03 -05:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"cmake",
|
|
|
|
"pkg-config",
|
2016-02-21 18:20:03 -05:00
|
|
|
]
|
|
|
|
|
2023-10-07 15:56:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
|
|
|
|
2023-05-16 02:35:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.2.22"
|
2016-06-04 13:54:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
|
2016-06-04 13:54:33 -04:00
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2023-10-07 23:29:57 -04:00
|
|
|
"redox_syscall 0.3.5",
|
2023-05-16 02:35:25 -04:00
|
|
|
"windows-sys 0.48.0",
|
2022-09-17 09:10:38 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.27"
|
2022-09-17 09:10:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
|
2022-09-17 09:10:38 -04:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
2019-09-09 17:40:48 -04:00
|
|
|
]
|
|
|
|
|
2017-06-27 12:29:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
2017-10-01 23:47:48 -04:00
|
|
|
version = "0.3.2"
|
2017-12-23 15:33:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2017-12-23 15:33:35 -05:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"foreign-types-shared 0.1.1",
|
2017-12-23 15:33:35 -05:00
|
|
|
]
|
|
|
|
|
2019-06-08 12:01:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
2019-10-23 15:17:09 -04:00
|
|
|
version = "0.5.0"
|
2019-06-08 12:01:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
2019-06-08 12:01:14 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"foreign-types-macros",
|
2022-06-16 11:36:27 -04:00
|
|
|
"foreign-types-shared 0.3.1",
|
2019-06-08 12:01:14 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-macros"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.2.3"
|
2019-06-08 12:01:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
|
2019-06-08 12:01:14 -04:00
|
|
|
dependencies = [
|
2020-10-07 10:40:50 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-13 03:06:54 -04:00
|
|
|
"syn",
|
2019-06-08 12:01:14 -04:00
|
|
|
]
|
|
|
|
|
2017-12-23 15:33:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
2017-06-27 12:29:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2017-06-27 12:29:09 -04:00
|
|
|
|
2019-06-08 12:01:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
2022-06-16 11:36:27 -04:00
|
|
|
version = "0.3.1"
|
2019-06-08 12:01:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 11:36:27 -04:00
|
|
|
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
|
2019-06-08 12:01:14 -04:00
|
|
|
|
2016-02-21 18:20:03 -05:00
|
|
|
[[package]]
|
2016-02-21 22:44:54 -05:00
|
|
|
name = "freetype-rs"
|
2020-07-09 18:24:55 -04:00
|
|
|
version = "0.26.0"
|
2016-02-21 22:44:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb"
|
2016-02-21 18:20:03 -05:00
|
|
|
dependencies = [
|
2023-05-16 00:34:03 -04:00
|
|
|
"bitflags 1.3.2",
|
2020-09-16 00:44:17 -04:00
|
|
|
"freetype-sys",
|
|
|
|
"libc",
|
2016-02-21 18:20:03 -05:00
|
|
|
]
|
|
|
|
|
2016-02-21 22:44:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "freetype-sys"
|
2020-07-09 18:24:55 -04:00
|
|
|
version = "0.13.1"
|
2016-02-21 22:44:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
|
2016-02-21 22:44:54 -05:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2016-02-21 22:44:54 -05:00
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2022-11-15 09:10:08 -05:00
|
|
|
version = "4.1.0"
|
2016-06-04 13:54:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-15 09:10:08 -05:00
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
2016-06-04 13:54:33 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
2016-02-21 22:44:54 -05:00
|
|
|
[[package]]
|
2023-10-07 15:56:11 -04:00
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.28"
|
2017-12-28 15:36:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 15:56:11 -04:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2017-12-28 15:36:30 -05:00
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-10-07 15:56:11 -04:00
|
|
|
"winapi",
|
2023-07-13 03:06:54 -04:00
|
|
|
]
|
|
|
|
|
2019-07-10 17:17:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-11 02:31:29 -04:00
|
|
|
version = "0.2.10"
|
2019-07-28 13:03:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 02:31:29 -04:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2019-07-28 13:03:52 -04:00
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2021-05-01 10:05:57 -04:00
|
|
|
"wasi",
|
2019-07-28 13:03:52 -04:00
|
|
|
]
|
|
|
|
|
2019-10-23 15:17:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "gl_generator"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
|
2019-10-23 15:17:09 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"khronos_api",
|
|
|
|
"log",
|
|
|
|
"xml-rs",
|
2019-10-23 15:17:09 -04:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "glutin"
|
2023-10-29 19:15:07 -04:00
|
|
|
version = "0.31.1"
|
2020-01-04 20:00:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 19:15:07 -04:00
|
|
|
checksum = "eca18d477e18c996c1fd1a50e04c6a745b67e2d512c7fb51f2757d9486a0e3ee"
|
2020-09-16 00:44:17 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"bitflags 2.4.0",
|
2022-11-03 12:37:54 -04:00
|
|
|
"cfg_aliases",
|
2020-09-16 00:44:17 -04:00
|
|
|
"cgl",
|
2022-08-10 08:48:46 -04:00
|
|
|
"core-foundation",
|
2023-02-07 14:08:24 -05:00
|
|
|
"dispatch",
|
2020-09-16 00:44:17 -04:00
|
|
|
"glutin_egl_sys",
|
|
|
|
"glutin_glx_sys",
|
|
|
|
"glutin_wgl_sys",
|
2023-10-21 14:56:20 -04:00
|
|
|
"icrate",
|
|
|
|
"libloading 0.8.1",
|
|
|
|
"objc2",
|
2022-08-10 08:48:46 -04:00
|
|
|
"once_cell",
|
2023-10-21 14:56:20 -04:00
|
|
|
"raw-window-handle 0.5.2",
|
|
|
|
"wayland-sys",
|
|
|
|
"windows-sys 0.48.0",
|
2022-11-03 12:37:54 -04:00
|
|
|
"x11-dl",
|
2019-03-14 16:06:38 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glutin_egl_sys"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.6.0"
|
2020-01-04 20:00:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "77cc5623f5309ef433c3dd4ca1223195347fe62c413da8e2fdd0eb76db2d9bcd"
|
2019-03-14 16:06:38 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"gl_generator",
|
2023-10-21 14:56:20 -04:00
|
|
|
"windows-sys 0.48.0",
|
2019-03-14 16:06:38 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glutin_glx_sys"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.5.0"
|
2020-01-04 20:00:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "a165fd686c10dcc2d45380b35796e577eacfd43d4660ee741ec8ebe2201b3b4f"
|
2019-03-14 16:06:38 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"gl_generator",
|
|
|
|
"x11-dl",
|
2018-02-28 14:52:42 -05:00
|
|
|
]
|
|
|
|
|
2019-03-14 16:06:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "glutin_wgl_sys"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.5.0"
|
2020-01-04 20:00:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
|
2019-03-14 16:06:38 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"gl_generator",
|
2019-03-14 16:06:38 -04:00
|
|
|
]
|
|
|
|
|
2022-01-03 17:20:56 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.14.1"
|
2022-01-03 17:20:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
|
2022-01-03 17:20:56 -05:00
|
|
|
|
2021-08-18 05:36:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.4.1"
|
2021-08-18 05:36:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2021-08-18 05:36:51 -04:00
|
|
|
|
2023-05-16 00:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "icrate"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99d3aaff8a54577104bafdf686ff18565c3b6903ca5782a2026ef06e2c7aa319"
|
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"block2",
|
2023-07-13 03:06:54 -04:00
|
|
|
"dispatch",
|
2023-10-21 14:56:20 -04:00
|
|
|
"objc2",
|
2023-07-13 03:06:54 -04:00
|
|
|
]
|
|
|
|
|
2022-01-03 17:20:56 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "2.0.2"
|
2022-01-03 17:20:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
|
2022-01-03 17:20:56 -05:00
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"equivalent",
|
2022-01-03 17:20:56 -05:00
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2022-11-15 09:10:08 -05:00
|
|
|
version = "0.9.6"
|
2018-09-19 17:55:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-15 09:10:08 -05:00
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
2018-09-19 17:55:35 -04:00
|
|
|
dependencies = [
|
2023-05-16 00:34:03 -04:00
|
|
|
"bitflags 1.3.2",
|
2020-09-16 00:44:17 -04:00
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
2018-09-19 17:55:35 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
2021-02-13 13:15:57 -05:00
|
|
|
version = "0.1.5"
|
2016-06-04 13:54:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-13 13:15:57 -05:00
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
2016-06-04 13:54:33 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2017-08-30 14:43:37 -04:00
|
|
|
]
|
|
|
|
|
2016-07-15 10:55:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.9"
|
2017-01-29 20:05:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2017-01-29 20:05:46 -05:00
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
|
|
dependencies = [
|
|
|
|
"cesu8",
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2023-07-13 03:06:54 -04:00
|
|
|
"combine",
|
|
|
|
"jni-sys",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2020-05-16 19:31:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
2020-05-16 19:31:00 -04:00
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.1.26"
|
2023-02-02 03:30:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
2023-02-02 03:30:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-12-02 22:50:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-07-10 22:22:14 -04:00
|
|
|
version = "0.3.64"
|
2021-12-02 22:50:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 22:22:14 -04:00
|
|
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
2021-12-02 22:50:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2018-11-10 11:08:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "khronos_api"
|
2019-04-02 19:29:36 -04:00
|
|
|
version = "3.1.0"
|
2018-11-10 11:08:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
2018-11-10 11:08:48 -05:00
|
|
|
|
2022-11-15 09:10:08 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kqueue"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.8"
|
2022-11-15 09:10:08 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
2022-11-15 09:10:08 -05:00
|
|
|
dependencies = [
|
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kqueue-sys"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.4"
|
2022-11-15 09:10:08 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
2022-11-15 09:10:08 -05:00
|
|
|
dependencies = [
|
2023-05-16 00:34:03 -04:00
|
|
|
"bitflags 1.3.2",
|
2022-11-15 09:10:08 -05:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-10-07 10:40:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lazy-bytes-cast"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
|
|
|
|
|
2017-12-23 15:33:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-09-09 17:40:48 -04:00
|
|
|
version = "1.4.0"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2016-02-23 23:42:58 -05:00
|
|
|
|
2016-02-21 18:20:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.2.149"
|
2016-02-21 18:20:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
|
2016-02-21 18:20:03 -05:00
|
|
|
|
2021-04-16 21:53:21 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.7.4"
|
2021-04-16 21:53:21 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2021-04-16 21:53:21 -04:00
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
2021-04-16 21:53:21 -04:00
|
|
|
]
|
|
|
|
|
2016-10-14 19:38:15 -04:00
|
|
|
[[package]]
|
2023-10-07 23:29:57 -04:00
|
|
|
name = "libloading"
|
|
|
|
version = "0.8.1"
|
2023-05-16 01:57:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
2023-05-16 01:57:39 -04:00
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.4.8"
|
2023-07-13 03:06:54 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
|
2023-07-13 03:06:54 -04:00
|
|
|
|
2018-09-19 17:55:35 -04:00
|
|
|
[[package]]
|
2018-10-16 13:02:52 -04:00
|
|
|
name = "lock_api"
|
2023-06-11 02:31:29 -04:00
|
|
|
version = "0.4.10"
|
2019-07-30 18:13:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 02:31:29 -04:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2019-07-30 18:13:51 -04:00
|
|
|
dependencies = [
|
2022-06-16 11:36:27 -04:00
|
|
|
"autocfg",
|
2020-09-16 00:44:17 -04:00
|
|
|
"scopeguard",
|
2019-07-30 18:13:51 -04:00
|
|
|
]
|
|
|
|
|
2018-10-16 13:02:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.4.20"
|
2018-10-16 13:02:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2018-10-16 13:02:52 -04:00
|
|
|
dependencies = [
|
2020-12-20 21:44:38 -05:00
|
|
|
"serde",
|
2018-10-16 13:02:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
2018-10-16 13:02:52 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2018-10-16 13:02:52 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "2.6.4"
|
2018-09-19 17:55:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2018-09-19 17:55:35 -04:00
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
2020-12-31 00:21:23 -05:00
|
|
|
name = "memmap2"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.9.0"
|
2021-07-08 16:35:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375"
|
2021-07-08 16:35:58 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-10 22:22:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-01-03 17:20:56 -05:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2019-09-09 17:40:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.7.1"
|
2019-09-09 17:40:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2019-09-09 17:40:48 -04:00
|
|
|
dependencies = [
|
2022-08-10 08:48:46 -04:00
|
|
|
"adler",
|
2023-05-16 02:35:25 -04:00
|
|
|
"simd-adler32",
|
2020-07-09 19:26:57 -04:00
|
|
|
]
|
|
|
|
|
2021-12-02 22:50:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-06-11 02:31:29 -04:00
|
|
|
version = "0.8.8"
|
2021-12-02 22:50:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 02:31:29 -04:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2021-12-02 22:50:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-06-16 11:36:27 -04:00
|
|
|
"wasi",
|
2023-06-11 02:31:29 -04:00
|
|
|
"windows-sys 0.48.0",
|
2021-12-02 22:50:14 -05:00
|
|
|
]
|
|
|
|
|
2018-10-16 13:02:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.6.0"
|
2018-10-16 13:02:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
|
2018-10-16 13:02:52 -04:00
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"windows-sys 0.48.0",
|
2018-10-16 13:02:52 -04:00
|
|
|
]
|
|
|
|
|
2020-05-16 19:31:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.8.0"
|
2020-05-16 19:31:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
|
2020-05-16 19:31:00 -04:00
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"bitflags 2.4.0",
|
2020-09-16 00:44:17 -04:00
|
|
|
"jni-sys",
|
2023-07-13 03:06:54 -04:00
|
|
|
"log",
|
2020-09-16 00:44:17 -04:00
|
|
|
"ndk-sys",
|
|
|
|
"num_enum",
|
2023-10-21 14:56:20 -04:00
|
|
|
"raw-window-handle 0.5.2",
|
|
|
|
"raw-window-handle 0.6.0",
|
2020-10-07 10:40:50 -04:00
|
|
|
"thiserror",
|
2020-05-16 19:31:00 -04:00
|
|
|
]
|
|
|
|
|
2022-06-16 11:36:27 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-context"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
|
|
|
|
2019-04-28 16:21:39 -04:00
|
|
|
[[package]]
|
2020-10-07 10:40:50 -04:00
|
|
|
name = "ndk-sys"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.5.0+25.2.9519653"
|
2019-03-14 16:06:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
|
2022-08-10 08:48:46 -04:00
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
|
|
|
]
|
2019-10-23 15:17:09 -04:00
|
|
|
|
2023-05-16 02:35:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.26.4"
|
2023-05-16 02:35:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
2023-05-16 02:35:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2023-05-16 02:35:25 -04:00
|
|
|
"libc",
|
2023-10-21 14:56:20 -04:00
|
|
|
"memoffset",
|
2023-10-07 23:29:57 -04:00
|
|
|
]
|
|
|
|
|
2020-12-31 00:21:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "7.1.3"
|
2020-12-31 00:21:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2020-12-31 00:21:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2022-01-03 17:20:56 -05:00
|
|
|
"minimal-lexical",
|
2020-12-31 00:21:23 -05:00
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "6.1.1"
|
2016-07-15 10:55:44 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
2016-06-04 13:54:33 -04:00
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"bitflags 2.4.0",
|
2022-11-15 09:10:08 -05:00
|
|
|
"crossbeam-channel",
|
2020-09-16 00:44:17 -04:00
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
2022-11-15 09:10:08 -05:00
|
|
|
"kqueue",
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2023-10-07 23:29:57 -04:00
|
|
|
"log",
|
2023-10-07 15:56:11 -04:00
|
|
|
"mio",
|
2020-09-16 00:44:17 -04:00
|
|
|
"walkdir",
|
2023-10-07 23:29:57 -04:00
|
|
|
"windows-sys 0.48.0",
|
2022-11-15 09:10:08 -05:00
|
|
|
]
|
|
|
|
|
2020-05-16 19:31:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2023-07-13 03:06:54 -04:00
|
|
|
version = "0.7.0"
|
2020-05-16 19:31:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-13 03:06:54 -04:00
|
|
|
checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb"
|
2020-05-16 19:31:00 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"num_enum_derive",
|
2020-05-16 19:31:00 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2023-07-13 03:06:54 -04:00
|
|
|
version = "0.7.0"
|
2020-05-16 19:31:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-13 03:06:54 -04:00
|
|
|
checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597"
|
2020-05-16 19:31:00 -04:00
|
|
|
dependencies = [
|
2021-08-01 11:32:06 -04:00
|
|
|
"proc-macro-crate",
|
2020-10-07 10:40:50 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-13 03:06:54 -04:00
|
|
|
"syn",
|
2020-05-16 19:31:00 -04:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
2019-10-23 15:17:09 -04:00
|
|
|
version = "0.2.7"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
2016-02-23 23:42:58 -05:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"malloc_buf",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2016-10-09 00:03:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "objc-foundation"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
2016-10-09 00:03:47 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"block",
|
|
|
|
"objc",
|
|
|
|
"objc_id",
|
2016-10-09 00:03:47 -04:00
|
|
|
]
|
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "objc-sys"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99e1d07c6eab1ce8b6382b8e3c7246fe117ff3f8b34be065f5ebace6749fe845"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d"
|
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"objc-sys",
|
|
|
|
"objc2-encode",
|
2023-02-02 03:30:23 -05:00
|
|
|
]
|
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "objc2-encode"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666"
|
|
|
|
|
2016-10-09 00:03:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "objc_id"
|
Merge master into scrollback
* Allow disabling DPI scaling
This makes it possible to disable DPI scaling completely, instead the
the display pixel ration will always be fixed to 1.0.
By default nothing has changed and DPI is still enabled, this just seems
like a better way than running `WINIT_HIDPI_FACTOR=1.0 alacritty` every
time the user wants to start alacritty.
It would be possible to allow specifying any DPR, however I've decided
against this since I'd assume it's a very rare usecase. It's also still
possible to make use of `WINIT_HIDPI_FACTOR` to do this on X11.
Currently this is not updated at runtime using the live config update,
there is not really much of a technical limitation why this woudn't be
possible, however a solution for that issue should be first added in
jwilm/alacritty#1346, once a system is established for changing DPI at
runtime, porting that functionality to this PR should be simple.
* Add working --class and --title CLI parameters
* Reduce Increase-/DecreaseFontSize step to 0.5
Until now the Increase-/DecreaseFontSize keybinds hand a step size of 1.0. Since the font size however is multiplied by two to allow more granular font size control, this lead to the bindings skipping one font size (incrementing/decrementing by +-2).
To fix this the step size of the Increase-/DecreaseFontSize bindings has been reduced to the minimum step size that exists with the current font configuration (0.5). This should allow users to increment and decrement the font size by a single point instead of two.
This also adds a few tests to make sure the methods for increasing/decreasing/resetting font size work properly.
* Add Copy/Cut/Paste keys
This just adds support for the Copy/Cut/Paste keys and sets up
Copy/Paste as alternative defaults for Ctrl+Shift+C/V.
* Move to cargo clippy
Using clippy as a library has been deprecated, instead the `cargo
clippy` command should be used instead. To comply with this change
clippy has been removed from the `Cargo.toml` and is now installed with
cargo when building in CI.
This has also lead to a few new clippy issues to show up, this includes
everything in the `font` subdirectory. This has been fixed and `font`
should now be covered by clippy CI too.
This also upgrades all dependencies, as a result this fixes #1341 and
this fixes #1344.
* Override dynamic_title when --title is specified
* Change green implementation to use the macro
* Ignore mouse input if window is unfocused
* Make compilation of binary a phony target
* Add opensuse zypper install method to readme
* Fix clippy issues
* Update manpage to document all CLI options
The introduction of `--class` has added a flag to the CLI without adding
it to the manpage. This has been fixed by updating the manpage.
This also adds the default values of `--class` and `--title` to the CLI
options.
* Remove unnecessary clippy lint annotations
We moved to "cargo clippy" in 5ba34d4f9766a55a06ed5e3e44cc384af1b09f65 and
removing the clippy lint annotations in `src/lib.rs` does not cause any additional warnings.
This also changes `cargo clippy` to use the flags required for checking integration tests.
* Enable clippy in font/copypasta crates
Enabled clippy in the sub-crates font and copypasta. All issues
that were discovered by this change have also been fixed.
* Remove outdated comment about NixOS
* Replace debug asserts with static_assertions
To check that transmutes will work correctly without having to rely on
error-prone runtime checking, the `static_assertions` crate has been
introduced. This allows comparing the size of types at compile time,
preventing potentially silent breakage.
This fixes #1417.
* Add `cargo deb` build instructions
Updated the `Cargo.toml` file and added a `package.metadata.deb`
subsection to define how to build a debian "deb" install file using
`cargo deb`. This will allow debian/ubuntu users to install `alacritty`
using their system's package manager. It also will make it easier to
provide pre-built binaries for those systems.
Also fixed a stray debug line in the bash autocomplete script that was
writting to a tempfile.
* Add config for unfocused window cursor change
* Add support for cursor shape escape sequence
* Add bright foreground color option
It was requested in jwilm/alacritty#825 that it should be possible to
add an optional bright foreground color.
This is now added to the primary colors structure and allows the user to
set a foreground color for bold normal text. This has no effect unless
the draw_bold_text_with_bright_colors option is also enabled.
If the color is not specified, the bright foreground color will fall
back to the normal foreground color.
This fixes #825.
* Fix clone URL in deb install instructions
* Fix 'cargo-deb' desktop file name
* Remove redundant dependency from deb build
* Switch from deprecated `std::env::home_dir` to `dirs::home_dir`
* Allow specifying modifiers for mouse bindings
* Send newline with NumpadEnter
* Add support for LCD-V pixel mode
* Add binding action for hiding the window
* Switch to rustup clippy component
* Add optional dim foreground color
Add optional color for the dim foreground (`\e[2m;`)
Defaults to 2/3 of the foreground color. (same as other colors).
If a bright color is dimmed, it's displayed as the normal color. The
exception for this is when the bright foreground is dimmed when no
bright foreground color is set. In that case it's treated as a normal
foreground color and dimmed to DimForeground.
To minimize the surprise for the user, the bright and dim colors have
been completely removed from the default configuration file.
Some documentation has also been added to make it clear to users what
these options can be used for.
This fixes #1448.
* Fix clippy lints and run font tests on travis
This fixes some existing clippy issues and runs the `font` tests through travis.
Testing of copypasta crate was omitted due to problens when running on headless travis-ci environment (x11 clipboard would fail).
* Ignore errors when logger can't write to output
The (e)print macro will panic when there is no output available to
write to, however in our scenario where we only log user errors to
stderr, the better choice would be to ignore when writing to stdout or
stderr is not possible.
This changes the (e)print macro to make use of `write` and ignore
any potential errors.
Since (e)println rely on (e)print, this also solves potential failuers
when calling (e)println.
With this change implemented, all of logging, (e)println and (e)print
should never fail even if the stdout/stderr is not available.
2018-07-28 19:10:13 -04:00
|
|
|
version = "0.1.1"
|
2016-10-09 00:03:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
2016-10-09 00:03:47 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"objc",
|
2016-10-09 00:03:47 -04:00
|
|
|
]
|
|
|
|
|
2020-05-03 19:29:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-11 02:31:29 -04:00
|
|
|
version = "1.18.0"
|
2022-01-04 13:25:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 02:31:29 -04:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-01-04 13:25:26 -05:00
|
|
|
|
2023-05-16 00:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "orbclient"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.3.46"
|
2023-02-02 03:30:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "8378ac0dfbd4e7895f2d2c1f1345cab3836910baf3a300b000d04250f0c8428f"
|
2023-02-02 03:30:23 -05:00
|
|
|
dependencies = [
|
2023-05-16 02:35:25 -04:00
|
|
|
"redox_syscall 0.3.5",
|
2023-02-02 03:30:23 -05:00
|
|
|
]
|
|
|
|
|
2022-08-10 08:48:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-10-07 15:56:11 -04:00
|
|
|
"parking_lot_core",
|
2019-11-27 14:21:51 -05:00
|
|
|
]
|
|
|
|
|
2022-08-10 08:48:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-06-11 02:31:29 -04:00
|
|
|
version = "0.9.8"
|
2022-08-10 08:48:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 02:31:29 -04:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2022-08-10 08:48:46 -04:00
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2022-08-10 08:48:46 -04:00
|
|
|
"libc",
|
2023-06-11 02:31:29 -04:00
|
|
|
"redox_syscall 0.3.5",
|
2022-08-10 08:48:46 -04:00
|
|
|
"smallvec",
|
2023-10-07 23:29:57 -04:00
|
|
|
"windows-targets 0.48.5",
|
2022-08-10 08:48:46 -04:00
|
|
|
]
|
|
|
|
|
2019-07-30 18:13:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-06-11 02:31:29 -04:00
|
|
|
version = "2.3.0"
|
2019-07-30 18:13:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 02:31:29 -04:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2019-07-30 18:13:51 -04:00
|
|
|
|
2023-10-07 15:56:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "piper"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2016-02-21 18:20:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.3.27"
|
2016-02-21 18:20:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2016-02-21 18:20:03 -05:00
|
|
|
|
2019-03-14 16:06:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.17.10"
|
2019-03-14 16:06:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
|
2019-03-14 16:06:38 -04:00
|
|
|
dependencies = [
|
2023-05-16 00:34:03 -04:00
|
|
|
"bitflags 1.3.2",
|
2020-09-16 00:44:17 -04:00
|
|
|
"crc32fast",
|
2023-05-16 02:35:25 -04:00
|
|
|
"fdeflate",
|
2022-09-17 09:10:38 -04:00
|
|
|
"flate2",
|
2020-09-16 00:44:17 -04:00
|
|
|
"miniz_oxide",
|
2018-10-16 13:02:52 -04:00
|
|
|
]
|
|
|
|
|
2023-10-07 15:56:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62a79e457c9898100b4298d57d69ec53d06f9a6ed352431ce5f377e082d2e846"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"pin-project-lite",
|
2023-10-07 23:29:57 -04:00
|
|
|
"rustix",
|
2023-10-07 15:56:11 -04:00
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2020-05-16 19:31:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "1.3.1"
|
2019-07-10 17:17:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
|
2020-05-16 19:31:00 -04:00
|
|
|
dependencies = [
|
2022-09-17 09:10:38 -04:00
|
|
|
"once_cell",
|
2023-10-07 23:29:57 -04:00
|
|
|
"toml_edit 0.19.15",
|
2020-05-16 19:31:00 -04:00
|
|
|
]
|
2019-07-10 17:17:20 -04:00
|
|
|
|
2018-03-08 16:50:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.68"
|
2019-09-09 17:40:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "5b1106fec09662ec6dd98ccac0f81cef56984d0b49f75c92d8cbad76e20c005c"
|
2019-09-09 17:40:48 -04:00
|
|
|
dependencies = [
|
2022-06-16 11:36:27 -04:00
|
|
|
"unicode-ident",
|
2019-09-09 17:40:48 -04:00
|
|
|
]
|
|
|
|
|
2023-07-10 22:22:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.30.0"
|
2023-07-10 22:22:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
|
2023-07-10 22:22:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2019-09-09 17:40:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.33"
|
2019-09-09 17:40:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2019-09-09 17:40:48 -04:00
|
|
|
dependencies = [
|
2020-10-07 10:40:50 -04:00
|
|
|
"proc-macro2",
|
2019-09-09 17:40:48 -04:00
|
|
|
]
|
|
|
|
|
2022-08-13 02:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.5.2"
|
2022-08-13 02:06:54 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
|
2022-08-13 02:06:54 -04:00
|
|
|
|
2023-10-21 14:56:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
|
|
|
|
|
2019-10-04 20:29:26 -04:00
|
|
|
[[package]]
|
2023-02-02 03:30:23 -05:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
2019-10-04 20:29:26 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-02 03:30:23 -05:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2019-10-04 20:29:26 -04:00
|
|
|
dependencies = [
|
2023-05-16 00:34:03 -04:00
|
|
|
"bitflags 1.3.2",
|
2019-10-04 20:29:26 -04:00
|
|
|
]
|
|
|
|
|
2017-01-22 04:08:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.3.5"
|
2021-02-13 13:15:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2021-02-13 13:15:57 -05:00
|
|
|
dependencies = [
|
2023-05-16 00:34:03 -04:00
|
|
|
"bitflags 1.3.2",
|
2021-02-13 13:15:57 -05:00
|
|
|
]
|
|
|
|
|
2018-10-16 13:02:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-06-16 11:36:27 -04:00
|
|
|
version = "0.4.3"
|
2018-10-16 13:02:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 11:36:27 -04:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2018-10-16 13:02:52 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"getrandom",
|
2023-02-02 03:30:23 -05:00
|
|
|
"redox_syscall 0.2.16",
|
2022-06-16 11:36:27 -04:00
|
|
|
"thiserror",
|
2018-10-16 13:02:52 -04:00
|
|
|
]
|
|
|
|
|
2020-07-09 17:45:22 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.3.9"
|
2020-07-09 17:45:22 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
|
2020-07-09 17:45:22 -04:00
|
|
|
dependencies = [
|
2023-08-27 12:48:55 -04:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2020-09-16 00:44:17 -04:00
|
|
|
"regex-syntax",
|
2020-07-09 17:45:22 -04:00
|
|
|
]
|
|
|
|
|
2018-03-08 16:50:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.7.5"
|
2022-06-16 11:36:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2022-06-16 11:36:27 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
2018-03-08 16:50:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 11:36:27 -04:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
2019-07-10 17:17:20 -04:00
|
|
|
|
2023-05-16 01:57:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-10-20 06:11:25 -04:00
|
|
|
version = "0.38.20"
|
2023-05-16 01:57:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-20 06:11:25 -04:00
|
|
|
checksum = "67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0"
|
2023-05-16 01:57:39 -04:00
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-05-16 01:57:39 -04:00
|
|
|
"errno",
|
2023-10-10 19:23:19 -04:00
|
|
|
"itoa",
|
2023-05-16 01:57:39 -04:00
|
|
|
"libc",
|
2023-10-07 23:29:57 -04:00
|
|
|
"linux-raw-sys",
|
2023-05-16 01:57:39 -04:00
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-10-10 19:23:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustix-openpty"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
|
|
|
|
dependencies = [
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"rustix",
|
|
|
|
]
|
|
|
|
|
2018-09-19 17:55:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.15"
|
2018-09-19 17:55:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2018-09-19 17:55:35 -04:00
|
|
|
|
2017-12-23 15:33:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-01-12 11:28:40 -05:00
|
|
|
version = "1.0.6"
|
2017-12-23 15:33:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2017-12-23 15:33:35 -05:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"winapi-util",
|
2017-12-23 15:33:35 -05:00
|
|
|
]
|
|
|
|
|
2020-05-03 19:29:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "1.0.1"
|
2020-05-03 19:29:11 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2020-05-03 19:29:11 -04:00
|
|
|
|
2019-07-30 18:13:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.2.0"
|
2019-07-30 18:13:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2019-07-30 18:13:51 -04:00
|
|
|
|
2022-08-10 08:48:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sctk-adwaita"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.7.0"
|
2022-08-10 08:48:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "1729a30a469de249c6effc17ec8d039b0aa29b3af79b819b7f51cb6ab8046a90"
|
2022-08-10 08:48:46 -04:00
|
|
|
dependencies = [
|
|
|
|
"crossfont",
|
|
|
|
"log",
|
2023-10-21 14:56:20 -04:00
|
|
|
"smithay-client-toolkit",
|
2022-08-10 08:48:46 -04:00
|
|
|
"tiny-skia",
|
|
|
|
]
|
|
|
|
|
2022-06-16 11:36:27 -04:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.19"
|
2022-06-16 11:36:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
|
2022-06-16 11:36:27 -04:00
|
|
|
|
2016-08-30 23:58:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.188"
|
2017-08-30 14:17:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
2019-10-04 20:29:26 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"serde_derive",
|
2019-10-04 20:29:26 -04:00
|
|
|
]
|
2017-08-30 14:17:27 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.188"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
2016-10-14 19:38:15 -04:00
|
|
|
dependencies = [
|
2020-10-07 10:40:50 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-13 03:06:54 -04:00
|
|
|
"syn",
|
2016-10-14 19:38:15 -04:00
|
|
|
]
|
2016-06-30 12:04:06 -04:00
|
|
|
|
2017-08-30 14:17:27 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.107"
|
2017-08-30 14:17:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
|
2017-08-30 14:17:27 -04:00
|
|
|
dependencies = [
|
2022-01-13 00:36:22 -05:00
|
|
|
"itoa",
|
2020-09-16 00:44:17 -04:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2017-08-30 14:17:27 -04:00
|
|
|
]
|
|
|
|
|
2023-06-11 20:23:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.6.3"
|
2023-06-11 20:23:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
2023-06-11 20:23:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2016-06-30 12:04:06 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.9.25"
|
2016-06-30 12:04:06 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
|
2016-06-30 12:04:06 -04:00
|
|
|
dependencies = [
|
2022-01-03 17:20:56 -05:00
|
|
|
"indexmap",
|
2023-10-07 23:29:57 -04:00
|
|
|
"itoa",
|
2022-01-03 17:20:56 -05:00
|
|
|
"ryu",
|
2020-09-16 00:44:17 -04:00
|
|
|
"serde",
|
2023-10-07 23:29:57 -04:00
|
|
|
"unsafe-libyaml",
|
2016-06-30 12:04:06 -04:00
|
|
|
]
|
|
|
|
|
2016-02-21 18:20:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig"
|
2020-07-09 18:24:55 -04:00
|
|
|
version = "0.5.1"
|
2018-09-30 16:44:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
|
2016-02-21 18:20:03 -05:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
|
|
|
"servo-fontconfig-sys",
|
2016-02-21 18:20:03 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig-sys"
|
2020-07-09 18:24:55 -04:00
|
|
|
version = "5.1.0"
|
2018-09-30 16:44:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
|
2016-02-21 18:20:03 -05:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"expat-sys",
|
|
|
|
"freetype-sys",
|
|
|
|
"pkg-config",
|
2016-02-21 18:20:03 -05:00
|
|
|
]
|
|
|
|
|
2019-03-12 15:44:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.3.17"
|
2019-03-12 15:44:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2019-03-12 15:44:47 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
2019-04-28 16:21:39 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "1.4.1"
|
2019-04-28 16:21:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2019-04-28 16:21:39 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2019-03-12 15:44:47 -04:00
|
|
|
]
|
|
|
|
|
2023-05-16 02:35:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.3.7"
|
2023-05-16 02:35:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
2023-05-16 02:35:25 -04:00
|
|
|
|
2022-08-10 08:48:46 -04:00
|
|
|
[[package]]
|
2023-10-21 14:56:20 -04:00
|
|
|
name = "slab"
|
|
|
|
version = "0.4.9"
|
2022-08-10 08:48:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-08-10 08:48:46 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"autocfg",
|
2022-08-10 08:48:46 -04:00
|
|
|
]
|
|
|
|
|
2019-11-23 13:23:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.11.1"
|
2019-11-23 13:23:00 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
2019-11-23 13:23:00 -05:00
|
|
|
|
2019-04-28 16:21:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "smithay-client-toolkit"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.18.0"
|
2023-07-10 22:22:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "60e3d9941fa3bacf7c2bf4b065304faa14164151254cd16ce1b1bc8fc381600f"
|
2023-07-10 22:22:14 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-07-10 22:22:14 -04:00
|
|
|
"calloop",
|
2023-10-21 14:56:20 -04:00
|
|
|
"calloop-wayland-source",
|
|
|
|
"cursor-icon",
|
|
|
|
"libc",
|
2023-07-10 22:22:14 -04:00
|
|
|
"log",
|
|
|
|
"memmap2",
|
2023-10-21 14:56:20 -04:00
|
|
|
"rustix",
|
2023-07-10 22:22:14 -04:00
|
|
|
"thiserror",
|
|
|
|
"wayland-backend",
|
2023-10-21 14:56:20 -04:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-csd-frame",
|
|
|
|
"wayland-cursor",
|
|
|
|
"wayland-protocols",
|
2023-07-10 22:22:14 -04:00
|
|
|
"wayland-protocols-wlr",
|
2023-10-21 14:56:20 -04:00
|
|
|
"wayland-scanner",
|
|
|
|
"xkeysym",
|
2021-07-08 16:35:58 -04:00
|
|
|
]
|
|
|
|
|
2019-04-28 16:21:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "smithay-clipboard"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.7.0"
|
2019-04-28 16:21:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "0bb62b280ce5a5cba847669933a0948d00904cf83845c944eae96a4738cea1a6"
|
2019-04-28 16:21:39 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"libc",
|
|
|
|
"smithay-client-toolkit",
|
|
|
|
"wayland-backend",
|
2023-07-10 22:22:14 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2019-04-28 16:21:39 -04:00
|
|
|
]
|
|
|
|
|
2023-03-05 01:21:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strict-num"
|
2023-06-11 02:31:29 -04:00
|
|
|
version = "0.1.1"
|
2023-03-05 01:21:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-11 02:31:29 -04:00
|
|
|
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
|
2023-03-05 01:21:04 -05:00
|
|
|
|
2017-01-22 04:08:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2021-12-02 22:50:14 -05:00
|
|
|
version = "0.10.0"
|
2019-04-04 19:11:29 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-02 22:50:14 -05:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2019-04-04 19:11:29 -04:00
|
|
|
|
2019-09-09 17:40:48 -04:00
|
|
|
[[package]]
|
2023-05-16 01:57:39 -04:00
|
|
|
name = "syn"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "2.0.38"
|
2019-09-09 17:40:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
|
2019-09-09 17:40:48 -04:00
|
|
|
dependencies = [
|
2023-05-16 01:57:39 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2019-09-09 17:40:48 -04:00
|
|
|
]
|
|
|
|
|
2020-09-16 00:44:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.49"
|
2020-09-16 00:44:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
|
2020-09-16 00:44:17 -04:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.49"
|
2020-09-16 00:44:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
|
2020-09-16 00:44:17 -04:00
|
|
|
dependencies = [
|
2020-10-07 10:40:50 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-13 03:06:54 -04:00
|
|
|
"syn",
|
2017-05-25 13:57:42 -04:00
|
|
|
]
|
|
|
|
|
2022-08-10 08:48:46 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.11.2"
|
2022-08-10 08:48:46 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "3b72a92a05db376db09fe6d50b7948d106011761c05a6a45e23e17ee9b556222"
|
2022-08-10 08:48:46 -04:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"bytemuck",
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2023-07-13 03:06:54 -04:00
|
|
|
"log",
|
2022-09-17 09:10:38 -04:00
|
|
|
"tiny-skia-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia-path"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.11.2"
|
2022-09-17 09:10:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "6ac3865b9708fc7e1961a65c3a4fa55e984272f33092d3c859929f887fceb647"
|
2022-09-17 09:10:38 -04:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"bytemuck",
|
2023-03-05 01:21:04 -05:00
|
|
|
"strict-num",
|
2022-08-10 08:48:46 -04:00
|
|
|
]
|
|
|
|
|
2020-05-16 19:31:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.7.8"
|
2020-05-16 19:31:00 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
|
2020-05-16 19:31:00 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"serde",
|
2023-10-07 23:29:57 -04:00
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit 0.19.15",
|
2020-05-16 19:31:00 -04:00
|
|
|
]
|
|
|
|
|
2023-06-11 20:23:41 -04:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.8.2"
|
2023-06-11 20:23:41 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
|
2023-06-11 20:23:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2023-10-07 23:29:57 -04:00
|
|
|
"toml_edit 0.20.2",
|
2023-06-11 20:23:41 -04:00
|
|
|
]
|
|
|
|
|
2023-05-16 02:35:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.6.3"
|
2023-05-16 02:35:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2023-06-11 20:23:41 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-05-16 02:35:25 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.19.15"
|
2023-05-16 02:35:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.20.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
|
2023-05-16 02:35:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
2023-06-11 20:23:41 -04:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-05-16 02:35:25 -04:00
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2023-10-07 15:56:11 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
|
|
|
version = "0.1.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
|
|
|
|
2017-01-22 04:08:53 -05:00
|
|
|
[[package]]
|
2022-06-16 11:36:27 -04:00
|
|
|
name = "unicode-ident"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "1.0.12"
|
2016-12-17 01:13:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2016-12-17 01:13:51 -05:00
|
|
|
|
2023-07-10 22:22:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|
|
|
|
2019-09-09 17:40:48 -04:00
|
|
|
[[package]]
|
2022-06-16 11:36:27 -04:00
|
|
|
name = "unicode-width"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.1.11"
|
2019-09-09 17:40:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
|
2019-09-09 17:40:48 -04:00
|
|
|
|
2016-09-18 14:17:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2023-05-16 01:57:39 -04:00
|
|
|
version = "0.2.1"
|
2021-01-03 06:04:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 01:57:39 -04:00
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
2018-10-16 13:02:52 -04:00
|
|
|
|
2019-11-18 17:08:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-04 13:25:26 -05:00
|
|
|
version = "0.9.4"
|
2019-11-18 17:08:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 13:25:26 -05:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-11-18 17:08:49 -05:00
|
|
|
|
2019-04-08 15:14:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "vswhom"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
|
2019-04-08 15:14:51 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
|
|
|
"vswhom-sys",
|
2019-04-08 15:14:51 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vswhom-sys"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.1.2"
|
2019-04-08 15:14:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
|
2019-04-08 15:14:51 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2019-04-08 15:14:51 -04:00
|
|
|
]
|
|
|
|
|
2016-09-18 14:17:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "vte"
|
2023-09-26 12:48:19 -04:00
|
|
|
version = "0.12.0"
|
2021-01-03 06:04:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-26 12:48:19 -04:00
|
|
|
checksum = "401dc1020e10f74d38616c1f1ab92ccd85dc902705a29d0730e0fbea8534f91a"
|
2020-01-12 11:28:40 -05:00
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-09-26 12:48:19 -04:00
|
|
|
"cursor-icon",
|
2023-05-23 16:35:58 -04:00
|
|
|
"log",
|
|
|
|
"serde",
|
2020-09-16 00:44:17 -04:00
|
|
|
"utf8parse",
|
|
|
|
"vte_generate_state_changes",
|
2020-01-12 11:28:40 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vte_generate_state_changes"
|
|
|
|
version = "0.1.1"
|
2021-01-03 06:04:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
|
2016-09-18 14:17:44 -04:00
|
|
|
dependencies = [
|
2020-10-07 10:40:50 -04:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2016-09-18 14:17:44 -04:00
|
|
|
]
|
|
|
|
|
2016-06-04 13:54:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "2.4.0"
|
2016-06-04 13:54:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2016-06-04 13:54:33 -04:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
2019-09-09 17:40:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-06-16 11:36:27 -04:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-09-16 00:44:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-16 11:36:27 -04:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2019-09-09 17:40:48 -04:00
|
|
|
|
2021-12-02 22:50:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-07-10 22:22:14 -04:00
|
|
|
version = "0.2.87"
|
2021-12-02 22:50:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 22:22:14 -04:00
|
|
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2021-12-02 22:50:14 -05:00
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2021-12-02 22:50:14 -05:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-07-10 22:22:14 -04:00
|
|
|
version = "0.2.87"
|
2021-12-02 22:50:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 22:22:14 -04:00
|
|
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2021-12-02 22:50:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-09-17 09:10:38 -04:00
|
|
|
"once_cell",
|
2021-12-02 22:50:14 -05:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-13 03:06:54 -04:00
|
|
|
"syn",
|
2021-12-02 22:50:14 -05:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2023-07-10 22:22:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
version = "0.4.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"cfg-if",
|
2023-07-10 22:22:14 -04:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-12-02 22:50:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-07-10 22:22:14 -04:00
|
|
|
version = "0.2.87"
|
2021-12-02 22:50:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 22:22:14 -04:00
|
|
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2021-12-02 22:50:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-07-10 22:22:14 -04:00
|
|
|
version = "0.2.87"
|
2021-12-02 22:50:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 22:22:14 -04:00
|
|
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2021-12-02 22:50:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-07-13 03:06:54 -04:00
|
|
|
"syn",
|
2021-12-02 22:50:14 -05:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-07-10 22:22:14 -04:00
|
|
|
version = "0.2.87"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-backend"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.3.2"
|
2021-12-02 22:50:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "19152ddd73f45f024ed4534d9ca2594e0ef252c1847695255dae47f34df9fbe4"
|
2023-07-10 22:22:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"downcast-rs",
|
2023-10-21 14:56:20 -04:00
|
|
|
"nix",
|
2023-07-10 22:22:14 -04:00
|
|
|
"scoped-tls",
|
|
|
|
"smallvec",
|
2023-10-21 14:56:20 -04:00
|
|
|
"wayland-sys",
|
2019-04-28 16:21:39 -04:00
|
|
|
]
|
|
|
|
|
2023-07-10 22:22:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.31.1"
|
2023-07-10 22:22:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "1ca7d52347346f5473bf2f56705f360e8440873052e575e55890c4fa57843ed3"
|
2023-07-10 22:22:14 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"bitflags 2.4.0",
|
|
|
|
"nix",
|
2023-07-10 22:22:14 -04:00
|
|
|
"wayland-backend",
|
2023-10-21 14:56:20 -04:00
|
|
|
"wayland-scanner",
|
2020-05-03 19:29:11 -04:00
|
|
|
]
|
|
|
|
|
2020-05-20 18:22:39 -04:00
|
|
|
[[package]]
|
2023-10-21 14:56:20 -04:00
|
|
|
name = "wayland-csd-frame"
|
|
|
|
version = "0.3.0"
|
2020-05-20 18:22:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
|
2020-05-20 18:22:39 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"bitflags 2.4.0",
|
|
|
|
"cursor-icon",
|
|
|
|
"wayland-backend",
|
2023-07-10 22:22:14 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.31.0"
|
2023-07-10 22:22:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "a44aa20ae986659d6c77d64d808a046996a932aa763913864dc40c359ef7ad5b"
|
2023-07-10 22:22:14 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"nix",
|
|
|
|
"wayland-client",
|
2020-09-16 00:44:17 -04:00
|
|
|
"xcursor",
|
2020-05-20 18:22:39 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.31.0"
|
2020-05-20 18:22:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "e253d7107ba913923dc253967f35e8561a3c65f914543e46843c88ddd729e21c"
|
2020-05-20 18:22:39 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"bitflags 2.4.0",
|
|
|
|
"wayland-backend",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-scanner",
|
2023-07-10 22:22:14 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-21 14:56:20 -04:00
|
|
|
name = "wayland-protocols-plasma"
|
|
|
|
version = "0.2.0"
|
2023-07-10 22:22:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
|
2023-07-10 22:22:14 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-07-10 22:22:14 -04:00
|
|
|
"wayland-backend",
|
2023-10-21 14:56:20 -04:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-protocols",
|
|
|
|
"wayland-scanner",
|
2023-07-10 22:22:14 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols-wlr"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.2.0"
|
2023-07-10 22:22:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
|
2023-07-10 22:22:14 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-07-10 22:22:14 -04:00
|
|
|
"wayland-backend",
|
2023-10-21 14:56:20 -04:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-protocols",
|
|
|
|
"wayland-scanner",
|
2020-05-03 19:29:11 -04:00
|
|
|
]
|
|
|
|
|
2023-07-10 22:22:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.31.0"
|
2023-07-10 22:22:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "fb8e28403665c9f9513202b7e1ed71ec56fde5c107816843fb14057910b2c09c"
|
2023-07-10 22:22:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quick-xml",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2019-04-28 16:21:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.31.1"
|
2022-11-03 12:37:54 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
|
2022-11-03 12:37:54 -04:00
|
|
|
dependencies = [
|
|
|
|
"dlib",
|
|
|
|
"log",
|
2023-10-21 14:56:20 -04:00
|
|
|
"once_cell",
|
2022-11-03 12:37:54 -04:00
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-12-02 22:50:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-07-10 22:22:14 -04:00
|
|
|
version = "0.3.64"
|
2021-12-02 22:50:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-10 22:22:14 -04:00
|
|
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2021-12-02 22:50:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-07-10 22:22:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "web-time"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19353897b48e2c4d849a2d73cb0aeb16dc2be4e00c565abfc11eb65a806e47de"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"once_cell",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2017-12-23 15:33:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-09 19:26:57 -04:00
|
|
|
version = "0.3.9"
|
2017-12-23 15:33:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2017-12-23 15:33:35 -05:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2017-12-23 15:33:35 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-01-26 15:20:42 -05:00
|
|
|
version = "0.4.0"
|
2017-12-23 15:33:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2017-12-23 15:33:35 -05:00
|
|
|
|
2018-09-19 17:55:35 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.1.6"
|
2018-09-19 17:55:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2018-09-19 17:55:35 -04:00
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"winapi",
|
2018-09-19 17:55:35 -04:00
|
|
|
]
|
|
|
|
|
2023-03-05 01:21:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-wsapoll"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
|
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"winapi",
|
2023-03-05 01:21:04 -05:00
|
|
|
]
|
|
|
|
|
2017-12-23 15:33:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-01-26 15:20:42 -05:00
|
|
|
version = "0.4.0"
|
2017-12-23 15:33:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2017-12-23 15:33:35 -05:00
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-05-16 02:35:25 -04:00
|
|
|
"windows-targets 0.42.2",
|
2023-05-16 00:41:20 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"windows-targets 0.48.5",
|
2022-06-16 11:36:27 -04:00
|
|
|
]
|
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.42.2"
|
2023-02-02 03:30:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-02 03:30:23 -05:00
|
|
|
dependencies = [
|
2023-05-16 02:35:25 -04:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2023-02-02 03:30:23 -05:00
|
|
|
]
|
|
|
|
|
2023-05-16 00:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.48.5"
|
2023-05-16 00:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-05-16 00:41:20 -04:00
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2023-05-16 00:41:20 -04:00
|
|
|
]
|
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.42.2"
|
2023-02-02 03:30:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2023-02-02 03:30:23 -05:00
|
|
|
|
2023-05-16 00:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.48.5"
|
2023-05-16 00:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-05-16 00:41:20 -04:00
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.42.2"
|
2023-02-02 03:30:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2023-02-02 03:30:23 -05:00
|
|
|
|
2023-05-16 00:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.48.5"
|
2023-05-16 00:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-05-16 00:41:20 -04:00
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.42.2"
|
2023-02-02 03:30:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2023-02-02 03:30:23 -05:00
|
|
|
|
2023-05-16 00:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.48.5"
|
2023-05-16 00:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-05-16 00:41:20 -04:00
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.42.2"
|
2023-02-02 03:30:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2023-02-02 03:30:23 -05:00
|
|
|
|
2023-05-16 00:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.48.5"
|
2023-05-16 00:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-05-16 00:41:20 -04:00
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.42.2"
|
2023-02-02 03:30:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2023-02-02 03:30:23 -05:00
|
|
|
|
2023-05-16 00:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.48.5"
|
2023-05-16 00:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-05-16 00:41:20 -04:00
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.42.2"
|
2023-02-02 03:30:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2023-02-02 03:30:23 -05:00
|
|
|
|
2023-05-16 00:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.48.5"
|
2023-05-16 00:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-05-16 00:41:20 -04:00
|
|
|
|
2023-02-02 03:30:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "0.42.2"
|
2023-02-02 03:30:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2023-02-02 03:30:23 -05:00
|
|
|
|
2023-05-16 00:41:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.48.5"
|
2023-05-16 00:41:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-05-16 00:41:20 -04:00
|
|
|
|
2017-07-20 13:50:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winit"
|
2023-10-29 08:18:33 -04:00
|
|
|
version = "0.29.3"
|
2020-01-09 20:51:37 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 08:18:33 -04:00
|
|
|
checksum = "161598019a9da35ab6c34dc46cd13546cba9dbf9816475d4dd9a639455016563"
|
2020-09-16 00:44:17 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"ahash",
|
2023-02-02 03:30:23 -05:00
|
|
|
"android-activity",
|
2023-07-10 22:22:14 -04:00
|
|
|
"atomic-waker",
|
2023-10-07 23:29:57 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-07-13 03:06:54 -04:00
|
|
|
"bytemuck",
|
2023-07-10 22:22:14 -04:00
|
|
|
"calloop",
|
2023-02-02 03:30:23 -05:00
|
|
|
"cfg_aliases",
|
2022-08-10 08:48:46 -04:00
|
|
|
"core-foundation",
|
2023-10-21 14:56:20 -04:00
|
|
|
"core-graphics 0.23.1",
|
2023-07-10 22:22:14 -04:00
|
|
|
"cursor-icon",
|
2023-07-13 03:06:54 -04:00
|
|
|
"icrate",
|
2023-07-10 22:22:14 -04:00
|
|
|
"js-sys",
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-07-10 22:22:14 -04:00
|
|
|
"memmap2",
|
2020-09-16 00:44:17 -04:00
|
|
|
"ndk",
|
2023-07-10 22:22:14 -04:00
|
|
|
"ndk-sys",
|
2023-10-21 14:56:20 -04:00
|
|
|
"objc2",
|
2022-08-10 08:48:46 -04:00
|
|
|
"once_cell",
|
2023-02-02 03:30:23 -05:00
|
|
|
"orbclient",
|
2020-09-16 00:44:17 -04:00
|
|
|
"percent-encoding",
|
2023-10-21 14:56:20 -04:00
|
|
|
"raw-window-handle 0.5.2",
|
2023-05-16 02:35:25 -04:00
|
|
|
"redox_syscall 0.3.5",
|
2023-10-07 23:29:57 -04:00
|
|
|
"rustix",
|
2022-08-10 08:48:46 -04:00
|
|
|
"sctk-adwaita",
|
2020-09-16 00:44:17 -04:00
|
|
|
"serde",
|
2023-10-21 14:56:20 -04:00
|
|
|
"smithay-client-toolkit",
|
2023-07-10 22:22:14 -04:00
|
|
|
"smol_str",
|
|
|
|
"unicode-segmentation",
|
2021-12-02 22:50:14 -05:00
|
|
|
"wasm-bindgen",
|
2023-07-10 22:22:14 -04:00
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wayland-backend",
|
2023-10-21 14:56:20 -04:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-protocols",
|
|
|
|
"wayland-protocols-plasma",
|
2021-12-02 22:50:14 -05:00
|
|
|
"web-sys",
|
2023-07-10 22:22:14 -04:00
|
|
|
"web-time",
|
|
|
|
"windows-sys 0.48.0",
|
2020-09-16 00:44:17 -04:00
|
|
|
"x11-dl",
|
2023-10-21 14:56:20 -04:00
|
|
|
"x11rb",
|
2023-07-10 22:22:14 -04:00
|
|
|
"xkbcommon-dl",
|
2017-08-29 10:52:20 -04:00
|
|
|
]
|
2017-07-21 16:34:52 -04:00
|
|
|
|
2023-05-16 02:35:25 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.5.16"
|
2023-05-16 02:35:25 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "037711d82167854aff2018dfd193aa0fef5370f456732f0d5a0c59b0f1b4b907"
|
2023-05-16 02:35:25 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2018-10-16 13:02:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.51.0"
|
2018-10-16 13:02:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc"
|
2018-10-16 13:02:52 -04:00
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
2018-10-16 13:02:52 -04:00
|
|
|
]
|
|
|
|
|
2020-04-16 14:46:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wio"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-16 00:44:17 -04:00
|
|
|
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
|
2020-04-16 14:46:17 -04:00
|
|
|
dependencies = [
|
2023-10-07 15:56:11 -04:00
|
|
|
"winapi",
|
2016-06-04 13:54:33 -04:00
|
|
|
]
|
|
|
|
|
2018-10-16 13:02:52 -04:00
|
|
|
[[package]]
|
|
|
|
name = "x11-clipboard"
|
2023-10-21 14:56:20 -04:00
|
|
|
version = "0.8.1"
|
2018-10-16 13:02:52 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 14:56:20 -04:00
|
|
|
checksum = "b41aca1115b1f195f21c541c5efb423470848d48143127d0f07f8b90c27440df"
|
2018-10-16 13:02:52 -04:00
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"x11rb",
|
2018-10-16 13:02:52 -04:00
|
|
|
]
|
|
|
|
|
2016-02-23 23:42:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
2023-05-16 02:35:25 -04:00
|
|
|
version = "2.21.0"
|
2016-02-23 23:42:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-16 02:35:25 -04:00
|
|
|
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
|
2016-02-23 23:42:58 -05:00
|
|
|
dependencies = [
|
2020-09-16 00:44:17 -04:00
|
|
|
"libc",
|
2023-05-16 02:35:25 -04:00
|
|
|
"once_cell",
|
2020-09-16 00:44:17 -04:00
|
|
|
"pkg-config",
|
2016-02-23 23:42:58 -05:00
|
|
|
]
|
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "x11rb"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a"
|
|
|
|
dependencies = [
|
|
|
|
"as-raw-xcb-connection",
|
2023-10-21 14:56:20 -04:00
|
|
|
"gethostname",
|
2023-07-13 03:06:54 -04:00
|
|
|
"libc",
|
2023-10-07 23:29:57 -04:00
|
|
|
"libloading 0.7.4",
|
2023-10-21 14:56:20 -04:00
|
|
|
"nix",
|
2023-07-13 03:06:54 -04:00
|
|
|
"once_cell",
|
2023-10-07 15:56:11 -04:00
|
|
|
"winapi",
|
2023-07-13 03:06:54 -04:00
|
|
|
"winapi-wsapoll",
|
2023-10-21 14:56:20 -04:00
|
|
|
"x11rb-protocol",
|
2018-10-16 13:02:52 -04:00
|
|
|
]
|
|
|
|
|
2023-07-13 03:06:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "x11rb-protocol"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc"
|
|
|
|
dependencies = [
|
2023-10-21 14:56:20 -04:00
|
|
|
"nix",
|
2023-07-13 03:06:54 -04:00
|
|
|
]
|
|
|
|
|
2020-05-20 18:22:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "xcursor"
|
2022-01-03 17:20:56 -05:00
|
|
|
version = "0.3.4"
|
2020-05-20 18:22:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-03 17:20:56 -05:00
|
|
|
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
|
2020-05-20 18:22:39 -04:00
|
|
|
dependencies = [
|
2021-01-01 00:07:39 -05:00
|
|
|
"nom",
|
2020-05-20 18:22:39 -04:00
|
|
|
]
|
|
|
|
|
2017-01-02 23:04:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "2.5.2"
|
2017-01-02 23:04:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
|
2017-01-02 23:04:46 -05:00
|
|
|
|
2023-07-10 22:22:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "xkbcommon-dl"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.4.1"
|
2023-07-10 22:22:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "6924668544c48c0133152e7eec86d644a056ca3d09275eb8d5cdb9855f9d8699"
|
2023-07-10 22:22:14 -04:00
|
|
|
dependencies = [
|
2023-10-07 23:29:57 -04:00
|
|
|
"bitflags 2.4.0",
|
2023-07-10 22:22:14 -04:00
|
|
|
"dlib",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"xkeysym",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xkeysym"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
|
|
|
|
|
2018-11-10 11:08:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2023-10-07 23:29:57 -04:00
|
|
|
version = "0.8.19"
|
2018-11-10 11:08:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-07 23:29:57 -04:00
|
|
|
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
|
2023-11-03 17:19:48 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "092cd76b01a033a9965b9097da258689d9e17c69ded5dcf41bca001dd20ebc6d"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a13a20a7c6a90e2034bcc65495799da92efcec6a8dd4f3fcb6f7a48988637ead"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|