diff options
Diffstat (limited to 'x11/waycorner/Makefile.crates')
-rw-r--r-- | x11/waycorner/Makefile.crates | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/x11/waycorner/Makefile.crates b/x11/waycorner/Makefile.crates new file mode 100644 index 000000000000..93c1d2c94ea5 --- /dev/null +++ b/x11/waycorner/Makefile.crates @@ -0,0 +1,97 @@ +CARGO_CRATES= aho-corasick-1.0.1 \ + anstream-0.3.2 \ + anstyle-1.0.0 \ + anstyle-parse-0.2.0 \ + anstyle-query-1.0.0 \ + anstyle-wincon-1.0.1 \ + anyhow-1.0.71 \ + autocfg-1.1.0 \ + bitflags-1.3.2 \ + calloop-0.10.5 \ + cc-1.0.79 \ + cfg-if-1.0.0 \ + clap-4.3.0 \ + clap_builder-4.3.0 \ + clap_derive-4.3.0 \ + clap_lex-0.5.0 \ + colorchoice-1.0.0 \ + crossbeam-utils-0.8.15 \ + dlib-0.5.0 \ + downcast-rs-1.2.0 \ + errno-0.3.1 \ + errno-dragonfly-0.1.2 \ + hashbrown-0.12.3 \ + heck-0.4.1 \ + hermit-abi-0.3.1 \ + indexmap-1.9.3 \ + io-lifetimes-1.0.10 \ + is-terminal-0.4.7 \ + lazy_static-1.4.0 \ + libc-0.2.144 \ + libloading-0.7.4 \ + linux-raw-sys-0.3.8 \ + log-0.4.17 \ + memchr-2.5.0 \ + memmap2-0.5.10 \ + memoffset-0.6.5 \ + minimal-lexical-0.2.1 \ + nix-0.24.3 \ + nix-0.25.1 \ + nom-7.1.3 \ + nu-ansi-term-0.46.0 \ + once_cell-1.17.1 \ + overload-0.1.1 \ + pin-project-lite-0.2.9 \ + pkg-config-0.3.27 \ + proc-macro2-1.0.58 \ + quote-1.0.27 \ + regex-1.8.1 \ + regex-syntax-0.7.1 \ + rustix-0.37.19 \ + scoped-tls-1.0.1 \ + serde-1.0.163 \ + serde_derive-1.0.163 \ + serde_spanned-0.6.2 \ + sharded-slab-0.1.4 \ + slotmap-1.0.6 \ + smallvec-1.10.0 \ + smithay-client-toolkit-0.16.1 \ + strsim-0.10.0 \ + syn-2.0.16 \ + thiserror-1.0.40 \ + thiserror-impl-1.0.40 \ + thread_local-1.1.7 \ + toml-0.7.4 \ + toml_datetime-0.6.2 \ + toml_edit-0.19.9 \ + tracing-0.1.37 \ + tracing-attributes-0.1.24 \ + tracing-core-0.1.31 \ + tracing-log-0.1.3 \ + tracing-subscriber-0.3.17 \ + unicode-ident-1.0.8 \ + utf8parse-0.2.1 \ + valuable-0.1.0 \ + vec_map-0.8.2 \ + version_check-0.9.4 \ + wayland-client-0.29.5 \ + wayland-commons-0.29.5 \ + wayland-cursor-0.29.5 \ + wayland-protocols-0.29.5 \ + wayland-scanner-0.29.5 \ + wayland-sys-0.29.5 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-sys-0.48.0 \ + windows-targets-0.48.0 \ + windows_aarch64_gnullvm-0.48.0 \ + windows_aarch64_msvc-0.48.0 \ + windows_i686_gnu-0.48.0 \ + windows_i686_msvc-0.48.0 \ + windows_x86_64_gnu-0.48.0 \ + windows_x86_64_gnullvm-0.48.0 \ + windows_x86_64_msvc-0.48.0 \ + winnow-0.4.6 \ + xcursor-0.3.4 \ + xml-rs-0.8.11 |