diff options
Diffstat (limited to 'x11/xwayland-satellite/Makefile.crates')
-rw-r--r-- | x11/xwayland-satellite/Makefile.crates | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/x11/xwayland-satellite/Makefile.crates b/x11/xwayland-satellite/Makefile.crates index 8765e179bae4..47343204234a 100644 --- a/x11/xwayland-satellite/Makefile.crates +++ b/x11/xwayland-satellite/Makefile.crates @@ -1,4 +1,5 @@ -CARGO_CRATES= aho-corasick-1.1.3 \ +CARGO_CRATES= ahash-0.8.12 \ + aho-corasick-1.1.3 \ anstream-0.6.18 \ anstyle-1.0.10 \ anstyle-parse-0.2.6 \ @@ -29,6 +30,9 @@ CARGO_CRATES= aho-corasick-1.1.3 \ errno-0.3.12 \ fnv-1.0.7 \ glob-0.3.2 \ + hashbrown-0.14.5 \ + hecs-0.10.5 \ + hecs-macros-0.10.0 \ hermit-abi-0.5.1 \ home-0.5.11 \ humantime-2.2.0 \ @@ -73,9 +77,9 @@ CARGO_CRATES= aho-corasick-1.1.3 \ serde-1.0.219 \ serde_derive-1.0.219 \ shlex-1.3.0 \ - slotmap-1.0.7 \ smallvec-1.15.0 \ smithay-client-toolkit-0.19.2 \ + spin-0.9.8 \ strsim-0.11.1 \ syn-2.0.101 \ termcolor-1.4.1 \ @@ -124,4 +128,6 @@ CARGO_CRATES= aho-corasick-1.1.3 \ xcb-util-cursor-0.3.3 \ xcb-util-cursor-sys-0.1.4 \ xcursor-0.3.8 \ - xkeysym-0.2.1 + xkeysym-0.2.1 \ + zerocopy-0.8.25 \ + zerocopy-derive-0.8.25 |