diff options
Diffstat (limited to 'games/veloren-weekly/Makefile.crates')
-rw-r--r-- | games/veloren-weekly/Makefile.crates | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/games/veloren-weekly/Makefile.crates b/games/veloren-weekly/Makefile.crates index 440347f6447b..687211bf6654 100644 --- a/games/veloren-weekly/Makefile.crates +++ b/games/veloren-weekly/Makefile.crates @@ -141,6 +141,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ crc32fast-1.4.2 \ criterion-0.5.1 \ criterion-plot-0.5.0 \ + critical-section-1.2.0 \ crossbeam-channel-0.5.15 \ crossbeam-deque-0.7.4 \ crossbeam-deque-0.8.6 \ @@ -167,6 +168,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ data-encoding-2.9.0 \ debugid-0.8.0 \ deflate-1.0.0 \ + delaunator-1.0.2 \ deranged-0.4.0 \ digest-0.10.7 \ directories-next-2.0.0 \ @@ -296,8 +298,8 @@ CARGO_CRATES= ab_glyph-0.2.29 \ hex-0.4.3 \ hexf-parse-0.2.1 \ hibitset-0.6.4 \ - hickory-proto-0.24.4 \ - hickory-resolver-0.24.4 \ + hickory-proto-0.25.2 \ + hickory-resolver-0.25.2 \ home-0.5.11 \ http-1.3.1 \ http-body-1.0.1 \ @@ -385,7 +387,6 @@ CARGO_CRATES= ab_glyph-0.2.29 \ log-0.4.27 \ loom-0.7.2 \ lru-0.12.5 \ - lru-cache-0.1.2 \ lz-fear-0.2.0 \ mach2-0.4.2 \ macro_rules_attribute-0.1.3 \ @@ -411,6 +412,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ mint-0.5.9 \ mio-0.8.11 \ mio-1.0.3 \ + moka-0.12.10 \ mumble-link-0.2.0 \ nanorand-0.7.0 \ native-dialog-0.9.0 \ @@ -580,6 +582,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ ring-0.17.14 \ rmp-0.8.14 \ rmp-serde-1.3.0 \ + robust-0.2.3 \ ron-0.8.1 \ roots-0.0.8 \ roxmltree-0.14.1 \ @@ -686,6 +689,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ sync_wrapper-1.0.2 \ synstructure-0.13.2 \ system-interface-0.27.3 \ + tagptr-0.2.0 \ take-once-0.1.2 \ tap-1.0.1 \ tar-0.4.44 \ @@ -702,7 +706,9 @@ CARGO_CRATES= ab_glyph-0.2.29 \ time-macros-0.2.22 \ timer-queue-0.1.0 \ tiny-skia-0.8.4 \ + tiny-skia-0.11.4 \ tiny-skia-path-0.8.4 \ + tiny-skia-path-0.11.4 \ tinystr-0.7.6 \ tinytemplate-1.2.1 \ tinyvec-1.9.0 \ |