diff options
Diffstat (limited to 'x11/windowtolayer/Makefile.crates')
-rw-r--r-- | x11/windowtolayer/Makefile.crates | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/x11/windowtolayer/Makefile.crates b/x11/windowtolayer/Makefile.crates index c62d67d35030..598f63b42cf3 100644 --- a/x11/windowtolayer/Makefile.crates +++ b/x11/windowtolayer/Makefile.crates @@ -1,10 +1,19 @@ CARGO_CRATES= arrayvec-0.7.6 \ - autocfg-1.1.0 \ bitflags-2.4.1 \ - cfg-if-1.0.0 \ - cfg_aliases-0.2.1 \ + errno-0.3.13 \ lexopt-0.3.0 \ - libc-0.2.162 \ + libc-0.2.174 \ + linux-raw-sys-0.9.4 \ log-0.4.22 \ - memoffset-0.9.0 \ - nix-0.29.0 + rustix-1.0.8 \ + windows-link-0.1.3 \ + windows-sys-0.60.2 \ + windows-targets-0.53.3 \ + windows_aarch64_gnullvm-0.53.0 \ + windows_aarch64_msvc-0.53.0 \ + windows_i686_gnu-0.53.0 \ + windows_i686_gnullvm-0.53.0 \ + windows_i686_msvc-0.53.0 \ + windows_x86_64_gnu-0.53.0 \ + windows_x86_64_gnullvm-0.53.0 \ + windows_x86_64_msvc-0.53.0 |