diff options
Diffstat (limited to '')
-rw-r--r-- | x11/hyprviz/Makefile.crates | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/x11/hyprviz/Makefile.crates b/x11/hyprviz/Makefile.crates index dfd3e8bc1673..671eaf9047b9 100644 --- a/x11/hyprviz/Makefile.crates +++ b/x11/hyprviz/Makefile.crates @@ -2,9 +2,12 @@ CARGO_CRATES= autocfg-1.4.0 \ bitflags-2.9.1 \ cairo-rs-0.21.0 \ cairo-sys-rs-0.21.0 \ + cc-1.2.37 \ cfg-expr-0.17.0 \ + cfg-if-1.0.3 \ equivalent-1.0.1 \ field-offset-0.3.6 \ + find-msvc-tools-0.1.1 \ futures-channel-0.3.31 \ futures-core-0.3.31 \ futures-executor-0.3.31 \ @@ -16,7 +19,8 @@ CARGO_CRATES= autocfg-1.4.0 \ gdk-pixbuf-sys-0.21.0 \ gdk4-0.10.0 \ gdk4-sys-0.10.0 \ - gio-0.21.0 \ + getrandom-0.2.16 \ + gio-0.21.2 \ gio-sys-0.21.0 \ glib-0.21.0 \ glib-macros-0.21.0 \ @@ -34,9 +38,11 @@ CARGO_CRATES= autocfg-1.4.0 \ hyprparser-0.1.6 \ indexmap-2.6.0 \ itoa-1.0.11 \ - libc-0.2.174 \ + libc-0.2.175 \ + log-0.4.28 \ memchr-2.7.5 \ memoffset-0.9.1 \ + minreq-2.14.1 \ pango-0.21.0 \ pango-sys-0.21.0 \ pin-project-lite-0.2.14 \ @@ -45,13 +51,19 @@ CARGO_CRATES= autocfg-1.4.0 \ proc-macro-crate-3.3.0 \ proc-macro2-1.0.95 \ quote-1.0.37 \ + ring-0.17.14 \ rustc_version-0.4.1 \ + rustls-0.21.12 \ + rustls-webpki-0.101.7 \ ryu-1.0.18 \ + sct-0.7.1 \ semver-1.0.23 \ - serde-1.0.219 \ - serde_derive-1.0.219 \ - serde_json-1.0.142 \ + serde-1.0.226 \ + serde_core-1.0.226 \ + serde_derive-1.0.226 \ + serde_json-1.0.145 \ serde_spanned-0.6.9 \ + shlex-1.3.0 \ slab-0.4.9 \ smallvec-1.15.1 \ syn-2.0.104 \ @@ -61,8 +73,12 @@ CARGO_CRATES= autocfg-1.4.0 \ toml_datetime-0.6.11 \ toml_edit-0.22.27 \ unicode-ident-1.0.13 \ + untrusted-0.9.0 \ version-compare-0.2.0 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + webpki-roots-0.25.4 \ windows-sys-0.52.0 \ + windows-sys-0.59.0 \ windows-targets-0.52.6 \ windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_msvc-0.52.6 \ |