Compare commits

...

7 commits

Author SHA1 Message Date
Matthias Fechner
3bae97c041 www/gitlab: decouple from www/rubygem-rqrcode
This makes it possible to upgrade www/rubygem-rqrcode to version 3
which unbreaks it due to update of www/rubygem-rqrcode_core.

PR:		286372
(cherry picked from commit e5bf2131ff)
2025-04-27 07:26:54 +03:00
Matthias Fechner
2130dc0f0e www/gitlab: security and bugfix update to 17.11.1
Changes:	https://about.gitlab.com/releases/2025/04/23/patch-release-gitlab-17-11-1-released/
Security:	11b71871-20ba-11f0-9471-2cf05da270f3
(cherry picked from commit 81d654c783)
2025-04-27 07:26:44 +03:00
Matthias Fechner
83e8924b29 textproc/rubygem-nokogiri: update to 1.18.8
Changes:	https://github.com/sparklemotion/nokogiri/releases
		https://nokogiri.org/CHANGELOG.html
(cherry picked from commit 37f65a8aff)
2025-04-27 07:26:33 +03:00
Matthias Fechner
2f98bc8806 net/rubygem-gitlab-kas-grpc: update to 17.11.0
Changes:	https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/blob/master/CHANGELOG.md
(cherry picked from commit f70de1dd60)
2025-04-27 07:25:41 +03:00
Vladimir Druzenko
962fcca064 emulators/virtualbox-ose{,-nox11}: Fix build python library
MFH:	2025Q2
(cherry picked from commit 9f3b8e1ffa)
2025-04-27 05:46:44 +03:00
Jan Beich
0134f6e3bf x11-wm/cosmic-comp: update to 1.0.0.a.7
Changes:	https://github.com/pop-os/cosmic-comp/compare/epoch-1.0.0-alpha.5.1...epoch-1.0.0-alpha.7
Reported by:	Repology

(cherry picked from commit c49d6c9144)
2025-04-27 02:46:36 +02:00
Jan Beich
a4e053db1c www/gallery-dl: update to 1.29.5
Changes:	https://github.com/mikf/gallery-dl/releases/tag/v1.29.5
Reported by:	GitHub (watch releases)

(cherry picked from commit 2c4e093700)
2025-04-27 02:16:17 +02:00
26 changed files with 271 additions and 196 deletions

View file

@ -1,7 +1,7 @@
TIMESTAMP = 1744782293
SHA256 (go/devel_gitaly/gitaly-v17.11.0/go.mod) = 2e2d5338397f220f0b8c980a4ac083c67d9b2c66f83225d2a7fbff917f631a6c
SIZE (go/devel_gitaly/gitaly-v17.11.0/go.mod) = 12599
SHA256 (go/devel_gitaly/gitaly-v17.11.0/gitaly-v17.11.0.tar.bz2) = 4c6cd166ad9d4ed58f3bde27414b5fd57f54463d32a8ab5b19380c14bf1e9cb7
SIZE (go/devel_gitaly/gitaly-v17.11.0/gitaly-v17.11.0.tar.bz2) = 4491160
SHA256 (go/devel_gitaly/gitaly-v17.11.0/git-v2.49.0.tar.bz2) = 63678e3839f5af667b48cb9d0c37de4b249916dc19aae7c5ce83d07fb3146ecb
SIZE (go/devel_gitaly/gitaly-v17.11.0/git-v2.49.0.tar.bz2) = 9079092
TIMESTAMP = 1745464814
SHA256 (go/devel_gitaly/gitaly-v17.11.1/go.mod) = 2e2d5338397f220f0b8c980a4ac083c67d9b2c66f83225d2a7fbff917f631a6c
SIZE (go/devel_gitaly/gitaly-v17.11.1/go.mod) = 12599
SHA256 (go/devel_gitaly/gitaly-v17.11.1/gitaly-v17.11.1.tar.bz2) = a82cb944c59009a9b28c053c9dfd2599edbc5d063557bdcb18f760c0b90f292d
SIZE (go/devel_gitaly/gitaly-v17.11.1/gitaly-v17.11.1.tar.bz2) = 4490827
SHA256 (go/devel_gitaly/gitaly-v17.11.1/git-v2.49.0.tar.bz2) = 63678e3839f5af667b48cb9d0c37de4b249916dc19aae7c5ce83d07fb3146ecb
SIZE (go/devel_gitaly/gitaly-v17.11.1/git-v2.49.0.tar.bz2) = 9079092

View file

@ -1,4 +1,4 @@
PORTREVISION= 8
PORTREVISION= 12
PKGNAMESUFFIX= -nox11
MASTERDIR= ${.CURDIR}/../virtualbox-ose

View file

@ -1,6 +1,6 @@
PORTNAME= virtualbox-ose
DISTVERSION= 6.1.50
PORTREVISION?= 10
PORTREVISION?= 12
CATEGORIES= emulators
MASTER_SITES= https://download.virtualbox.org/virtualbox/${DISTVERSION}/:src \
LOCAL/bofh/emulators/virtualbox-ose:docs
@ -270,6 +270,8 @@ post-patch:
${WRKSRC}/LocalConfig.kmk
@${ECHO_CMD} 'VBOX_WITH_VALIDATIONKIT =' >> ${WRKSRC}/LocalConfig.kmk
@${ECHO_CMD} 'VBOX_WITH_X11_ADDITIONS =' >> ${WRKSRC}/LocalConfig.kmk
@${ECHO_CMD} 'VBOX_BLD_PYTHON = ${LOCALBASE}/bin/${PYTHON_VERSION}' >> \
${WRKSRC}/LocalConfig.kmk
.if ${PORT_OPTIONS:MR0LOGGING}
@${ECHO_CMD} 'VBOX_WITH_R0_LOGGING = 1' >> ${WRKSRC}/LocalConfig.kmk
.endif

View file

@ -403,6 +403,8 @@ lib/virtualbox/VBoxManage
lib/virtualbox/VBoxNetDHCP.so
@(root,%%VBOXGROUP%%,4510) lib/virtualbox/VBoxNetNAT
lib/virtualbox/VBoxNetNAT.so
%%PYTHON%%lib/virtualbox/VBoxPython.so
%%PYTHON%%lib/virtualbox/VBoxPython%%PYTHON_VERU%%.so
lib/virtualbox/VBoxRT.so
%%X11%%@(root,%%VBOXGROUP%%,4510) lib/virtualbox/VBoxSDL
%%X11%%lib/virtualbox/VBoxSDL.so

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1744779984
SHA256 (go/net_gitlab-agent/gitlab-agent-v17.11.0/v17.11.0.mod) = 6c36855cd351c829e5b19c5aa99876db58a2b4bd7b934e05497e7777faa64f8f
SIZE (go/net_gitlab-agent/gitlab-agent-v17.11.0/v17.11.0.mod) = 9293
SHA256 (go/net_gitlab-agent/gitlab-agent-v17.11.0/v17.11.0.zip) = 8743da14abb59d181548d986929b211648b6edd854ea658427cfc0f923ce14eb
SIZE (go/net_gitlab-agent/gitlab-agent-v17.11.0/v17.11.0.zip) = 1555374
TIMESTAMP = 1745464816
SHA256 (go/net_gitlab-agent/gitlab-agent-v17.11.1/v17.11.1.mod) = 6c36855cd351c829e5b19c5aa99876db58a2b4bd7b934e05497e7777faa64f8f
SIZE (go/net_gitlab-agent/gitlab-agent-v17.11.1/v17.11.1.mod) = 9293
SHA256 (go/net_gitlab-agent/gitlab-agent-v17.11.1/v17.11.1.zip) = d549913880291b6641dce68464ab3167349accf68a88d1f53d41eaa41df19f46
SIZE (go/net_gitlab-agent/gitlab-agent-v17.11.1/v17.11.1.zip) = 1555382

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1744950337
SHA256 (rubygem/gitlab-kas-grpc-17.11.0.pre.rc43.gem) = 992ef6143a66fcc48217b76ca9a456a8a0a680667ebabffaef6f67d49b698d14
SIZE (rubygem/gitlab-kas-grpc-17.11.0.pre.rc43.gem) = 10752
TIMESTAMP = 1745464855
SHA256 (rubygem/gitlab-kas-grpc-17.11.1.gem) = 5160656ad62f67cb678a2c1cb24b6eb9b2b2d7fb916d083911f4cb381fc655d3
SIZE (rubygem/gitlab-kas-grpc-17.11.1.gem) = 10752

View file

@ -1,5 +1,5 @@
PORTNAME= nokogiri
PORTVERSION= 1.18.7
PORTVERSION= 1.18.8
CATEGORIES= textproc rubygems
MASTER_SITES= RG

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1744399067
SHA256 (rubygem/nokogiri-1.18.7.gem) = 6b63ff5defe48f30d1d3b3122f65255ca91df2caf5378c6e0482ce73ff46fb31
SIZE (rubygem/nokogiri-1.18.7.gem) = 4364288
TIMESTAMP = 1745387540
SHA256 (rubygem/nokogiri-1.18.8.gem) = 8c7464875d9ca7f71080c24c0db7bcaa3940e8be3c6fc4bcebccf8b9a0016365
SIZE (rubygem/nokogiri-1.18.8.gem) = 4363264

File diff suppressed because one or more lines are too long

View file

@ -2347,6 +2347,8 @@
SUBDIR += rubygem-roda
SUBDIR += rubygem-rqrcode
SUBDIR += rubygem-rqrcode_core
SUBDIR += rubygem-rqrcode_core-gitlab
SUBDIR += rubygem-rqrcode-gitlab
SUBDIR += rubygem-rss
SUBDIR += rubygem-rtlit
SUBDIR += rubygem-ruby-oembed

View file

@ -1,6 +1,6 @@
PORTNAME= gallery-dl
DISTVERSIONPREFIX= v
DISTVERSION= 1.29.4
DISTVERSION= 1.29.5
CATEGORIES= www
# Implicit approval to commit trivial version updates.

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1744533764
SHA256 (mikf-gallery-dl-v1.29.4_GH0.tar.gz) = 0128a4384b9a2dc91d5194f4def5f94b1b50785762f55b0ca11e26629f8de1b0
SIZE (mikf-gallery-dl-v1.29.4_GH0.tar.gz) = 831705
TIMESTAMP = 1745681527
SHA256 (mikf-gallery-dl-v1.29.5_GH0.tar.gz) = 84521691bb0a4024eb52a5ce350c8be085d2269441fc78db85e6699a60630dcf
SIZE (mikf-gallery-dl-v1.29.5_GH0.tar.gz) = 839586

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1744780017
SHA256 (go/www_gitlab-pages/gitlab-pages-v17.11.0/go.mod) = b83da7e72c96e7faf9b45df5ea511c394c921e0a377adec8673636f904354f99
SIZE (go/www_gitlab-pages/gitlab-pages-v17.11.0/go.mod) = 3435
SHA256 (go/www_gitlab-pages/gitlab-pages-v17.11.0/gitlab-pages-v17.11.0.tar.bz2) = e7f50719e38077b01a54505240950fe904b01c805cbb8d5484a1f4e9f5e99caa
SIZE (go/www_gitlab-pages/gitlab-pages-v17.11.0/gitlab-pages-v17.11.0.tar.bz2) = 233563
TIMESTAMP = 1745464819
SHA256 (go/www_gitlab-pages/gitlab-pages-v17.11.1/go.mod) = b83da7e72c96e7faf9b45df5ea511c394c921e0a377adec8673636f904354f99
SIZE (go/www_gitlab-pages/gitlab-pages-v17.11.1/go.mod) = 3435
SHA256 (go/www_gitlab-pages/gitlab-pages-v17.11.1/gitlab-pages-v17.11.1.tar.bz2) = 58b76299a5915a4b5cb82b02237732d1b2f0f8d433f5ddbfdb785f09c091b5fa
SIZE (go/www_gitlab-pages/gitlab-pages-v17.11.1/gitlab-pages-v17.11.1.tar.bz2) = 233247

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1744780079
SHA256 (go/www_gitlab-workhorse/gitlab-foss-v17.11.0/go.mod) = 7a8a5f2fc15547a8a314bb4701e33e873b3978afc24255409fd792b6fe1f7058
SIZE (go/www_gitlab-workhorse/gitlab-foss-v17.11.0/go.mod) = 9207
SHA256 (go/www_gitlab-workhorse/gitlab-foss-v17.11.0/gitlab-foss-v17.11.0.tar.bz2) = 5441ecd89caec2e9d91a6016c61c2b97d930714cc08bd7d4c4cc6e83f35ca256
SIZE (go/www_gitlab-workhorse/gitlab-foss-v17.11.0/gitlab-foss-v17.11.0.tar.bz2) = 129900742
TIMESTAMP = 1745464854
SHA256 (go/www_gitlab-workhorse/gitlab-foss-v17.11.1/go.mod) = 4fea0d1f76f8078f7dc8f7b3350f05e288764e289460476fdddbc9d0d5e1bdb5
SIZE (go/www_gitlab-workhorse/gitlab-foss-v17.11.1/go.mod) = 9201
SHA256 (go/www_gitlab-workhorse/gitlab-foss-v17.11.1/gitlab-foss-v17.11.1.tar.bz2) = c2604473f99a61c4b3ba55ceafea5c029eee06f4990346fe9208053edca6955d
SIZE (go/www_gitlab-workhorse/gitlab-foss-v17.11.1/gitlab-foss-v17.11.1.tar.bz2) = 129896615

View file

@ -86,7 +86,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \
rubygem-akismet>=3.0<4.0:devel/rubygem-akismet \
rubygem-invisible_captcha>=2.1.0<2.2.0:graphics/rubygem-invisible_captcha \
rubygem-devise-two-factor41-rails70>=4.1.1<4.2:security/rubygem-devise-two-factor41-rails70 \
rubygem-rqrcode>=2.2.0<3:www/rubygem-rqrcode \
rubygem-rqrcode-gitlab>=2.2.0<3:www/rubygem-rqrcode-gitlab \
rubygem-validates_hostname>=1.0.13<1.1.0:dns/rubygem-validates_hostname \
rubygem-rubyzip>=2.3.2<2.4:archivers/rubygem-rubyzip \
rubygem-acme-client-gitlab>=2.0.21<3:security/rubygem-acme-client-gitlab \

View file

@ -1,5 +1,5 @@
GITLAB_VERSION= 17.11.0
GITLAB_PORTREVISION= 0
GITLAB_VERSION= 17.11.1
GITLAB_PORTREVISION= 1
# Git version gitaly should use (from gitlab mirror)
# Find current tag from Makefile and .gitlab-ci.yaml
@ -9,6 +9,6 @@ GITLAB_GIT_VERSION= 2.49.0
GITLAB_GIT_VERSION_SHORT= ${GITLAB_GIT_VERSION:C/^([0-9]*\.[0-9]*)\..*/\1/}
# Overwrite version for gitlab-kas-grpc
#GITLAB_KAS_GRPC_VERSION= ${GITLAB_VERSION}
GITLAB_KAS_GRPC_VERSION= 17.11.0.pre.rc43
GITLAB_KAS_GRPC_VERSION= ${GITLAB_VERSION}
#GITLAB_KAS_GRPC_VERSION= 17.11.0.pre.rc43

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1744950331
SHA256 (gitlab-foss-v17.11.0.tar.bz2) = 5441ecd89caec2e9d91a6016c61c2b97d930714cc08bd7d4c4cc6e83f35ca256
SIZE (gitlab-foss-v17.11.0.tar.bz2) = 129900742
TIMESTAMP = 1744950332
SHA256 (gitlab-v17.11.0-ee.tar.bz2) = 9bb12ae094f11dfc7358bd22536927695424a4fe96384cc8d25e0e33fe0449e1
SIZE (gitlab-v17.11.0-ee.tar.bz2) = 144392613
TIMESTAMP = 1745464764
SHA256 (gitlab-foss-v17.11.1.tar.bz2) = c2604473f99a61c4b3ba55ceafea5c029eee06f4990346fe9208053edca6955d
SIZE (gitlab-foss-v17.11.1.tar.bz2) = 129896615
TIMESTAMP = 1745464807
SHA256 (gitlab-v17.11.1-ee.tar.bz2) = 21130ad52e4107996ce22a1759910f6d071b282c89a043319f3bbb98967e1a6c
SIZE (gitlab-v17.11.1-ee.tar.bz2) = 144397253

View file

@ -0,0 +1,21 @@
PORTNAME= rqrcode
PORTVERSION= 2.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Library for encoding QR Codes
WWW= https://whomwah.github.io/rqrcode/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-chunky_png>=1.0<2:graphics/rubygem-chunky_png \
rubygem-rqrcode_core-gitlab>=1.0<2:www/rubygem-rqrcode_core-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1698066054
SHA256 (rubygem/rqrcode-2.2.0.gem) = 23eea88bb44c7ee6d6cab9354d08c287f7ebcdc6112e1fe7bcc2d010d1ffefc1
SIZE (rubygem/rqrcode-2.2.0.gem) = 105984

View file

@ -0,0 +1,3 @@
rQRCode is a library for encoding QRCodes in Ruby. It has a simple interface
with all the standard qrcode options. It was adapted from the Javascript
library by Kazuhiko Arase.

View file

@ -0,0 +1,18 @@
PORTNAME= rqrcode_core
DISTVERSION= 1.2.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Ruby library for encoding QR Codes
WWW= https://github.com/whomwah/rqrcode_core
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1745725395
SHA256 (rubygem/rqrcode_core-1.2.0.gem) = cf4989dc82d24e2877984738c4ee569308625fed2a810960f1b02d68d0308d1a
SIZE (rubygem/rqrcode_core-1.2.0.gem) = 18944

View file

@ -0,0 +1,15 @@
rqrcode_core is a library for encoding QR Codes in pure Ruby. It has a
simple interface with all the standard qrcode options. It was originally
adapted in 2008 from a Javascript library by Kazuhiko Arase.
Features:
* rqrcode_core is a Ruby only library. It requires no 3rd party
libraries. Just Ruby!
* It is an encoding library. You can't decode QR Codes with it.
* The interface is simple and assumes you just want to encode a string
into a QR Code, but also allows for encoding multiple segments.
* QR Code is trademarked by Denso Wave inc.
rqrcode_core is the basis of the popular rqrcode gem. This gem allows
you to generate different renderings of your QR Code, including png, svg
and ansi.

View file

@ -1,7 +1,6 @@
PORTNAME= cosmic-comp
DISTVERSIONPREFIX= epoch-
DISTVERSION= 1.0.0-alpha.5.1
PORTREVISION= 2
DISTVERSION= 1.0.0-alpha.7
CATEGORIES= x11-wm wayland
MAINTAINER= jbeich@FreeBSD.org
@ -25,7 +24,7 @@ USE_GITHUB= yes
USE_GL= gbm
USE_XORG= pixman
GH_ACCOUNT= pop-os
GH_TUPLE= pop-os:iced:0.4.2-2992-g9ad04dad:iced/../${WRKSRC_crate_iced:T}/iced
GH_TUPLE= pop-os:iced:0.4.2-2998-ga8c31a09:iced/../${WRKSRC_crate_iced:T}/iced
CARGO_FEATURES= --no-default-features # disable systemd
PLIST_FILES= bin/${PORTNAME} \
share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/defaults/keybindings.ron \
@ -41,6 +40,7 @@ CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false
post-patch:
# XXX Strip double / to help "make cargo-crates"
@${REINPLACE_CMD} -e 's,\(smithay\)//,\1/,' \
-e 's,\(pop-os\)//,\1/,' \
${WRKSRC}/Cargo.lock
# XXX Drop [patch.<url>] section to help "make cargo-configure"
@${REINPLACE_CMD} -e '/\[patch/,$$d' \

View file

@ -32,6 +32,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \
async-task-4.7.1 \
async-trait-0.1.85 \
atomic-waker-1.1.2 \
atomic_float-1.1.0 \
autocfg-1.4.0 \
backtrace-0.3.74 \
base64-0.21.7 \
@ -39,9 +40,8 @@ CARGO_CRATES= ab_glyph-0.2.29 \
basic-toml-0.1.9 \
bit-set-0.6.0 \
bit-vec-0.7.0 \
bit_field-0.10.2 \
bitflags-1.3.2 \
bitflags-2.7.0 \
bitflags-2.8.0 \
block-0.1.6 \
block-buffer-0.10.4 \
block2-0.5.1 \
@ -51,6 +51,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \
bytemuck-1.21.0 \
bytemuck_derive-1.8.1 \
byteorder-1.5.0 \
byteorder-lite-0.1.0 \
bytes-1.9.0 \
calloop-0.13.0 \
calloop-0.14.2 \
@ -63,6 +64,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \
cfg_aliases-0.2.1 \
cgmath-0.18.0 \
chrono-0.4.39 \
clap_lex-0.7.4 \
clipboard-win-5.4.0 \
cocoa-0.25.0 \
cocoa-foundation-0.1.2 \
@ -80,8 +82,6 @@ CARGO_CRATES= ab_glyph-0.2.29 \
cpufeatures-0.2.16 \
crc32fast-1.4.2 \
crossbeam-channel-0.5.14 \
crossbeam-deque-0.8.6 \
crossbeam-epoch-0.9.18 \
crossbeam-utils-0.8.21 \
crunchy-0.2.2 \
crypto-common-0.1.6 \
@ -113,21 +113,20 @@ CARGO_CRATES= ab_glyph-0.2.29 \
drm-fourcc-2.2.0 \
drm-sys-0.6.1 \
drm-sys-0.8.0 \
ecolor-0.29.1 \
egui-0.29.1 \
egui_extras-0.29.1 \
egui_glow-0.29.1 \
egui_plot-0.29.0 \
either-1.13.0 \
emath-0.29.1 \
ecolor-0.30.0 \
egui-0.30.0 \
egui_extras-0.30.0 \
egui_glow-0.30.0 \
egui_plot-0.30.0 \
emath-0.30.0 \
encoding_rs-0.8.35 \
endi-1.1.0 \
enum-map-2.7.3 \
enum-map-derive-0.17.0 \
enumflags2-0.7.10 \
enumflags2_derive-0.7.10 \
epaint-0.29.1 \
epaint_default_fonts-0.29.1 \
epaint-0.30.0 \
epaint_default_fonts-0.30.0 \
equivalent-1.0.1 \
errno-0.3.10 \
error-code-3.3.1 \
@ -135,7 +134,6 @@ CARGO_CRATES= ab_glyph-0.2.29 \
euclid-0.22.11 \
event-listener-5.4.0 \
event-listener-strategy-0.5.3 \
exr-1.73.0 \
fast-srgb8-1.0.0 \
fastrand-2.3.0 \
fdeflate-0.3.7 \
@ -175,12 +173,13 @@ CARGO_CRATES= ab_glyph-0.2.29 \
generic-array-0.14.7 \
gethostname-0.4.3 \
getrandom-0.2.15 \
getrandom-0.3.2 \
gif-0.13.1 \
gimli-0.31.1 \
gl_generator-0.14.0 \
glam-0.25.0 \
glow-0.13.1 \
glow-0.14.2 \
glow-0.16.0 \
glutin_wgl_sys-0.6.1 \
gpu-alloc-0.6.0 \
gpu-alloc-types-0.3.0 \
@ -221,7 +220,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \
ident_case-1.0.1 \
idna-1.0.3 \
idna_adapter-1.2.0 \
image-0.24.9 \
image-0.25.5 \
imagesize-0.12.0 \
indexmap-1.9.3 \
indexmap-2.7.0 \
@ -234,7 +233,6 @@ CARGO_CRATES= ab_glyph-0.2.29 \
intl-memoizer-0.5.2 \
intl_pluralrules-7.0.2 \
io-lifetimes-1.0.11 \
io-lifetimes-2.0.4 \
itoa-1.0.14 \
jni-0.21.1 \
jni-sys-0.3.0 \
@ -252,7 +250,6 @@ CARGO_CRATES= ab_glyph-0.2.29 \
kurbo-0.10.4 \
kurbo-0.11.1 \
lazy_static-1.5.0 \
lebe-0.5.2 \
libc-0.2.169 \
libdisplay-info-0.2.2 \
libdisplay-info-derive-0.1.0 \
@ -260,8 +257,8 @@ CARGO_CRATES= ab_glyph-0.2.29 \
libloading-0.8.6 \
libm-0.2.11 \
libredox-0.1.3 \
libseat-0.2.1 \
libseat-sys-0.1.7 \
libseat-0.2.3 \
libseat-sys-0.1.9 \
libsystemd-0.7.0 \
libudev-sys-0.1.4 \
linux-raw-sys-0.4.15 \
@ -270,7 +267,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \
litrs-0.4.1 \
locale_config-0.3.0 \
lock_api-0.4.12 \
log-0.4.22 \
log-0.4.25 \
log-panics-2.1.0 \
loom-0.7.2 \
lru-0.12.5 \
@ -374,17 +371,18 @@ CARGO_CRATES= ab_glyph-0.2.29 \
proc-macro2-diagnostics-0.10.1 \
profiling-1.0.16 \
profiling-procmacros-1.0.16 \
qoi-0.4.1 \
quick-xml-0.36.2 \
quick-xml-0.37.2 \
quote-1.0.38 \
r-efi-5.2.0 \
rand-0.8.5 \
rand-0.9.0 \
rand_chacha-0.3.1 \
rand_chacha-0.9.0 \
rand_core-0.6.4 \
rand_core-0.9.3 \
range-alloc-0.1.3 \
rangemap-1.5.1 \
raw-window-handle-0.6.2 \
rayon-1.10.0 \
rayon-core-1.12.1 \
rctree-0.5.0 \
read-fonts-0.25.3 \
redox_syscall-0.2.16 \
@ -401,7 +399,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \
resvg-0.37.0 \
resvg-0.42.0 \
rgb-0.8.50 \
ron-0.8.1 \
ron-0.9.0-alpha.0 \
roxmltree-0.19.0 \
roxmltree-0.20.0 \
rust-embed-8.5.0 \
@ -469,7 +467,6 @@ CARGO_CRATES= ab_glyph-0.2.29 \
thiserror-impl-1.0.69 \
thiserror-impl-2.0.11 \
thread_local-1.1.8 \
tiff-0.9.1 \
time-0.3.37 \
time-core-0.1.2 \
time-macros-0.2.19 \
@ -519,12 +516,13 @@ CARGO_CRATES= ab_glyph-0.2.29 \
usvg-tree-0.37.0 \
utf16_iter-1.0.5 \
utf8_iter-1.0.4 \
uuid-1.11.1 \
uuid-1.12.0 \
valuable-0.1.0 \
version-compare-0.2.0 \
version_check-0.9.5 \
walkdir-2.5.0 \
wasi-0.11.0+wasi-snapshot-preview1 \
wasi-0.14.2+wasi-0.2.4 \
wasm-bindgen-0.2.100 \
wasm-bindgen-backend-0.2.100 \
wasm-bindgen-futures-0.4.50 \
@ -532,18 +530,18 @@ CARGO_CRATES= ab_glyph-0.2.29 \
wasm-bindgen-macro-support-0.2.100 \
wasm-bindgen-shared-0.2.100 \
wasm-timer-0.2.5 \
wayland-backend-0.3.7 \
wayland-client-0.31.7 \
wayland-backend-0.3.8 \
wayland-client-0.31.8 \
wayland-csd-frame-0.3.0 \
wayland-cursor-0.31.7 \
wayland-egl-0.32.4 \
wayland-protocols-0.32.5 \
wayland-protocols-misc-0.3.5 \
wayland-cursor-0.31.8 \
wayland-egl-0.32.5 \
wayland-protocols-0.32.6 \
wayland-protocols-misc-0.3.6 \
wayland-protocols-plasma-0.3.5 \
wayland-protocols-wlr-0.3.5 \
wayland-scanner-0.31.5 \
wayland-server-0.31.6 \
wayland-sys-0.31.5 \
wayland-protocols-wlr-0.3.6 \
wayland-scanner-0.31.6 \
wayland-server-0.31.7 \
wayland-sys-0.31.6 \
web-sys-0.3.77 \
web-time-1.1.0 \
weezl-0.1.8 \
@ -595,6 +593,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \
windows_x86_64_msvc-0.52.6 \
winit-0.30.8 \
winnow-0.6.24 \
wit-bindgen-rt-0.39.0 \
write16-1.0.0 \
writeable-0.5.5 \
x11-dl-2.21.0 \
@ -619,26 +618,29 @@ CARGO_CRATES= ab_glyph-0.2.29 \
zbus_names-3.0.0 \
zeno-0.3.2 \
zerocopy-0.7.35 \
zerocopy-0.8.24 \
zerocopy-derive-0.7.35 \
zerocopy-derive-0.8.24 \
zerofrom-0.1.5 \
zerofrom-derive-0.1.5 \
zerovec-0.10.4 \
zerovec-derive-0.10.3 \
zune-inflate-0.2.54 \
zune-core-0.4.12 \
zune-jpeg-0.4.14 \
zvariant-4.2.0 \
zvariant_derive-4.2.0 \
zvariant_utils-2.1.0 \
taffy@git+https://github.com/DioxusLabs/taffy?rev=7781c70\#7781c70241f7f572130c13106f2a869a9cf80885 \
cosmic-config,cosmic-config-derive,cosmic-theme,iced,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,libcosmic@git+https://github.com/pop-os/libcosmic/\#af9e353f5003cb323a46340acf1939123147a041 \
cosmic-text@git+https://github.com/pop-os/cosmic-text.git\#9125dd48b771e9aa7833d106a9850e935f71eaa6 \
cosmic-settings-config@git+https://github.com/pop-os/cosmic-settings-daemon\#e2aa1056900d6f8c9c7555c0401aa7c99281eb06 \
atomicwrites@git+https://github.com/jackpot51/rust-atomicwrites\#043ab4859d53ffd3d55334685303d8df39c9f768 \
id_tree@git+https://github.com/Drakulix/id-tree.git?branch=feature/copy_clone\#632a57d6d49160e18d7300fa7edae52281ec5482 \
iced_glyphon@git+https://github.com/pop-os/glyphon.git?tag=iced-0.14-dev\#6ef9d12a20cfd0f7bdf38136a26ded9f7459ec8b \
clipboard_macos,clipboard_wayland,clipboard_x11,dnd,mime,window_clipboard@git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2\#6b9faab87bea9cebec6ae036906fd67fed254f5f \
softbuffer@git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0\#6e75b1ad7e98397d37cb187886d05969bc480995 \
smithay-egui@git+https://github.com/Smithay/smithay-egui.git?rev=6118550\#61185502f32c2d944fcf36e5edcb014fe0a8b8ac \
smithay@git+https://github.com/smithay/smithay?rev=1ceba66\#1ceba66e1c3b278b96a83e85a392278e8a7c9661 \
cosmic-config,cosmic-config-derive,cosmic-theme,iced,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,libcosmic@git+https://github.com/pop-os/libcosmic/\#8a0e74b189f53dae9b8001c6fa5cf1820b3ececb \
cosmic-client-toolkit,cosmic-protocols@git+https://github.com/pop-os/cosmic-protocols?branch=main\#bc4af9183e0967802d7fbe91ba811a29ca6a3b67 \
smithay@git+https://github.com/smithay/smithay/?rev=ce61c9b\#ce61c9b3293b13adf03863848426f0d7c4907c3e \
smithay-clipboard@git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5\#5a3007def49eb678d1144850c9ee04b80707c56a \
cosmic-settings-config@git+https://github.com/pop-os/cosmic-settings-daemon\#61c76a9d060827402eeb9fe92cae73ce159d66e5 \
cosmic-text@git+https://github.com/pop-os/cosmic-text.git\#166b59f560c551dab391a864f7c1f503c1e18446 \
cosmic-client-toolkit,cosmic-protocols@git+https://github.com/pop-os/cosmic-protocols?rev=d218c76\#d218c76b58c7a3b20dd5e7943f93fc306a1b81b8 \
cosmic-freedesktop-icons@git+https://github.com/pop-os/freedesktop-icons\#bfc22d531596b57646dc47bcd70b2eb6f3152cd4
smithay-egui@git+https://github.com/Smithay/smithay-egui.git?rev=e720136\#e7201366b88e4fb20d0c6618a6cac9acc6299e07 \
cosmic-freedesktop-icons@git+https://github.com/pop-os/freedesktop-icons\#bfc22d531596b57646dc47bcd70b2eb6f3152cd4 \
id_tree@git+https://github.com/Drakulix/id-tree.git?branch=feature%2Fcopy_clone\#632a57d6d49160e18d7300fa7edae52281ec5482

View file

@ -1,4 +1,4 @@
TIMESTAMP = 1736886376
TIMESTAMP = 1745491550
SHA256 (rust/crates/ab_glyph-0.2.29.crate) = ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0
SIZE (rust/crates/ab_glyph-0.2.29.crate) = 20011
SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046
@ -67,6 +67,8 @@ SHA256 (rust/crates/async-trait-0.1.85.crate) = 3f934833b4b7233644e5848f235df3f5
SIZE (rust/crates/async-trait-0.1.85.crate) = 33251
SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0
SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422
SHA256 (rust/crates/atomic_float-1.1.0.crate) = 628d228f918ac3b82fe590352cc719d30664a0c13ca3a60266fe02c7132d480a
SIZE (rust/crates/atomic_float-1.1.0.crate) = 16232
SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26
SIZE (rust/crates/autocfg-1.4.0.crate) = 17712
SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a
@ -81,12 +83,10 @@ SHA256 (rust/crates/bit-set-0.6.0.crate) = f0481a0e032742109b1133a095184ee93d88f
SIZE (rust/crates/bit-set-0.6.0.crate) = 15557
SHA256 (rust/crates/bit-vec-0.7.0.crate) = d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22
SIZE (rust/crates/bit-vec-0.7.0.crate) = 23206
SHA256 (rust/crates/bit_field-0.10.2.crate) = dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61
SIZE (rust/crates/bit_field-0.10.2.crate) = 10568
SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a
SIZE (rust/crates/bitflags-1.3.2.crate) = 23021
SHA256 (rust/crates/bitflags-2.7.0.crate) = 1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be
SIZE (rust/crates/bitflags-2.7.0.crate) = 45924
SHA256 (rust/crates/bitflags-2.8.0.crate) = 8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36
SIZE (rust/crates/bitflags-2.8.0.crate) = 47482
SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a
SIZE (rust/crates/block-0.1.6.crate) = 4077
SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71
@ -105,6 +105,8 @@ SHA256 (rust/crates/bytemuck_derive-1.8.1.crate) = 3fa76293b4f7bb636ab88fd782282
SIZE (rust/crates/bytemuck_derive-1.8.1.crate) = 23100
SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b
SIZE (rust/crates/byteorder-1.5.0.crate) = 23288
SHA256 (rust/crates/byteorder-lite-0.1.0.crate) = 8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495
SIZE (rust/crates/byteorder-lite-0.1.0.crate) = 15909
SHA256 (rust/crates/bytes-1.9.0.crate) = 325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b
SIZE (rust/crates/bytes-1.9.0.crate) = 67320
SHA256 (rust/crates/calloop-0.13.0.crate) = b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec
@ -129,6 +131,8 @@ SHA256 (rust/crates/cgmath-0.18.0.crate) = 1a98d30140e3296250832bbaaff83b27dcd6f
SIZE (rust/crates/cgmath-0.18.0.crate) = 64802
SHA256 (rust/crates/chrono-0.4.39.crate) = 7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825
SIZE (rust/crates/chrono-0.4.39.crate) = 222248
SHA256 (rust/crates/clap_lex-0.7.4.crate) = f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6
SIZE (rust/crates/clap_lex-0.7.4.crate) = 12858
SHA256 (rust/crates/clipboard-win-5.4.0.crate) = 15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892
SIZE (rust/crates/clipboard-win-5.4.0.crate) = 20559
SHA256 (rust/crates/cocoa-0.25.0.crate) = f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c
@ -163,10 +167,6 @@ SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a275
SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491
SHA256 (rust/crates/crossbeam-channel-0.5.14.crate) = 06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471
SIZE (rust/crates/crossbeam-channel-0.5.14.crate) = 92728
SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51
SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471
SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e
SIZE (rust/crates/crossbeam-epoch-0.9.18.crate) = 46875
SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28
SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691
SHA256 (rust/crates/crunchy-0.2.2.crate) = 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7
@ -229,20 +229,18 @@ SHA256 (rust/crates/drm-sys-0.6.1.crate) = 2d09ff881f92f118b11105ba5e34ff8f4adf2
SIZE (rust/crates/drm-sys-0.6.1.crate) = 10363
SHA256 (rust/crates/drm-sys-0.8.0.crate) = bafb66c8dbc944d69e15cfcc661df7e703beffbaec8bd63151368b06c5f9858c
SIZE (rust/crates/drm-sys-0.8.0.crate) = 10472
SHA256 (rust/crates/ecolor-0.29.1.crate) = 775cfde491852059e386c4e1deb4aef381c617dc364184c6f6afee99b87c402b
SIZE (rust/crates/ecolor-0.29.1.crate) = 12330
SHA256 (rust/crates/egui-0.29.1.crate) = 53eafabcce0cb2325a59a98736efe0bf060585b437763f8c476957fb274bb974
SIZE (rust/crates/egui-0.29.1.crate) = 340450
SHA256 (rust/crates/egui_extras-0.29.1.crate) = bf3c1f5cd8dfe2ade470a218696c66cf556fcfd701e7830fa2e9f4428292a2a1
SIZE (rust/crates/egui_extras-0.29.1.crate) = 37047
SHA256 (rust/crates/egui_glow-0.29.1.crate) = 0e39bccc683cd43adab530d8f21a13eb91e80de10bcc38c3f1c16601b6f62b26
SIZE (rust/crates/egui_glow-0.29.1.crate) = 33221
SHA256 (rust/crates/egui_plot-0.29.0.crate) = d8dca4871c15d51aadb79534dcf51a8189e5de3426ee7b465eb7db9a0a81ea67
SIZE (rust/crates/egui_plot-0.29.0.crate) = 44798
SHA256 (rust/crates/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0
SIZE (rust/crates/either-1.13.0.crate) = 19169
SHA256 (rust/crates/emath-0.29.1.crate) = b1fe0049ce51d0fb414d029e668dd72eb30bc2b739bf34296ed97bd33df544f3
SIZE (rust/crates/emath-0.29.1.crate) = 26278
SHA256 (rust/crates/ecolor-0.30.0.crate) = 7d72e9c39f6e11a2e922d04a34ec5e7ef522ea3f5a1acfca7a19d16ad5fe50f5
SIZE (rust/crates/ecolor-0.30.0.crate) = 12636
SHA256 (rust/crates/egui-0.30.0.crate) = 252d52224d35be1535d7fd1d6139ce071fb42c9097773e79f7665604f5596b5e
SIZE (rust/crates/egui-0.30.0.crate) = 347108
SHA256 (rust/crates/egui_extras-0.30.0.crate) = 3d7a8198c088b1007108cb2d403bc99a5e370999b200db4f14559610d7330126
SIZE (rust/crates/egui_extras-0.30.0.crate) = 37314
SHA256 (rust/crates/egui_glow-0.30.0.crate) = 3eaf6264cc7608e3e69a7d57a6175f438275f1b3889c1a551b418277721c95e6
SIZE (rust/crates/egui_glow-0.30.0.crate) = 33957
SHA256 (rust/crates/egui_plot-0.30.0.crate) = c226cae80a6ee10c4d3aaf9e33bd9e9b2f1c0116b6036bdc2a1cfc9d2d0dcc10
SIZE (rust/crates/egui_plot-0.30.0.crate) = 45222
SHA256 (rust/crates/emath-0.30.0.crate) = c4fe73c1207b864ee40aa0b0c038d6092af1030744678c60188a05c28553515d
SIZE (rust/crates/emath-0.30.0.crate) = 27174
SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3
SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050
SHA256 (rust/crates/endi-1.1.0.crate) = a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf
@ -255,10 +253,10 @@ SHA256 (rust/crates/enumflags2-0.7.10.crate) = d232db7f5956f3f14313dc2f87985c58b
SIZE (rust/crates/enumflags2-0.7.10.crate) = 16622
SHA256 (rust/crates/enumflags2_derive-0.7.10.crate) = de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8
SIZE (rust/crates/enumflags2_derive-0.7.10.crate) = 8104
SHA256 (rust/crates/epaint-0.29.1.crate) = a32af8da821bd4f43f2c137e295459ee2e1661d87ca8779dfa0eaf45d870e20f
SIZE (rust/crates/epaint-0.29.1.crate) = 85116
SHA256 (rust/crates/epaint_default_fonts-0.29.1.crate) = 483440db0b7993cf77a20314f08311dbe95675092405518c0677aa08c151a3ea
SIZE (rust/crates/epaint_default_fonts-0.29.1.crate) = 783706
SHA256 (rust/crates/epaint-0.30.0.crate) = 5666f8d25236293c966fbb3635eac18b04ad1914e3bab55bc7d44b9980cafcac
SIZE (rust/crates/epaint-0.30.0.crate) = 85708
SHA256 (rust/crates/epaint_default_fonts-0.30.0.crate) = 66f6ddac3e6ac6fd4c3d48bb8b1943472f8da0f43a4303bcd8a18aa594401c80
SIZE (rust/crates/epaint_default_fonts-0.30.0.crate) = 783925
SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5
SIZE (rust/crates/equivalent-1.0.1.crate) = 6615
SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d
@ -273,8 +271,6 @@ SHA256 (rust/crates/event-listener-5.4.0.crate) = 3492acde4c3fc54c845eaab3eed8bd
SIZE (rust/crates/event-listener-5.4.0.crate) = 43452
SHA256 (rust/crates/event-listener-strategy-0.5.3.crate) = 3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2
SIZE (rust/crates/event-listener-strategy-0.5.3.crate) = 10920
SHA256 (rust/crates/exr-1.73.0.crate) = f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0
SIZE (rust/crates/exr-1.73.0.crate) = 244371
SHA256 (rust/crates/fast-srgb8-1.0.0.crate) = dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1
SIZE (rust/crates/fast-srgb8-1.0.0.crate) = 17214
SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be
@ -353,6 +349,8 @@ SHA256 (rust/crates/gethostname-0.4.3.crate) = 0176e0459c2e4a1fe232f984bca6890e6
SIZE (rust/crates/gethostname-0.4.3.crate) = 9336
SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7
SIZE (rust/crates/getrandom-0.2.15.crate) = 37163
SHA256 (rust/crates/getrandom-0.3.2.crate) = 73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0
SIZE (rust/crates/getrandom-0.3.2.crate) = 49140
SHA256 (rust/crates/gif-0.13.1.crate) = 3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2
SIZE (rust/crates/gif-0.13.1.crate) = 36408
SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f
@ -363,8 +361,8 @@ SHA256 (rust/crates/glam-0.25.0.crate) = 151665d9be52f9bb40fc7966565d39666f2d1e6
SIZE (rust/crates/glam-0.25.0.crate) = 364932
SHA256 (rust/crates/glow-0.13.1.crate) = bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1
SIZE (rust/crates/glow-0.13.1.crate) = 150940
SHA256 (rust/crates/glow-0.14.2.crate) = d51fa363f025f5c111e03f13eda21162faeacb6911fe8caa0c0349f9cf0c4483
SIZE (rust/crates/glow-0.14.2.crate) = 156225
SHA256 (rust/crates/glow-0.16.0.crate) = c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08
SIZE (rust/crates/glow-0.16.0.crate) = 162118
SHA256 (rust/crates/glutin_wgl_sys-0.6.1.crate) = 2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e
SIZE (rust/crates/glutin_wgl_sys-0.6.1.crate) = 5567
SHA256 (rust/crates/gpu-alloc-0.6.0.crate) = fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171
@ -445,8 +443,8 @@ SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f
SIZE (rust/crates/idna-1.0.3.crate) = 142515
SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71
SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206
SHA256 (rust/crates/image-0.24.9.crate) = 5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d
SIZE (rust/crates/image-0.24.9.crate) = 9261055
SHA256 (rust/crates/image-0.25.5.crate) = cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b
SIZE (rust/crates/image-0.25.5.crate) = 241073
SHA256 (rust/crates/imagesize-0.12.0.crate) = 029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284
SIZE (rust/crates/imagesize-0.12.0.crate) = 15747
SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99
@ -471,8 +469,6 @@ SHA256 (rust/crates/intl_pluralrules-7.0.2.crate) = 078ea7b7c29a2b4df841a7f6ac87
SIZE (rust/crates/intl_pluralrules-7.0.2.crate) = 9201
SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2
SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346
SHA256 (rust/crates/io-lifetimes-2.0.4.crate) = 06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983
SIZE (rust/crates/io-lifetimes-2.0.4.crate) = 28501
SHA256 (rust/crates/itoa-1.0.14.crate) = d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674
SIZE (rust/crates/itoa-1.0.14.crate) = 11210
SHA256 (rust/crates/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97
@ -507,8 +503,6 @@ SHA256 (rust/crates/kurbo-0.11.1.crate) = 89234b2cc610a7dd927ebde6b41dd1a5d4214c
SIZE (rust/crates/kurbo-0.11.1.crate) = 129186
SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe
SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025
SHA256 (rust/crates/lebe-0.5.2.crate) = 03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8
SIZE (rust/crates/lebe-0.5.2.crate) = 8422
SHA256 (rust/crates/libc-0.2.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a
SIZE (rust/crates/libc-0.2.169.crate) = 757901
SHA256 (rust/crates/libdisplay-info-0.2.2.crate) = 4210cfe93a0dc37228e08105e3c13171e5af816f7bd39e00e3d3adcf2b487a2b
@ -523,10 +517,10 @@ SHA256 (rust/crates/libm-0.2.11.crate) = 8355be11b20d696c8f18f6cc018c4e372165b1f
SIZE (rust/crates/libm-0.2.11.crate) = 111477
SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d
SIZE (rust/crates/libredox-0.1.3.crate) = 6068
SHA256 (rust/crates/libseat-0.2.1.crate) = 54a0adf8d8607a73a5b74cbe4132f57cb349e4bf860103cd089461bbcbc9907e
SIZE (rust/crates/libseat-0.2.1.crate) = 6620
SHA256 (rust/crates/libseat-sys-0.1.7.crate) = 3671cb5e03871f1d6bf0b3b5daa9275549e348fa6359e0f9adb910ca163d4c34
SIZE (rust/crates/libseat-sys-0.1.7.crate) = 1955
SHA256 (rust/crates/libseat-0.2.3.crate) = c23a245bbd5790c690791c4fe6eefafe4c75851226288a71cb657601135aa00c
SIZE (rust/crates/libseat-0.2.3.crate) = 6699
SHA256 (rust/crates/libseat-sys-0.1.9.crate) = 134621e50557e8698a96ccff3eadbc6f4b449d5d12f8aa48fcef8d40b4b02725
SIZE (rust/crates/libseat-sys-0.1.9.crate) = 2029
SHA256 (rust/crates/libsystemd-0.7.0.crate) = c592dc396b464005f78a5853555b9f240bc5378bf5221acc4e129910b2678869
SIZE (rust/crates/libsystemd-0.7.0.crate) = 35596
SHA256 (rust/crates/libudev-sys-0.1.4.crate) = 3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324
@ -543,8 +537,8 @@ SHA256 (rust/crates/locale_config-0.3.0.crate) = 08d2c35b16f4483f6c26f0e4e955071
SIZE (rust/crates/locale_config-0.3.0.crate) = 20808
SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17
SIZE (rust/crates/lock_api-0.4.12.crate) = 27591
SHA256 (rust/crates/log-0.4.22.crate) = a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24
SIZE (rust/crates/log-0.4.22.crate) = 44027
SHA256 (rust/crates/log-0.4.25.crate) = 04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f
SIZE (rust/crates/log-0.4.25.crate) = 44876
SHA256 (rust/crates/log-panics-2.1.0.crate) = 68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f
SIZE (rust/crates/log-panics-2.1.0.crate) = 9464
SHA256 (rust/crates/loom-0.7.2.crate) = 419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca
@ -751,28 +745,30 @@ SHA256 (rust/crates/profiling-1.0.16.crate) = afbdc74edc00b6f6a218ca6a5364d6226a
SIZE (rust/crates/profiling-1.0.16.crate) = 12588
SHA256 (rust/crates/profiling-procmacros-1.0.16.crate) = a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30
SIZE (rust/crates/profiling-procmacros-1.0.16.crate) = 5893
SHA256 (rust/crates/qoi-0.4.1.crate) = 7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001
SIZE (rust/crates/qoi-0.4.1.crate) = 71135
SHA256 (rust/crates/quick-xml-0.36.2.crate) = f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe
SIZE (rust/crates/quick-xml-0.36.2.crate) = 185201
SHA256 (rust/crates/quick-xml-0.37.2.crate) = 165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003
SIZE (rust/crates/quick-xml-0.37.2.crate) = 188017
SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc
SIZE (rust/crates/quote-1.0.38.crate) = 31252
SHA256 (rust/crates/r-efi-5.2.0.crate) = 74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5
SIZE (rust/crates/r-efi-5.2.0.crate) = 64764
SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404
SIZE (rust/crates/rand-0.8.5.crate) = 87113
SHA256 (rust/crates/rand-0.9.0.crate) = 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94
SIZE (rust/crates/rand-0.9.0.crate) = 97798
SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88
SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251
SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb
SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258
SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c
SIZE (rust/crates/rand_core-0.6.4.crate) = 22666
SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38
SIZE (rust/crates/rand_core-0.9.3.crate) = 24543
SHA256 (rust/crates/range-alloc-0.1.3.crate) = 9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab
SIZE (rust/crates/range-alloc-0.1.3.crate) = 7664
SHA256 (rust/crates/rangemap-1.5.1.crate) = f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684
SIZE (rust/crates/rangemap-1.5.1.crate) = 57091
SHA256 (rust/crates/raw-window-handle-0.6.2.crate) = 20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539
SIZE (rust/crates/raw-window-handle-0.6.2.crate) = 20234
SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa
SIZE (rust/crates/rayon-1.10.0.crate) = 180155
SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2
SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701
SHA256 (rust/crates/rctree-0.5.0.crate) = 3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f
SIZE (rust/crates/rctree-0.5.0.crate) = 8298
SHA256 (rust/crates/read-fonts-0.25.3.crate) = f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f
@ -805,8 +801,8 @@ SHA256 (rust/crates/resvg-0.42.0.crate) = 944d052815156ac8fa77eaac055220e95ba0b0
SIZE (rust/crates/resvg-0.42.0.crate) = 78253
SHA256 (rust/crates/rgb-0.8.50.crate) = 57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a
SIZE (rust/crates/rgb-0.8.50.crate) = 21980
SHA256 (rust/crates/ron-0.8.1.crate) = b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94
SIZE (rust/crates/ron-0.8.1.crate) = 63251
SHA256 (rust/crates/ron-0.9.0-alpha.0.crate) = 6c0bd893640cac34097a74f0c2389ddd54c62d6a3c635fa93cafe6b6bc19be6a
SIZE (rust/crates/ron-0.9.0-alpha.0.crate) = 107410
SHA256 (rust/crates/roxmltree-0.19.0.crate) = 3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f
SIZE (rust/crates/roxmltree-0.19.0.crate) = 53547
SHA256 (rust/crates/roxmltree-0.20.0.crate) = 6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97
@ -941,8 +937,6 @@ SHA256 (rust/crates/thiserror-impl-2.0.11.crate) = 26afc1baea8a989337eeb52b6e72a
SIZE (rust/crates/thiserror-impl-2.0.11.crate) = 21067
SHA256 (rust/crates/thread_local-1.1.8.crate) = 8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c
SIZE (rust/crates/thread_local-1.1.8.crate) = 13962
SHA256 (rust/crates/tiff-0.9.1.crate) = ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e
SIZE (rust/crates/tiff-0.9.1.crate) = 1423953
SHA256 (rust/crates/time-0.3.37.crate) = 35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21
SIZE (rust/crates/time-0.3.37.crate) = 123257
SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3
@ -1041,8 +1035,8 @@ SHA256 (rust/crates/utf16_iter-1.0.5.crate) = c8232dd3cdaed5356e0f716d285e4b40b9
SIZE (rust/crates/utf16_iter-1.0.5.crate) = 9736
SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be
SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437
SHA256 (rust/crates/uuid-1.11.1.crate) = b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4
SIZE (rust/crates/uuid-1.11.1.crate) = 47721
SHA256 (rust/crates/uuid-1.12.0.crate) = 744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4
SIZE (rust/crates/uuid-1.12.0.crate) = 49085
SHA256 (rust/crates/valuable-0.1.0.crate) = 830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d
SIZE (rust/crates/valuable-0.1.0.crate) = 27718
SHA256 (rust/crates/version-compare-0.2.0.crate) = 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b
@ -1053,6 +1047,8 @@ SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06
SIZE (rust/crates/walkdir-2.5.0.crate) = 23951
SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423
SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131
SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3
SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921
SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5
SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288
SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6
@ -1067,30 +1063,30 @@ SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda
SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570
SHA256 (rust/crates/wasm-timer-0.2.5.crate) = be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f
SIZE (rust/crates/wasm-timer-0.2.5.crate) = 21668
SHA256 (rust/crates/wayland-backend-0.3.7.crate) = 056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6
SIZE (rust/crates/wayland-backend-0.3.7.crate) = 71771
SHA256 (rust/crates/wayland-client-0.31.7.crate) = b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280
SIZE (rust/crates/wayland-client-0.31.7.crate) = 64486
SHA256 (rust/crates/wayland-backend-0.3.8.crate) = b7208998eaa3870dad37ec8836979581506e0c5c64c20c9e79e9d2a10d6f47bf
SIZE (rust/crates/wayland-backend-0.3.8.crate) = 75317
SHA256 (rust/crates/wayland-client-0.31.8.crate) = c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f
SIZE (rust/crates/wayland-client-0.31.8.crate) = 64449
SHA256 (rust/crates/wayland-csd-frame-0.3.0.crate) = 625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e
SIZE (rust/crates/wayland-csd-frame-0.3.0.crate) = 5696
SHA256 (rust/crates/wayland-cursor-0.31.7.crate) = 32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c
SIZE (rust/crates/wayland-cursor-0.31.7.crate) = 7567
SHA256 (rust/crates/wayland-egl-0.32.4.crate) = 4e3cb8b84ff95310fe59ce6c61f1fa344ec22f4c240c369a2b20f15caebfede4
SIZE (rust/crates/wayland-egl-0.32.4.crate) = 4075
SHA256 (rust/crates/wayland-protocols-0.32.5.crate) = 7cd0ade57c4e6e9a8952741325c30bf82f4246885dca8bf561898b86d0c1f58e
SIZE (rust/crates/wayland-protocols-0.32.5.crate) = 176196
SHA256 (rust/crates/wayland-protocols-misc-0.3.5.crate) = da2e42969764e469a115d4bb1c16e9588ef8b75b127ba7a2c9ddf1e140b25ca7
SIZE (rust/crates/wayland-protocols-misc-0.3.5.crate) = 13880
SHA256 (rust/crates/wayland-cursor-0.31.8.crate) = a93029cbb6650748881a00e4922b076092a6a08c11e7fbdb923f064b23968c5d
SIZE (rust/crates/wayland-cursor-0.31.8.crate) = 9731
SHA256 (rust/crates/wayland-egl-0.32.5.crate) = 504838241a10e271f48ffd429ac4033e0ac468b399fe7c2e2840f5c3a82d9902
SIZE (rust/crates/wayland-egl-0.32.5.crate) = 5947
SHA256 (rust/crates/wayland-protocols-0.32.6.crate) = 0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc
SIZE (rust/crates/wayland-protocols-0.32.6.crate) = 187909
SHA256 (rust/crates/wayland-protocols-misc-0.3.6.crate) = feb7ee1810026d1bb15d47086d03a7e5c68651c707e305ba1e8cc796fcbf5a54
SIZE (rust/crates/wayland-protocols-misc-0.3.6.crate) = 16147
SHA256 (rust/crates/wayland-protocols-plasma-0.3.5.crate) = 9b31cab548ee68c7eb155517f2212049dc151f7cd7910c2b66abfd31c3ee12bd
SIZE (rust/crates/wayland-protocols-plasma-0.3.5.crate) = 60530
SHA256 (rust/crates/wayland-protocols-wlr-0.3.5.crate) = 782e12f6cd923c3c316130d56205ebab53f55d6666b7faddfad36cecaeeb4022
SIZE (rust/crates/wayland-protocols-wlr-0.3.5.crate) = 26282
SHA256 (rust/crates/wayland-scanner-0.31.5.crate) = 597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3
SIZE (rust/crates/wayland-scanner-0.31.5.crate) = 35779
SHA256 (rust/crates/wayland-server-0.31.6.crate) = c89532cc712a2adb119eb4d09694b402576052254d0bb284f82ac1c47fb786ad
SIZE (rust/crates/wayland-server-0.31.6.crate) = 53260
SHA256 (rust/crates/wayland-sys-0.31.5.crate) = efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09
SIZE (rust/crates/wayland-sys-0.31.5.crate) = 8630
SHA256 (rust/crates/wayland-protocols-wlr-0.3.6.crate) = 248a02e6f595aad796561fa82d25601bd2c8c3b145b1c7453fc8f94c1a58f8b2
SIZE (rust/crates/wayland-protocols-wlr-0.3.6.crate) = 28621
SHA256 (rust/crates/wayland-scanner-0.31.6.crate) = 896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484
SIZE (rust/crates/wayland-scanner-0.31.6.crate) = 36365
SHA256 (rust/crates/wayland-server-0.31.7.crate) = 97fabd7ed68cff8e7657b8a8a1fbe90cb4a3f0c30d90da4bf179a7a23008a4cb
SIZE (rust/crates/wayland-server-0.31.7.crate) = 55413
SHA256 (rust/crates/wayland-sys-0.31.6.crate) = dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615
SIZE (rust/crates/wayland-sys-0.31.6.crate) = 10049
SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2
SIZE (rust/crates/web-sys-0.3.77.crate) = 638246
SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb
@ -1193,6 +1189,8 @@ SHA256 (rust/crates/winit-0.30.8.crate) = f5d74280aabb958072864bff6cfbcf9025cf8b
SIZE (rust/crates/winit-0.30.8.crate) = 596137
SHA256 (rust/crates/winnow-0.6.24.crate) = c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a
SIZE (rust/crates/winnow-0.6.24.crate) = 165680
SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1
SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241
SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936
SIZE (rust/crates/write16-1.0.0.crate) = 7218
SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51
@ -1241,8 +1239,12 @@ SHA256 (rust/crates/zeno-0.3.2.crate) = cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2
SIZE (rust/crates/zeno-0.3.2.crate) = 42253
SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0
SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645
SHA256 (rust/crates/zerocopy-0.8.24.crate) = 2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879
SIZE (rust/crates/zerocopy-0.8.24.crate) = 243777
SHA256 (rust/crates/zerocopy-derive-0.7.35.crate) = fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e
SIZE (rust/crates/zerocopy-derive-0.7.35.crate) = 37829
SHA256 (rust/crates/zerocopy-derive-0.8.24.crate) = a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be
SIZE (rust/crates/zerocopy-derive-0.8.24.crate) = 86487
SHA256 (rust/crates/zerofrom-0.1.5.crate) = cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e
SIZE (rust/crates/zerofrom-0.1.5.crate) = 5091
SHA256 (rust/crates/zerofrom-derive-0.1.5.crate) = 595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808
@ -1251,8 +1253,10 @@ SHA256 (rust/crates/zerovec-0.10.4.crate) = aa2b893d79df23bfb12d5461018d408ea19d
SIZE (rust/crates/zerovec-0.10.4.crate) = 126398
SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6
SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438
SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02
SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973
SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a
SIZE (rust/crates/zune-core-0.4.12.crate) = 17355
SHA256 (rust/crates/zune-jpeg-0.4.14.crate) = 99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028
SIZE (rust/crates/zune-jpeg-0.4.14.crate) = 63388
SHA256 (rust/crates/zvariant-4.2.0.crate) = 2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe
SIZE (rust/crates/zvariant-4.2.0.crate) = 82180
SHA256 (rust/crates/zvariant_derive-4.2.0.crate) = 73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449
@ -1261,33 +1265,33 @@ SHA256 (rust/crates/zvariant_utils-2.1.0.crate) = c51bcff7cc3dbb5055396bcf774748
SIZE (rust/crates/zvariant_utils-2.1.0.crate) = 7043
SHA256 (DioxusLabs-taffy-7781c70241f7f572130c13106f2a869a9cf80885_GH0.tar.gz) = e1a8e5cd37d8bb34badfd3c3e03a6948893a2ae6f789143162253f1f8e11fd4a
SIZE (DioxusLabs-taffy-7781c70241f7f572130c13106f2a869a9cf80885_GH0.tar.gz) = 389939
SHA256 (pop-os-libcosmic-af9e353f5003cb323a46340acf1939123147a041_GH0.tar.gz) = fafb96349fd813de0bbc4518e264e129ddab54090a073f6e0f1cfb34119e23f5
SIZE (pop-os-libcosmic-af9e353f5003cb323a46340acf1939123147a041_GH0.tar.gz) = 1115688
SHA256 (pop-os-cosmic-text-9125dd48b771e9aa7833d106a9850e935f71eaa6_GH0.tar.gz) = 2e5a67032743248bfc7f575c49164da84d0991841b39b9876fa4d88b5e13659b
SIZE (pop-os-cosmic-text-9125dd48b771e9aa7833d106a9850e935f71eaa6_GH0.tar.gz) = 181735
SHA256 (pop-os-cosmic-settings-daemon-e2aa1056900d6f8c9c7555c0401aa7c99281eb06_GH0.tar.gz) = 0240cbdf5ed6ba1f61c397162ffb3ed01473781961810b4f6ead530e05ea148a
SIZE (pop-os-cosmic-settings-daemon-e2aa1056900d6f8c9c7555c0401aa7c99281eb06_GH0.tar.gz) = 73958
SHA256 (jackpot51-rust-atomicwrites-043ab4859d53ffd3d55334685303d8df39c9f768_GH0.tar.gz) = 95ce4266b50ce6470ba74a5a9ce718bbfba45bf5ab43786db05be1682f6f0db1
SIZE (jackpot51-rust-atomicwrites-043ab4859d53ffd3d55334685303d8df39c9f768_GH0.tar.gz) = 6787
SHA256 (Drakulix-id-tree-632a57d6d49160e18d7300fa7edae52281ec5482_GH0.tar.gz) = 8393b1b94f1f2d00c916b677e898332579420d8cf3781a68d1866c1b9bc8685d
SIZE (Drakulix-id-tree-632a57d6d49160e18d7300fa7edae52281ec5482_GH0.tar.gz) = 29608
SHA256 (pop-os-glyphon-iced-0.14-dev_GH0.tar.gz) = ec5f82cdbf5f5c0a7313cad64de78365d51c196d3bb54f645c9f186b08eac74b
SIZE (pop-os-glyphon-iced-0.14-dev_GH0.tar.gz) = 183465
SHA256 (pop-os-window_clipboard-pop-0.13-2_GH0.tar.gz) = 2181c53f2fe5d373cedfa7fe826bab04cbdd39fdbcb77920bbcc9f41a9cca79c
SIZE (pop-os-window_clipboard-pop-0.13-2_GH0.tar.gz) = 24227
SHA256 (pop-os-softbuffer-cosmic-4.0_GH0.tar.gz) = 980f30eb5afc07acdec43f181a9e745cb7a887a6dff7e06dc9199748b2487569
SIZE (pop-os-softbuffer-cosmic-4.0_GH0.tar.gz) = 165853
SHA256 (Smithay-smithay-egui-61185502f32c2d944fcf36e5edcb014fe0a8b8ac_GH0.tar.gz) = d97de62bf9092004a8faa17d427a29c6bc34a3297b1aaba724c9c16b0bf98681
SIZE (Smithay-smithay-egui-61185502f32c2d944fcf36e5edcb014fe0a8b8ac_GH0.tar.gz) = 11213
SHA256 (smithay-smithay-1ceba66e1c3b278b96a83e85a392278e8a7c9661_GH0.tar.gz) = 6250df243b072ed0cfb49a01bcaab70dd3f7b68c71b418a8235b5629ceb159d1
SIZE (smithay-smithay-1ceba66e1c3b278b96a83e85a392278e8a7c9661_GH0.tar.gz) = 764590
SHA256 (pop-os-libcosmic-8a0e74b189f53dae9b8001c6fa5cf1820b3ececb_GH0.tar.gz) = 7891bf08e33aef4d59046e038e5eb47e3144d06e12888161d5a1fbbd49fd9b33
SIZE (pop-os-libcosmic-8a0e74b189f53dae9b8001c6fa5cf1820b3ececb_GH0.tar.gz) = 1357091
SHA256 (pop-os-cosmic-protocols-bc4af9183e0967802d7fbe91ba811a29ca6a3b67_GH0.tar.gz) = beaf44e08e95b11dc7f2eb790adfb0ebfa0c26dbffc611d18479cb39eebd3427
SIZE (pop-os-cosmic-protocols-bc4af9183e0967802d7fbe91ba811a29ca6a3b67_GH0.tar.gz) = 47533
SHA256 (smithay-smithay-ce61c9b3293b13adf03863848426f0d7c4907c3e_GH0.tar.gz) = 844a2c34507df3a975b0394c650e9e13459b830a3a2647234b9d7782d7759809
SIZE (smithay-smithay-ce61c9b3293b13adf03863848426f0d7c4907c3e_GH0.tar.gz) = 773624
SHA256 (pop-os-smithay-clipboard-pop-dnd-5_GH0.tar.gz) = 5e871e450991b94b8c09bc08994d6173e9bbb0f80b19ea7e3a126527d765bc90
SIZE (pop-os-smithay-clipboard-pop-dnd-5_GH0.tar.gz) = 22877
SHA256 (pop-os-cosmic-settings-daemon-61c76a9d060827402eeb9fe92cae73ce159d66e5_GH0.tar.gz) = 534cd69e083cf82e3ce11b613af6deff8e687f6d6687623dfc6926c8d6d80410
SIZE (pop-os-cosmic-settings-daemon-61c76a9d060827402eeb9fe92cae73ce159d66e5_GH0.tar.gz) = 72566
SHA256 (pop-os-cosmic-text-166b59f560c551dab391a864f7c1f503c1e18446_GH0.tar.gz) = 7f8eab52c4214f6d0d3cea6ae47e73482ad85d206fb48bf4b4cde8a57f8638e1
SIZE (pop-os-cosmic-text-166b59f560c551dab391a864f7c1f503c1e18446_GH0.tar.gz) = 182459
SHA256 (pop-os-cosmic-protocols-d218c76b58c7a3b20dd5e7943f93fc306a1b81b8_GH0.tar.gz) = 2bac2ad060c5b319ae98f1dc8d9abdef74484693171a5e866e5b3ae805ff0587
SIZE (pop-os-cosmic-protocols-d218c76b58c7a3b20dd5e7943f93fc306a1b81b8_GH0.tar.gz) = 45192
SHA256 (Smithay-smithay-egui-e7201366b88e4fb20d0c6618a6cac9acc6299e07_GH0.tar.gz) = 4ef7ee0bc49046294e6e6c34ca00aa9c333b3d99e5948e0345873e1fa1e09d88
SIZE (Smithay-smithay-egui-e7201366b88e4fb20d0c6618a6cac9acc6299e07_GH0.tar.gz) = 10919
SHA256 (pop-os-freedesktop-icons-bfc22d531596b57646dc47bcd70b2eb6f3152cd4_GH0.tar.gz) = 707670804c79752444201bf73cf6fec0f7ccf9d701216d197d1a593d3af31637
SIZE (pop-os-freedesktop-icons-bfc22d531596b57646dc47bcd70b2eb6f3152cd4_GH0.tar.gz) = 10134
SHA256 (pop-os-cosmic-comp-epoch-1.0.0-alpha.5.1_GH0.tar.gz) = a815a5d0b4ffb05c8cfb033e38bab6319c6602bee52407e6647841a6526d3bc9
SIZE (pop-os-cosmic-comp-epoch-1.0.0-alpha.5.1_GH0.tar.gz) = 407828
SHA256 (pop-os-iced-0.4.2-2992-g9ad04dad_GH0.tar.gz) = 6cf5de941ba489d7810cdb6ffcd0842e789da2a1912eda4b950ea37a1f061fd6
SIZE (pop-os-iced-0.4.2-2992-g9ad04dad_GH0.tar.gz) = 5252986
SHA256 (Drakulix-id-tree-632a57d6d49160e18d7300fa7edae52281ec5482_GH0.tar.gz) = 8393b1b94f1f2d00c916b677e898332579420d8cf3781a68d1866c1b9bc8685d
SIZE (Drakulix-id-tree-632a57d6d49160e18d7300fa7edae52281ec5482_GH0.tar.gz) = 29608
SHA256 (pop-os-cosmic-comp-epoch-1.0.0-alpha.7_GH0.tar.gz) = 7bd9f19a69fb9708448d0a551d2c8bf5abf809457694f17aefd8d4d03b70d16d
SIZE (pop-os-cosmic-comp-epoch-1.0.0-alpha.7_GH0.tar.gz) = 442863
SHA256 (pop-os-iced-0.4.2-2998-ga8c31a09_GH0.tar.gz) = d1c2ea918ac9e4a4812bbd603c8b2d2a3085a6d8980e4409cc4cb95612ab980b
SIZE (pop-os-iced-0.4.2-2998-ga8c31a09_GH0.tar.gz) = 5253421