mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
audio/ncspot: update to 0.13.4
Major changes in 0.13.4: * Add save current command * Add add command for adding song to playlist * Improve release build options * Fix: Forward mouse events inside layout * Sort Artists Ignoring "The" * Fix: Gracefully handle local files * Fix: Speed up context menu by fetching album only once Major changes in 0.13.3: * Fix incorrect notification ID reuse * Fix: ListView decrement selected on remove * Support multiple IPC sockets * Fix: command line multi-byte prefix panic * Prevent tab switching from the command line * Fix: config option command_key not working Full log : https://github.com/hrkfdn/ncspot/releases
This commit is contained in:
parent
610b94d288
commit
048b02f159
3 changed files with 454 additions and 482 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= ncspot
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.13.2
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 0.13.4
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
|
|
|
@ -1,40 +1,44 @@
|
|||
CARGO_CRATES= addr2line-0.19.0 \
|
||||
CARGO_CRATES= addr2line-0.20.0 \
|
||||
adler-1.0.2 \
|
||||
aes-0.6.0 \
|
||||
aes-ctr-0.6.0 \
|
||||
aes-soft-0.6.4 \
|
||||
aesni-0.10.0 \
|
||||
ahash-0.8.3 \
|
||||
aho-corasick-1.0.1 \
|
||||
aho-corasick-1.0.2 \
|
||||
alsa-0.6.0 \
|
||||
alsa-sys-0.3.1 \
|
||||
android-tzdata-0.1.1 \
|
||||
android_system_properties-0.1.5 \
|
||||
anstream-0.3.2 \
|
||||
anstyle-1.0.0 \
|
||||
anstyle-parse-0.2.0 \
|
||||
anstyle-1.0.1 \
|
||||
anstyle-parse-0.2.1 \
|
||||
anstyle-query-1.0.0 \
|
||||
anstyle-wincon-1.0.1 \
|
||||
async-broadcast-0.5.1 \
|
||||
async-channel-1.8.0 \
|
||||
async-channel-1.9.0 \
|
||||
async-executor-1.5.1 \
|
||||
async-fs-1.6.0 \
|
||||
async-io-1.13.0 \
|
||||
async-lock-2.7.0 \
|
||||
async-process-1.7.0 \
|
||||
async-recursion-1.0.4 \
|
||||
async-task-4.4.0 \
|
||||
async-trait-0.1.68 \
|
||||
async-trait-0.1.72 \
|
||||
atomic-waker-1.1.1 \
|
||||
autocfg-1.1.0 \
|
||||
backtrace-0.3.67 \
|
||||
backtrace-0.3.68 \
|
||||
base64-0.13.1 \
|
||||
base64-0.21.0 \
|
||||
base64-0.20.0 \
|
||||
base64-0.21.2 \
|
||||
bindgen-0.64.0 \
|
||||
bitflags-1.3.2 \
|
||||
bitflags-2.3.3 \
|
||||
block-0.1.6 \
|
||||
block-buffer-0.9.0 \
|
||||
block-buffer-0.10.4 \
|
||||
blocking-1.3.1 \
|
||||
bumpalo-3.12.0 \
|
||||
bumpalo-3.13.0 \
|
||||
bytecount-0.6.3 \
|
||||
byteorder-1.4.3 \
|
||||
bytes-1.4.0 \
|
||||
|
@ -42,74 +46,69 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
cesu8-1.1.0 \
|
||||
cexpr-0.6.0 \
|
||||
cfg-if-1.0.0 \
|
||||
chrono-0.4.24 \
|
||||
chrono-0.4.26 \
|
||||
cipher-0.2.5 \
|
||||
clang-sys-1.6.1 \
|
||||
clap-4.2.7 \
|
||||
clap_builder-4.2.7 \
|
||||
clap_complete-4.2.1 \
|
||||
clap_lex-0.4.1 \
|
||||
clap_mangen-0.2.10 \
|
||||
clap-4.3.19 \
|
||||
clap_builder-4.3.19 \
|
||||
clap_complete-4.3.2 \
|
||||
clap_lex-0.5.0 \
|
||||
clap_mangen-0.2.12 \
|
||||
clipboard-0.5.0 \
|
||||
clipboard-win-2.2.0 \
|
||||
codespan-reporting-0.11.1 \
|
||||
colorchoice-1.0.0 \
|
||||
combine-4.6.6 \
|
||||
concurrent-queue-2.2.0 \
|
||||
cookie-0.16.2 \
|
||||
cookie_store-0.19.0 \
|
||||
cookie_store-0.19.1 \
|
||||
core-foundation-0.9.3 \
|
||||
core-foundation-sys-0.8.4 \
|
||||
coreaudio-rs-0.10.0 \
|
||||
coreaudio-sys-0.2.12 \
|
||||
cpal-0.13.5 \
|
||||
cpufeatures-0.2.6 \
|
||||
crossbeam-channel-0.5.7 \
|
||||
crossbeam-utils-0.8.15 \
|
||||
cpufeatures-0.2.9 \
|
||||
crossbeam-channel-0.5.8 \
|
||||
crossbeam-utils-0.8.16 \
|
||||
crypto-common-0.1.6 \
|
||||
crypto-mac-0.11.1 \
|
||||
ctr-0.6.0 \
|
||||
cursive-0.20.0 \
|
||||
cursive_buffered_backend-0.6.1 \
|
||||
cursive_core-0.3.7 \
|
||||
cxx-1.0.94 \
|
||||
cxx-build-1.0.94 \
|
||||
cxxbridge-flags-1.0.94 \
|
||||
cxxbridge-macro-1.0.94 \
|
||||
darling-0.13.4 \
|
||||
darling-0.14.4 \
|
||||
darling-0.20.3 \
|
||||
darling_core-0.13.4 \
|
||||
darling_core-0.14.4 \
|
||||
darling_core-0.20.3 \
|
||||
darling_macro-0.13.4 \
|
||||
darling_macro-0.14.4 \
|
||||
darling_macro-0.20.3 \
|
||||
derivative-2.2.0 \
|
||||
derive-new-0.5.9 \
|
||||
digest-0.9.0 \
|
||||
digest-0.10.6 \
|
||||
dirs-4.0.0 \
|
||||
digest-0.10.7 \
|
||||
dirs-next-1.0.2 \
|
||||
dirs-next-2.0.0 \
|
||||
dirs-sys-0.3.7 \
|
||||
dirs-sys-next-0.1.2 \
|
||||
downcast-rs-1.2.0 \
|
||||
encoding_rs-0.8.32 \
|
||||
enum-map-2.5.0 \
|
||||
enum-map-derive-0.11.0 \
|
||||
enum_dispatch-0.3.11 \
|
||||
enumflags2-0.7.6 \
|
||||
enumflags2_derive-0.7.6 \
|
||||
enumset-1.0.12 \
|
||||
enumset_derive-0.6.1 \
|
||||
errno-0.3.0 \
|
||||
enum-map-2.6.0 \
|
||||
enum-map-derive-0.12.0 \
|
||||
enum_dispatch-0.3.12 \
|
||||
enumflags2-0.7.7 \
|
||||
enumflags2_derive-0.7.7 \
|
||||
enumset-1.1.2 \
|
||||
enumset_derive-0.8.1 \
|
||||
equivalent-1.0.1 \
|
||||
errno-0.3.1 \
|
||||
errno-dragonfly-0.1.2 \
|
||||
event-listener-2.5.3 \
|
||||
fastrand-1.9.0 \
|
||||
fastrand-2.0.0 \
|
||||
fern-0.6.2 \
|
||||
fixedbitset-0.4.2 \
|
||||
fnv-1.0.7 \
|
||||
foreign-types-0.3.2 \
|
||||
foreign-types-shared-0.1.1 \
|
||||
form_urlencoded-1.1.0 \
|
||||
form_urlencoded-1.2.0 \
|
||||
futures-0.3.28 \
|
||||
futures-channel-0.3.28 \
|
||||
futures-core-0.3.28 \
|
||||
|
@ -121,62 +120,63 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
futures-task-0.3.28 \
|
||||
futures-util-0.3.28 \
|
||||
generic-array-0.14.7 \
|
||||
getrandom-0.2.8 \
|
||||
gimli-0.27.2 \
|
||||
getrandom-0.2.10 \
|
||||
gimli-0.27.3 \
|
||||
glob-0.3.1 \
|
||||
h2-0.3.16 \
|
||||
h2-0.3.20 \
|
||||
half-1.8.2 \
|
||||
hashbrown-0.12.3 \
|
||||
hashbrown-0.14.0 \
|
||||
headers-0.3.8 \
|
||||
headers-core-0.2.0 \
|
||||
heck-0.3.3 \
|
||||
heck-0.4.1 \
|
||||
hermit-abi-0.2.6 \
|
||||
hermit-abi-0.3.1 \
|
||||
hermit-abi-0.3.2 \
|
||||
hex-0.4.3 \
|
||||
hmac-0.11.0 \
|
||||
http-0.2.9 \
|
||||
http-body-0.4.5 \
|
||||
httparse-1.8.0 \
|
||||
httpdate-1.0.2 \
|
||||
hyper-0.14.25 \
|
||||
hyper-0.14.27 \
|
||||
hyper-proxy-0.9.1 \
|
||||
hyper-tls-0.5.0 \
|
||||
iana-time-zone-0.1.56 \
|
||||
iana-time-zone-haiku-0.1.1 \
|
||||
iana-time-zone-0.1.57 \
|
||||
iana-time-zone-haiku-0.1.2 \
|
||||
ident_case-1.0.1 \
|
||||
idna-0.3.0 \
|
||||
idna-0.4.0 \
|
||||
indexmap-1.9.3 \
|
||||
indexmap-2.0.0 \
|
||||
instant-0.1.12 \
|
||||
io-lifetimes-1.0.10 \
|
||||
io-lifetimes-1.0.11 \
|
||||
ioctl-rs-0.2.0 \
|
||||
ipnet-2.7.2 \
|
||||
is-terminal-0.4.6 \
|
||||
itoa-1.0.6 \
|
||||
ipnet-2.8.0 \
|
||||
is-terminal-0.4.9 \
|
||||
itoa-1.0.9 \
|
||||
jni-0.19.0 \
|
||||
jni-sys-0.3.0 \
|
||||
jobserver-0.1.26 \
|
||||
js-sys-0.3.61 \
|
||||
js-sys-0.3.64 \
|
||||
lazy_static-1.4.0 \
|
||||
lazycell-1.3.0 \
|
||||
lewton-0.10.2 \
|
||||
libc-0.2.142 \
|
||||
libc-0.2.147 \
|
||||
libloading-0.7.4 \
|
||||
libm-0.2.6 \
|
||||
libpulse-binding-2.27.1 \
|
||||
libpulse-simple-binding-2.27.1 \
|
||||
libpulse-simple-sys-1.20.1 \
|
||||
libpulse-sys-1.20.1 \
|
||||
libm-0.2.7 \
|
||||
libpulse-binding-2.28.1 \
|
||||
libpulse-simple-binding-2.28.1 \
|
||||
libpulse-simple-sys-1.21.1 \
|
||||
libpulse-sys-1.21.0 \
|
||||
librespot-audio-0.4.2 \
|
||||
librespot-core-0.4.2 \
|
||||
librespot-metadata-0.4.2 \
|
||||
librespot-playback-0.4.2 \
|
||||
librespot-protocol-0.4.2 \
|
||||
link-cplusplus-1.0.8 \
|
||||
linux-raw-sys-0.3.1 \
|
||||
lock_api-0.4.9 \
|
||||
log-0.4.17 \
|
||||
mac-notification-sys-0.5.6 \
|
||||
linux-raw-sys-0.3.8 \
|
||||
linux-raw-sys-0.4.3 \
|
||||
lock_api-0.4.10 \
|
||||
log-0.4.19 \
|
||||
mac-notification-sys-0.5.8 \
|
||||
mach-0.3.2 \
|
||||
malloc_buf-0.0.6 \
|
||||
maplit-1.0.2 \
|
||||
|
@ -186,8 +186,8 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
memoffset-0.7.1 \
|
||||
mime-0.3.17 \
|
||||
minimal-lexical-0.2.1 \
|
||||
miniz_oxide-0.6.2 \
|
||||
mio-0.8.6 \
|
||||
miniz_oxide-0.7.1 \
|
||||
mio-0.8.8 \
|
||||
native-tls-0.2.11 \
|
||||
ncurses-5.101.0 \
|
||||
ndk-0.6.0 \
|
||||
|
@ -201,7 +201,7 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
nom-7.1.3 \
|
||||
notify-rust-4.8.0 \
|
||||
num-0.2.1 \
|
||||
num-0.4.0 \
|
||||
num-0.4.1 \
|
||||
num-bigint-0.2.6 \
|
||||
num-bigint-0.4.3 \
|
||||
num-complex-0.2.4 \
|
||||
|
@ -211,8 +211,8 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
num-iter-0.1.43 \
|
||||
num-rational-0.2.4 \
|
||||
num-rational-0.4.1 \
|
||||
num-traits-0.2.15 \
|
||||
num_cpus-1.15.0 \
|
||||
num-traits-0.2.16 \
|
||||
num_cpus-1.16.0 \
|
||||
num_enum-0.5.11 \
|
||||
num_enum_derive-0.5.11 \
|
||||
num_threads-0.1.6 \
|
||||
|
@ -220,47 +220,47 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
objc-0.2.7 \
|
||||
objc-foundation-0.1.1 \
|
||||
objc_id-0.1.1 \
|
||||
object-0.30.3 \
|
||||
object-0.31.1 \
|
||||
oboe-0.4.6 \
|
||||
oboe-sys-0.4.5 \
|
||||
ogg-0.8.0 \
|
||||
once_cell-1.17.1 \
|
||||
once_cell-1.18.0 \
|
||||
opaque-debug-0.3.0 \
|
||||
openssl-0.10.49 \
|
||||
openssl-0.10.55 \
|
||||
openssl-macros-0.1.1 \
|
||||
openssl-probe-0.1.5 \
|
||||
openssl-sys-0.9.84 \
|
||||
openssl-sys-0.9.90 \
|
||||
ordered-stream-0.2.0 \
|
||||
os_pipe-1.1.3 \
|
||||
os_pipe-1.1.4 \
|
||||
owning_ref-0.4.1 \
|
||||
pancurses-0.17.0 \
|
||||
parking-2.1.0 \
|
||||
parking_lot-0.11.2 \
|
||||
parking_lot-0.12.1 \
|
||||
parking_lot_core-0.8.6 \
|
||||
parking_lot_core-0.9.7 \
|
||||
parking_lot_core-0.9.8 \
|
||||
parse_duration-2.1.1 \
|
||||
pbkdf2-0.8.0 \
|
||||
pdcurses-sys-0.7.1 \
|
||||
peeking_take_while-0.1.2 \
|
||||
percent-encoding-2.2.0 \
|
||||
percent-encoding-2.3.0 \
|
||||
petgraph-0.6.3 \
|
||||
pin-project-lite-0.2.9 \
|
||||
pin-project-lite-0.2.10 \
|
||||
pin-utils-0.1.0 \
|
||||
pkg-config-0.3.26 \
|
||||
pkg-config-0.3.27 \
|
||||
platform-dirs-0.3.0 \
|
||||
polling-2.8.0 \
|
||||
portaudio-rs-0.3.2 \
|
||||
portaudio-sys-0.1.1 \
|
||||
ppv-lite86-0.2.17 \
|
||||
priority-queue-1.3.1 \
|
||||
priority-queue-1.3.2 \
|
||||
proc-macro-crate-1.3.1 \
|
||||
proc-macro2-1.0.56 \
|
||||
proc-macro2-1.0.66 \
|
||||
protobuf-2.28.0 \
|
||||
protobuf-codegen-2.28.0 \
|
||||
protobuf-codegen-pure-2.28.0 \
|
||||
quick-xml-0.23.1 \
|
||||
quote-1.0.26 \
|
||||
quote-1.0.32 \
|
||||
rand-0.8.5 \
|
||||
rand_chacha-0.3.1 \
|
||||
rand_core-0.6.4 \
|
||||
|
@ -269,167 +269,158 @@ CARGO_CRATES= addr2line-0.19.0 \
|
|||
redox_syscall-0.3.5 \
|
||||
redox_termios-0.1.2 \
|
||||
redox_users-0.4.3 \
|
||||
regex-1.8.1 \
|
||||
regex-syntax-0.7.1 \
|
||||
reqwest-0.11.17 \
|
||||
regex-1.9.1 \
|
||||
regex-automata-0.3.3 \
|
||||
regex-syntax-0.7.4 \
|
||||
reqwest-0.11.18 \
|
||||
ring-0.16.20 \
|
||||
rodio-0.15.0 \
|
||||
roff-0.2.1 \
|
||||
rspotify-0.11.6 \
|
||||
rspotify-http-0.11.6 \
|
||||
rspotify-macros-0.11.6 \
|
||||
rspotify-model-0.11.6 \
|
||||
rustc-demangle-0.1.22 \
|
||||
rspotify-0.11.7 \
|
||||
rspotify-http-0.11.7 \
|
||||
rspotify-macros-0.11.7 \
|
||||
rspotify-model-0.11.7 \
|
||||
rustc-demangle-0.1.23 \
|
||||
rustc-hash-1.1.0 \
|
||||
rustc-serialize-0.3.24 \
|
||||
rustc_version-0.4.0 \
|
||||
rustix-0.37.7 \
|
||||
rustls-0.20.8 \
|
||||
rustversion-1.0.12 \
|
||||
ryu-1.0.13 \
|
||||
rustix-0.37.23 \
|
||||
rustix-0.38.4 \
|
||||
rustls-0.21.5 \
|
||||
rustls-webpki-0.100.1 \
|
||||
rustls-webpki-0.101.1 \
|
||||
rustversion-1.0.14 \
|
||||
ryu-1.0.15 \
|
||||
same-file-1.0.6 \
|
||||
schannel-0.1.21 \
|
||||
scopeguard-1.1.0 \
|
||||
scratch-1.0.5 \
|
||||
schannel-0.1.22 \
|
||||
scopeguard-1.2.0 \
|
||||
sct-0.7.0 \
|
||||
security-framework-2.8.2 \
|
||||
security-framework-sys-2.8.0 \
|
||||
semver-1.0.17 \
|
||||
serde-1.0.159 \
|
||||
security-framework-2.9.2 \
|
||||
security-framework-sys-2.9.1 \
|
||||
semver-1.0.18 \
|
||||
serde-1.0.174 \
|
||||
serde_cbor-0.11.2 \
|
||||
serde_derive-1.0.159 \
|
||||
serde_json-1.0.95 \
|
||||
serde_repr-0.1.12 \
|
||||
serde_spanned-0.6.1 \
|
||||
serde_derive-1.0.174 \
|
||||
serde_json-1.0.103 \
|
||||
serde_repr-0.1.15 \
|
||||
serde_spanned-0.6.3 \
|
||||
serde_urlencoded-0.7.1 \
|
||||
sha-1-0.9.8 \
|
||||
sha1-0.10.5 \
|
||||
sha2-0.10.6 \
|
||||
sha2-0.10.7 \
|
||||
shannon-0.2.0 \
|
||||
shell-words-1.1.0 \
|
||||
shlex-1.1.0 \
|
||||
signal-hook-0.3.15 \
|
||||
signal-hook-0.3.17 \
|
||||
signal-hook-registry-1.4.1 \
|
||||
slab-0.4.8 \
|
||||
smallvec-1.10.0 \
|
||||
smallvec-1.11.0 \
|
||||
socket2-0.4.9 \
|
||||
spin-0.5.2 \
|
||||
stable_deref_trait-1.2.0 \
|
||||
static_assertions-1.1.0 \
|
||||
stdweb-0.1.3 \
|
||||
strsim-0.10.0 \
|
||||
strum-0.22.0 \
|
||||
strum-0.24.1 \
|
||||
strum_macros-0.22.0 \
|
||||
strum-0.25.0 \
|
||||
strum_macros-0.24.3 \
|
||||
strum_macros-0.25.1 \
|
||||
subtle-2.4.1 \
|
||||
syn-1.0.109 \
|
||||
syn-2.0.13 \
|
||||
tauri-winrt-notification-0.1.0 \
|
||||
tempfile-3.5.0 \
|
||||
syn-2.0.27 \
|
||||
tauri-winrt-notification-0.1.2 \
|
||||
tempfile-3.7.0 \
|
||||
term_size-0.3.2 \
|
||||
termcolor-1.2.0 \
|
||||
termion-1.5.6 \
|
||||
thiserror-1.0.40 \
|
||||
thiserror-impl-1.0.40 \
|
||||
thread-id-4.0.0 \
|
||||
thiserror-1.0.44 \
|
||||
thiserror-impl-1.0.44 \
|
||||
thread-id-4.1.0 \
|
||||
time-0.1.45 \
|
||||
time-0.3.20 \
|
||||
time-core-0.1.0 \
|
||||
time-macros-0.2.8 \
|
||||
time-0.3.23 \
|
||||
time-core-0.1.1 \
|
||||
time-macros-0.2.10 \
|
||||
tinyvec-1.6.0 \
|
||||
tinyvec_macros-0.1.1 \
|
||||
tokio-1.28.0 \
|
||||
tokio-1.29.1 \
|
||||
tokio-macros-2.1.0 \
|
||||
tokio-native-tls-0.3.1 \
|
||||
tokio-stream-0.1.14 \
|
||||
tokio-util-0.7.8 \
|
||||
toml-0.7.3 \
|
||||
toml_datetime-0.6.1 \
|
||||
toml_edit-0.19.8 \
|
||||
toml-0.7.6 \
|
||||
toml_datetime-0.6.3 \
|
||||
toml_edit-0.19.14 \
|
||||
tower-service-0.3.2 \
|
||||
tracing-0.1.37 \
|
||||
tracing-attributes-0.1.23 \
|
||||
tracing-core-0.1.30 \
|
||||
tracing-attributes-0.1.26 \
|
||||
tracing-core-0.1.31 \
|
||||
tree_magic_mini-3.0.3 \
|
||||
try-lock-0.2.4 \
|
||||
typenum-1.16.0 \
|
||||
uds_windows-1.0.2 \
|
||||
unicode-bidi-0.3.13 \
|
||||
unicode-ident-1.0.8 \
|
||||
unicode-ident-1.0.11 \
|
||||
unicode-normalization-0.1.22 \
|
||||
unicode-segmentation-1.10.1 \
|
||||
unicode-width-0.1.10 \
|
||||
untrusted-0.7.1 \
|
||||
ureq-2.6.2 \
|
||||
url-2.3.1 \
|
||||
ureq-2.7.1 \
|
||||
url-2.4.0 \
|
||||
utf8parse-0.2.1 \
|
||||
uuid-1.3.0 \
|
||||
uuid-1.4.1 \
|
||||
vcpkg-0.2.15 \
|
||||
vergen-3.2.0 \
|
||||
version_check-0.9.4 \
|
||||
waker-fn-1.1.0 \
|
||||
walkdir-2.3.3 \
|
||||
want-0.3.0 \
|
||||
want-0.3.1 \
|
||||
wasi-0.10.0+wasi-snapshot-preview1 \
|
||||
wasi-0.11.0+wasi-snapshot-preview1 \
|
||||
wasm-bindgen-0.2.84 \
|
||||
wasm-bindgen-backend-0.2.84 \
|
||||
wasm-bindgen-futures-0.4.34 \
|
||||
wasm-bindgen-macro-0.2.84 \
|
||||
wasm-bindgen-macro-support-0.2.84 \
|
||||
wasm-bindgen-shared-0.2.84 \
|
||||
wasm-bindgen-0.2.87 \
|
||||
wasm-bindgen-backend-0.2.87 \
|
||||
wasm-bindgen-futures-0.4.37 \
|
||||
wasm-bindgen-macro-0.2.87 \
|
||||
wasm-bindgen-macro-support-0.2.87 \
|
||||
wasm-bindgen-shared-0.2.87 \
|
||||
wayland-client-0.29.5 \
|
||||
wayland-commons-0.29.5 \
|
||||
wayland-protocols-0.29.5 \
|
||||
wayland-scanner-0.29.5 \
|
||||
wayland-sys-0.29.5 \
|
||||
web-sys-0.3.61 \
|
||||
webpki-0.22.0 \
|
||||
webpki-roots-0.22.6 \
|
||||
web-sys-0.3.64 \
|
||||
webpki-roots-0.23.1 \
|
||||
winapi-0.3.9 \
|
||||
winapi-i686-pc-windows-gnu-0.4.0 \
|
||||
winapi-util-0.1.5 \
|
||||
winapi-x86_64-pc-windows-gnu-0.4.0 \
|
||||
windows-0.39.0 \
|
||||
windows-0.48.0 \
|
||||
windows-sys-0.42.0 \
|
||||
windows-sys-0.45.0 \
|
||||
windows-sys-0.48.0 \
|
||||
windows-targets-0.42.2 \
|
||||
windows-targets-0.48.0 \
|
||||
windows_aarch64_gnullvm-0.42.2 \
|
||||
windows-targets-0.48.1 \
|
||||
windows_aarch64_gnullvm-0.48.0 \
|
||||
windows_aarch64_msvc-0.39.0 \
|
||||
windows_aarch64_msvc-0.42.2 \
|
||||
windows_aarch64_msvc-0.48.0 \
|
||||
windows_i686_gnu-0.39.0 \
|
||||
windows_i686_gnu-0.42.2 \
|
||||
windows_i686_gnu-0.48.0 \
|
||||
windows_i686_msvc-0.39.0 \
|
||||
windows_i686_msvc-0.42.2 \
|
||||
windows_i686_msvc-0.48.0 \
|
||||
windows_x86_64_gnu-0.39.0 \
|
||||
windows_x86_64_gnu-0.42.2 \
|
||||
windows_x86_64_gnu-0.48.0 \
|
||||
windows_x86_64_gnullvm-0.42.2 \
|
||||
windows_x86_64_gnullvm-0.48.0 \
|
||||
windows_x86_64_msvc-0.39.0 \
|
||||
windows_x86_64_msvc-0.42.2 \
|
||||
windows_x86_64_msvc-0.48.0 \
|
||||
winnow-0.4.1 \
|
||||
winnow-0.5.0 \
|
||||
winreg-0.5.1 \
|
||||
winreg-0.10.1 \
|
||||
wl-clipboard-rs-0.7.0 \
|
||||
x11-clipboard-0.3.3 \
|
||||
xcb-0.8.2 \
|
||||
xdg-home-1.0.0 \
|
||||
xi-unicode-0.3.0 \
|
||||
xml-rs-0.8.4 \
|
||||
zbus-3.11.1 \
|
||||
zbus_macros-3.11.1 \
|
||||
zbus_names-2.5.0 \
|
||||
xml-rs-0.8.16 \
|
||||
zbus-3.14.1 \
|
||||
zbus_macros-3.14.1 \
|
||||
zbus_names-2.6.0 \
|
||||
zerocopy-0.6.1 \
|
||||
zerocopy-derive-0.3.2 \
|
||||
zvariant-3.12.0 \
|
||||
zvariant_derive-3.12.0 \
|
||||
zvariant_utils-1.0.0
|
||||
zvariant-3.15.0 \
|
||||
zvariant_derive-3.15.0 \
|
||||
zvariant_utils-1.0.1
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue