Merge master into staging-next

authored by github-actions[bot] and committed by GitHub 44e4abfa 4de88b48

+1099 -7521
+12
maintainers/maintainer-list.nix
··· 16554 githubId = 3521180; 16555 name = "Tom Sydney Kerckhove"; 16556 }; 16557 nosewings = { 16558 name = "Nicholas Coltharp"; 16559 email = "coltharpnicholas@gmail.com";
··· 16554 githubId = 3521180; 16555 name = "Tom Sydney Kerckhove"; 16556 }; 16557 + normalcea = { 16558 + name = "normalcea"; 16559 + email = "normalc@posteo.net"; 16560 + github = "normalcea"; 16561 + githubId = 190049873; 16562 + keys = [ 16563 + { 16564 + fingerprint = "6057 1155 7BA4 B922 66D6 2064 3DE3 BCB2 142A 8C71"; 16565 + } 16566 + ]; 16567 + matrix = "@normalcea:matrix.org"; 16568 + }; 16569 nosewings = { 16570 name = "Nicholas Coltharp"; 16571 email = "coltharpnicholas@gmail.com";
+2 -2
nixos/modules/system/etc/etc.nix
··· 268 269 ${lib.optionalString config.system.etc.overlay.mutable '' 270 # These directories are usually created in initrd, 271 - # but we need to create them here when we didn't we're called directly, 272 # for instance by nixos-enter 273 mkdir --parents /.rw-etc/upper /.rw-etc/work 274 - chmod --recursive 0755 /.rw-etc 275 ''} 276 277 tmpMetadataMount=$(TMPDIR="/run" mktemp --directory -t nixos-etc-metadata.XXXXXXXXXX)
··· 268 269 ${lib.optionalString config.system.etc.overlay.mutable '' 270 # These directories are usually created in initrd, 271 + # but we need to create them here when we're called directly, 272 # for instance by nixos-enter 273 mkdir --parents /.rw-etc/upper /.rw-etc/work 274 + chmod 0755 /.rw-etc /.rw-etc/upper /.rw-etc/work 275 ''} 276 277 tmpMetadataMount=$(TMPDIR="/run" mktemp --directory -t nixos-etc-metadata.XXXXXXXXXX)
+1
nixos/tests/pleroma.nix
··· 271 pleroma.succeed("provision-db") 272 pleroma.wait_for_file("/var/lib/pleroma") 273 pleroma.succeed("provision-secrets") 274 pleroma.systemctl("restart pleroma.service") 275 pleroma.wait_for_unit("pleroma.service") 276 pleroma.succeed("provision-user")
··· 271 pleroma.succeed("provision-db") 272 pleroma.wait_for_file("/var/lib/pleroma") 273 pleroma.succeed("provision-secrets") 274 + pleroma.systemctl("restart pleroma-migrations.service") 275 pleroma.systemctl("restart pleroma.service") 276 pleroma.wait_for_unit("pleroma.service") 277 pleroma.succeed("provision-user")
+3 -3
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 714 "vendorHash": "sha256-F78OR8EG0Vy3WVJWTOlAsIBazsSXGD6KeceYuGnBqjQ=" 715 }, 716 "kubectl": { 717 - "hash": "sha256-5r8ZpifNJZ+UHys7jWVZCd6f9ylT3NBiccsCSQbNy6o=", 718 "homepage": "https://registry.terraform.io/providers/gavinbunney/kubectl", 719 "owner": "gavinbunney", 720 "repo": "terraform-provider-kubectl", 721 - "rev": "v1.18.0", 722 "spdx": "MPL-2.0", 723 - "vendorHash": "sha256-pE0WujGxCMW0/27F8aaNtyIHdsOJTwEJL+bdiHpzu7s=" 724 }, 725 "kubernetes": { 726 "hash": "sha256-eSAgeN/ExP75Kbhb099t3vW0XQA2TXIhiyv1RUt4ziM=",
··· 714 "vendorHash": "sha256-F78OR8EG0Vy3WVJWTOlAsIBazsSXGD6KeceYuGnBqjQ=" 715 }, 716 "kubectl": { 717 + "hash": "sha256-UQ/xvhs7II+EGH5bKdrVC47hp5dhLqQZeqSBz06ho1s=", 718 "homepage": "https://registry.terraform.io/providers/gavinbunney/kubectl", 719 "owner": "gavinbunney", 720 "repo": "terraform-provider-kubectl", 721 + "rev": "v1.19.0", 722 "spdx": "MPL-2.0", 723 + "vendorHash": "sha256-FcxAh8EOvnT8r1GHu0Oj2C5Jgbr2WPwD7/vY4/qIvTA=" 724 }, 725 "kubernetes": { 726 "hash": "sha256-eSAgeN/ExP75Kbhb099t3vW0XQA2TXIhiyv1RUt4ziM=",
+3 -5
pkgs/applications/networking/remote/freerdp/3.nix
··· 2 stdenv, 3 lib, 4 fetchFromGitHub, 5 - fetchpatch, 6 cmake, 7 docbook-xsl-nons, 8 libxslt, ··· 62 # tries to compile and run generate_argument_docbook.c 63 withManPages ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, 64 65 - buildPackages, 66 gnome, 67 remmina, 68 }: 69 70 stdenv.mkDerivation (finalAttrs: { 71 pname = "freerdp"; 72 - version = "3.9.0"; 73 74 src = fetchFromGitHub { 75 owner = "FreeRDP"; 76 repo = "FreeRDP"; 77 rev = finalAttrs.version; 78 - hash = "sha256-oThlqUpEmhcLpMMYExMA3GbtB2+lq6oc5TRZt0eKRLA="; 79 }; 80 81 postPatch = ··· 84 85 # skip NIB file generation on darwin 86 substituteInPlace "client/Mac/CMakeLists.txt" "client/Mac/cli/CMakeLists.txt" \ 87 - --replace-fail "if (NOT IS_XCODE)" "if (FALSE)" 88 89 substituteInPlace "libfreerdp/freerdp.pc.in" \ 90 --replace-fail "Requires:" "Requires: @WINPR_PKG_CONFIG_FILENAME@"
··· 2 stdenv, 3 lib, 4 fetchFromGitHub, 5 cmake, 6 docbook-xsl-nons, 7 libxslt, ··· 61 # tries to compile and run generate_argument_docbook.c 62 withManPages ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, 63 64 gnome, 65 remmina, 66 }: 67 68 stdenv.mkDerivation (finalAttrs: { 69 pname = "freerdp"; 70 + version = "3.10.3"; 71 72 src = fetchFromGitHub { 73 owner = "FreeRDP"; 74 repo = "FreeRDP"; 75 rev = finalAttrs.version; 76 + hash = "sha256-qFjR1Z2GZsNpgjlbHw+o+dLCBLZQ9D9c93FFqFGM8T4="; 77 }; 78 79 postPatch = ··· 82 83 # skip NIB file generation on darwin 84 substituteInPlace "client/Mac/CMakeLists.txt" "client/Mac/cli/CMakeLists.txt" \ 85 + --replace-fail "if(NOT IS_XCODE)" "if(FALSE)" 86 87 substituteInPlace "libfreerdp/freerdp.pc.in" \ 88 --replace-fail "Requires:" "Requires: @WINPR_PKG_CONFIG_FILENAME@"
+3 -3
pkgs/applications/office/treesheets/default.nix
··· 12 13 stdenv.mkDerivation rec { 14 pname = "treesheets"; 15 - version = "0-unstable-2024-12-22"; 16 17 src = fetchFromGitHub { 18 owner = "aardappel"; 19 repo = "treesheets"; 20 - rev = "b3bf8f2763aa9efaac428107d62194582839df1b"; 21 - hash = "sha256-qY5DSFW6jnngvHCBgz9Go9Xsfo2nd7xDyZWuKSpyMMM="; 22 }; 23 24 nativeBuildInputs = [
··· 12 13 stdenv.mkDerivation rec { 14 pname = "treesheets"; 15 + version = "0-unstable-2025-01-13"; 16 17 src = fetchFromGitHub { 18 owner = "aardappel"; 19 repo = "treesheets"; 20 + rev = "89b40de858f598975098a0436637bca8357a4a86"; 21 + hash = "sha256-kduZ+1EYxwuKAIVNBg9u32UD463gpBIjcxSj1FgvIIg="; 22 }; 23 24 nativeBuildInputs = [
+4
pkgs/by-name/ar/archiver/package.nix
··· 33 mainProgram = "arc"; 34 license = licenses.mit; 35 maintainers = with maintainers; [ kalbasit ]; 36 }; 37 }
··· 33 mainProgram = "arc"; 34 license = licenses.mit; 35 maintainers = with maintainers; [ kalbasit ]; 36 + knownVulnerabilities = [ 37 + "CVE-2024-0406" 38 + "Package is unmaintained upstream" 39 + ]; 40 }; 41 }
+100 -48
pkgs/by-name/au/auto-cpufreq/prevent-install-and-copy.patch
··· 1 - diff --git a/auto_cpufreq/bin/auto_cpufreq.py b/auto_cpufreq/bin/auto_cpufreq.py 2 - index d9fcd37..7436a7e 100755 3 - --- a/auto_cpufreq/bin/auto_cpufreq.py 4 - +++ b/auto_cpufreq/bin/auto_cpufreq.py 5 - @@ -136,20 +136,7 @@ def main(monitor, live, daemon, install, update, remove, force, config, stats, g 6 - except KeyboardInterrupt: break 7 - conf.notifier.stop() 8 - elif install: 9 - - root_check() 10 - - if IS_INSTALLED_WITH_SNAP: 11 - - running_daemon_check() 12 - - gnome_power_detect_snap() 13 - - tlp_service_detect_snap() 14 - - bluetooth_notif_snap() 15 - - gov_check() 16 - - run("snapctl set daemon=enabled", shell=True) 17 - - run("snapctl start --enable auto-cpufreq", shell=True) 18 - - else: 19 - - running_daemon_check() 20 - - gov_check() 21 - - deploy_daemon() 22 - - deploy_complete_msg() 23 - + print("install is disabled in the nix package") 24 - elif update: 25 - root_check() 26 - custom_dir = "/opt/auto-cpufreq/source" 27 - @@ -187,21 +174,7 @@ def main(monitor, live, daemon, install, update, remove, force, config, stats, g 28 - run(["auto-cpufreq", "--version"]) 29 - else: print("Aborted") 30 - elif remove: 31 - - root_check() 32 - - if IS_INSTALLED_WITH_SNAP: 33 - - run("snapctl set daemon=disabled", shell=True) 34 - - run("snapctl stop --disable auto-cpufreq", shell=True) 35 - - if auto_cpufreq_stats_path.exists(): 36 - - if auto_cpufreq_stats_file is not None: 37 - - auto_cpufreq_stats_file.close() 38 - 39 - - auto_cpufreq_stats_path.unlink() 40 - - # ToDo: 41 - - # {the following snippet also used in --update, update it there too(if required)} 42 - - # * undo bluetooth boot disable 43 - - gnome_power_rm_reminder_snap() 44 - - else: remove_daemon() 45 - - remove_complete_msg() 46 - + print("remove is disabled in the nix package") 47 - elif stats: 48 - not_running_daemon_check() 49 - config_info_dialog()
··· 1 + diff --git a/auto_cpufreq/core.py b/auto_cpufreq/core.py 2 + index f03e7de..2dff5fb 100755 3 + --- a/auto_cpufreq/core.py 4 + +++ b/auto_cpufreq/core.py 5 + @@ -277,19 +277,12 @@ def get_current_gov(): 6 + ) 7 + 8 + def cpufreqctl(): 9 + - """ 10 + - deploy cpufreqctl.auto-cpufreq script 11 + - """ 12 + - if not (IS_INSTALLED_WITH_SNAP or os.path.isfile("/usr/local/bin/cpufreqctl.auto-cpufreq")): 13 + - copy(SCRIPTS_DIR / "cpufreqctl.sh", "/usr/local/bin/cpufreqctl.auto-cpufreq") 14 + - call(["chmod", "a+x", "/usr/local/bin/cpufreqctl.auto-cpufreq"]) 15 + + # scripts are already in the correct place 16 + + pass 17 + 18 + def cpufreqctl_restore(): 19 + - """ 20 + - remove cpufreqctl.auto-cpufreq script 21 + - """ 22 + - if not IS_INSTALLED_WITH_SNAP and os.path.isfile("/usr/local/bin/cpufreqctl.auto-cpufreq"): 23 + - os.remove("/usr/local/bin/cpufreqctl.auto-cpufreq") 24 + + #no need to restore 25 + + pass 26 + 27 + def footer(l=79): print("\n" + "-" * l + "\n") 28 + 29 + @@ -307,31 +300,8 @@ def remove_complete_msg(): 30 + footer() 31 + 32 + def deploy_daemon(): 33 + - print("\n" + "-" * 21 + " Deploying auto-cpufreq as a daemon " + "-" * 22 + "\n") 34 - 35 + - cpufreqctl() # deploy cpufreqctl script func call 36 + - 37 + - bluetooth_disable() # turn off bluetooth on boot 38 + - 39 + - auto_cpufreq_stats_path.touch(exist_ok=True) 40 + - 41 + - print("\n* Deploy auto-cpufreq install script") 42 + - copy(SCRIPTS_DIR / "auto-cpufreq-install.sh", "/usr/local/bin/auto-cpufreq-install") 43 + - call(["chmod", "a+x", "/usr/local/bin/auto-cpufreq-install"]) 44 + - 45 + - print("\n* Deploy auto-cpufreq remove script") 46 + - copy(SCRIPTS_DIR / "auto-cpufreq-remove.sh", "/usr/local/bin/auto-cpufreq-remove") 47 + - call(["chmod", "a+x", "/usr/local/bin/auto-cpufreq-remove"]) 48 + - 49 + - # output warning if gnome power profile is running 50 + - gnome_power_detect_install() 51 + - gnome_power_svc_disable() 52 + - 53 + - tuned_svc_disable() 54 + - 55 + - tlp_service_detect() # output warning if TLP service is detected 56 + - 57 + - call("/usr/local/bin/auto-cpufreq-install", shell=True) 58 + + # prevent needless copying and system changes 59 + + pass 60 + 61 + def deploy_daemon_performance(): 62 + print("\n" + "-" * 21 + " Deploying auto-cpufreq as a daemon (performance) " + "-" * 22 + "\n") 63 + @@ -363,37 +333,7 @@ def deploy_daemon_performance(): 64 + 65 + call("/usr/local/bin/auto-cpufreq-install", shell=True) 66 + 67 + -def remove_daemon(): 68 + - # check if auto-cpufreq is installed 69 + - if not os.path.exists("/usr/local/bin/auto-cpufreq-remove"): 70 + - print("\nauto-cpufreq daemon is not installed.\n") 71 + - sys.exit(1) 72 + - 73 + - print("\n" + "-" * 21 + " Removing auto-cpufreq daemon " + "-" * 22 + "\n") 74 + - 75 + - bluetooth_enable() # turn on bluetooth on boot 76 + - 77 + - # output warning if gnome power profile is stopped 78 + - gnome_power_rm_reminder() 79 + - gnome_power_svc_enable() 80 + - 81 + - tuned_svc_enable() 82 + - 83 + - # run auto-cpufreq daemon remove script 84 + - call("/usr/local/bin/auto-cpufreq-remove", shell=True) 85 + - 86 + - # remove auto-cpufreq-remove 87 + - os.remove("/usr/local/bin/auto-cpufreq-remove") 88 + - 89 + - # delete override pickle if it exists 90 + - if os.path.exists(governor_override_state): os.remove(governor_override_state) 91 + - 92 + - # delete stats file 93 + - if auto_cpufreq_stats_path.exists(): 94 + - if auto_cpufreq_stats_file is not None: auto_cpufreq_stats_file.close() 95 + - auto_cpufreq_stats_path.unlink() 96 + - 97 + - cpufreqctl_restore() # restore original cpufrectl script 98 + +def remove_daemon(): pass 99 + 100 + def gov_check(): 101 + for gov in AVAILABLE_GOVERNORS:
+43 -36
pkgs/by-name/az/azure-cli/extensions-generated.json
··· 78 }, 79 "amg": { 80 "pname": "amg", 81 - "version": "2.5.3", 82 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.3-py3-none-any.whl", 83 - "hash": "sha256-xrJS464daKWiw7QeXzzicm9WWl7+0GVi7N1GV203IMk=", 84 "description": "Microsoft Azure Command-Line Tools Azure Managed Grafana Extension" 85 }, 86 "amlfs": { ··· 225 }, 226 "connectedvmware": { 227 "pname": "connectedvmware", 228 - "version": "1.2.0", 229 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.2.0-py2.py3-none-any.whl", 230 - "hash": "sha256-tzGoIcYJqui/q34EcLNCuReefgxlSC9KQypg2HpMOV8=", 231 "description": "Microsoft Azure Command-Line Tools Connectedvmware Extension" 232 }, 233 "cosmosdb-preview": { ··· 274 }, 275 "databricks": { 276 "pname": "databricks", 277 - "version": "1.0.1", 278 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/databricks-1.0.1-py3-none-any.whl", 279 - "hash": "sha256-VRZddDXNeg3IdYfoL8IC15Kl8oycRDmGVbCkdw0DjDA=", 280 "description": "Microsoft Azure Command-Line Tools DatabricksClient Extension" 281 }, 282 "datadog": { ··· 295 }, 296 "datamigration": { 297 "pname": "datamigration", 298 - "version": "1.0.0b2", 299 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b2-py3-none-any.whl", 300 - "hash": "sha256-iQG1ZkqV5mV4Fpi8Au6UtCl8gqyf36uZ3U8TusHAkj4=", 301 "description": "Microsoft Azure Command-Line Tools DataMigrationManagementClient Extension" 302 }, 303 "dataprotection": { ··· 337 }, 338 "devcenter": { 339 "pname": "devcenter", 340 - "version": "6.1.0", 341 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.1.0-py3-none-any.whl", 342 - "hash": "sha256-OaWjjAv4bu2KsUYXcQrxrlEiiUrnqa2rfHXg7ZxbyB4=", 343 "description": "Microsoft Azure Command-Line Tools DevCenter Extension" 344 }, 345 "diskpool": { ··· 372 }, 373 "durabletask": { 374 "pname": "durabletask", 375 - "version": "1.0.0b1", 376 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b1-py3-none-any.whl", 377 - "hash": "sha256-16kpspSSjfedgxL79q9yxdko4wTEp7N9rz/3cmZ9+yU=", 378 "description": "Microsoft Azure Command-Line Tools Durabletask Extension" 379 }, 380 "dynatrace": { ··· 414 }, 415 "eventgrid": { 416 "pname": "eventgrid", 417 - "version": "1.0.0b1", 418 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/eventgrid-1.0.0b1-py2.py3-none-any.whl", 419 - "hash": "sha256-Ziyio4Hvz4IaFmSP87ie2+IfTpiH4Y/6fuDbuvAzLt4=", 420 "description": "Microsoft Azure Command-Line Tools EventGrid Command Module" 421 }, 422 "express-route-cross-connection": { ··· 519 }, 520 "healthcareapis": { 521 "pname": "healthcareapis", 522 - "version": "1.0.0", 523 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-1.0.0-py3-none-any.whl", 524 - "hash": "sha256-RSFMiiNWGMw4PjI+PKQ7UxGn00Jb5CUxRyKK/fRLruc=", 525 "description": "Microsoft Azure Command-Line Tools HealthcareApisManagementClient Extension" 526 }, 527 "hpc-cache": { ··· 631 }, 632 "maintenance": { 633 "pname": "maintenance", 634 - "version": "1.7.0b1", 635 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.7.0b1-py3-none-any.whl", 636 - "hash": "sha256-cZmLfV3nIjxeKuehwARFtBHROaAjh2+EeI9R8fUQsts=", 637 "description": "Microsoft Azure Command-Line Tools MaintenanceManagementClient Extension" 638 }, 639 "managedccfs": { ··· 659 }, 660 "mcc": { 661 "pname": "mcc", 662 - "version": "1.0.0b1", 663 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/mcc-1.0.0b1-py3-none-any.whl", 664 - "hash": "sha256-anNMf7Gdca1dIQFGSyR8e//doeWcJlHphUf/eesZ7U0=", 665 "description": "Microsoft Connected Cache CLI Commands" 666 }, 667 "mdp": { ··· 804 "hash": "sha256-/k47qFwfZZZqBZKR5G6+t8lW8o2isVtUGwSSdltiOZI=", 805 "description": "Microsoft Azure Command-Line Tools PeeringManagementClient Extension" 806 }, 807 "portal": { 808 "pname": "portal", 809 "version": "0.1.3", ··· 932 }, 933 "spring": { 934 "pname": "spring", 935 - "version": "1.26.0", 936 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.26.0-py3-none-any.whl", 937 - "hash": "sha256-6CxqOuyIoHNsdhR3B7ZOZM/ZuFRQM12eD6zHkOHnYbQ=", 938 "description": "Microsoft Azure Command-Line Tools spring Extension" 939 }, 940 "spring-cloud": { ··· 1009 }, 1010 "subscription": { 1011 "pname": "subscription", 1012 - "version": "1.0.0b1", 1013 - "url": "https://azcliprod.blob.core.windows.net/cli-extensions/subscription-1.0.0b1-py2.py3-none-any.whl", 1014 - "hash": "sha256-Pzu0+7dhF00ToPhjNit084i8ZI9/KW+bbiGRs1UHrk8=", 1015 "description": "Microsoft Azure Command-Line Tools Subscription Extension" 1016 }, 1017 "support": {
··· 78 }, 79 "amg": { 80 "pname": "amg", 81 + "version": "2.5.4", 82 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/amg-2.5.4-py3-none-any.whl", 83 + "hash": "sha256-4sNSdZJleUc+MzvzgLW57zrhsGLcGIpBzxHX+A7JM0g=", 84 "description": "Microsoft Azure Command-Line Tools Azure Managed Grafana Extension" 85 }, 86 "amlfs": { ··· 225 }, 226 "connectedvmware": { 227 "pname": "connectedvmware", 228 + "version": "1.2.1", 229 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/connectedvmware-1.2.1-py2.py3-none-any.whl", 230 + "hash": "sha256-zEljltE9NdxAg2KUbDYJ4D9NMb1fGhQ0SmPdM6OhXvo=", 231 "description": "Microsoft Azure Command-Line Tools Connectedvmware Extension" 232 }, 233 "cosmosdb-preview": { ··· 274 }, 275 "databricks": { 276 "pname": "databricks", 277 + "version": "1.1.0", 278 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/databricks-1.1.0-py3-none-any.whl", 279 + "hash": "sha256-JOyOqiRtMscqYPJYVh8D9HNMB3irp5eqYs19gSt9RbI=", 280 "description": "Microsoft Azure Command-Line Tools DatabricksClient Extension" 281 }, 282 "datadog": { ··· 295 }, 296 "datamigration": { 297 "pname": "datamigration", 298 + "version": "1.0.0b3", 299 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/datamigration-1.0.0b3-py3-none-any.whl", 300 + "hash": "sha256-pObfLaS8pQZFXgUI8epvYThjUpcjwWgfLWaCs1ZYTgw=", 301 "description": "Microsoft Azure Command-Line Tools DataMigrationManagementClient Extension" 302 }, 303 "dataprotection": { ··· 337 }, 338 "devcenter": { 339 "pname": "devcenter", 340 + "version": "6.2.0", 341 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/devcenter-6.2.0-py3-none-any.whl", 342 + "hash": "sha256-JPT+sOq8D1Ojjy/7e4Nwd9jWuUNg1o/Dhn8C6Y4PcLc=", 343 "description": "Microsoft Azure Command-Line Tools DevCenter Extension" 344 }, 345 "diskpool": { ··· 372 }, 373 "durabletask": { 374 "pname": "durabletask", 375 + "version": "1.0.0b2", 376 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/durabletask-1.0.0b2-py3-none-any.whl", 377 + "hash": "sha256-llVzI3aKDrxZKUdPijLEmh2gf/BY7Jl9BZYm0g15Iik=", 378 "description": "Microsoft Azure Command-Line Tools Durabletask Extension" 379 }, 380 "dynatrace": { ··· 414 }, 415 "eventgrid": { 416 "pname": "eventgrid", 417 + "version": "1.0.0b2", 418 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/eventgrid-1.0.0b2-py2.py3-none-any.whl", 419 + "hash": "sha256-x9Q9JDXHEic5pZVSEphx+4HoM7dxE5b/0bby879XiGg=", 420 "description": "Microsoft Azure Command-Line Tools EventGrid Command Module" 421 }, 422 "express-route-cross-connection": { ··· 519 }, 520 "healthcareapis": { 521 "pname": "healthcareapis", 522 + "version": "1.0.1", 523 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/healthcareapis-1.0.1-py3-none-any.whl", 524 + "hash": "sha256-VTL1/L/UfORNWvyY0hvSJrvoz5zHabLPFX/sEdQaLhI=", 525 "description": "Microsoft Azure Command-Line Tools HealthcareApisManagementClient Extension" 526 }, 527 "hpc-cache": { ··· 631 }, 632 "maintenance": { 633 "pname": "maintenance", 634 + "version": "1.7.0b2", 635 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/maintenance-1.7.0b2-py3-none-any.whl", 636 + "hash": "sha256-ebiJ8U5FyRLG9VHBGB75AqkjPVars8kGxWnjUCMiiCI=", 637 "description": "Microsoft Azure Command-Line Tools MaintenanceManagementClient Extension" 638 }, 639 "managedccfs": { ··· 659 }, 660 "mcc": { 661 "pname": "mcc", 662 + "version": "1.0.0b2", 663 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/mcc-1.0.0b2-py3-none-any.whl", 664 + "hash": "sha256-z8u9+D5A5bq8WAUqeZx1H1Y+2ukQQXnAyefW51OvEU0=", 665 "description": "Microsoft Connected Cache CLI Commands" 666 }, 667 "mdp": { ··· 804 "hash": "sha256-/k47qFwfZZZqBZKR5G6+t8lW8o2isVtUGwSSdltiOZI=", 805 "description": "Microsoft Azure Command-Line Tools PeeringManagementClient Extension" 806 }, 807 + "playwright-cli-extension": { 808 + "pname": "playwright-cli-extension", 809 + "version": "1.0.0b1", 810 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/playwright_cli_extension-1.0.0b1-py3-none-any.whl", 811 + "hash": "sha256-bxsHF5TdEdT97up3pngs5HrNKOUJgHQpTrpxgWu42i0=", 812 + "description": "Microsoft Azure Command-Line Tools PlaywrightCliExtension Extension" 813 + }, 814 "portal": { 815 "pname": "portal", 816 "version": "0.1.3", ··· 939 }, 940 "spring": { 941 "pname": "spring", 942 + "version": "1.26.1", 943 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/spring-1.26.1-py3-none-any.whl", 944 + "hash": "sha256-TyY/a5DJ1zntN22Gl9YCWz/Ty26zubZpwzlS10IyeVo=", 945 "description": "Microsoft Azure Command-Line Tools spring Extension" 946 }, 947 "spring-cloud": { ··· 1016 }, 1017 "subscription": { 1018 "pname": "subscription", 1019 + "version": "1.0.0b2", 1020 + "url": "https://azcliprod.blob.core.windows.net/cli-extensions/subscription-1.0.0b2-py2.py3-none-any.whl", 1021 + "hash": "sha256-G5N/S3Ng0vKStpXab6If8tiajJANZp8SyXz5jDg2XR8=", 1022 "description": "Microsoft Azure Command-Line Tools Subscription Extension" 1023 }, 1024 "support": {
+3 -2
pkgs/by-name/az/azure-cli/package.nix
··· 26 }: 27 28 let 29 - version = "2.67.0"; 30 31 src = fetchFromGitHub { 32 name = "azure-cli-${version}-src"; 33 owner = "Azure"; 34 repo = "azure-cli"; 35 rev = "azure-cli-${version}"; 36 - hash = "sha256-UrWReU9x7n2GqFt+OO9SLo0uAuwQBXUr4rYtTZfHlfY="; 37 }; 38 39 # put packages that needs to be overridden in the py package scope ··· 251 # remove garbage 252 rm $out/bin/az.bat 253 rm $out/bin/az.completion.sh 254 ''; 255 256 # wrap the executable so that the python packages are available
··· 26 }: 27 28 let 29 + version = "2.68.0"; 30 31 src = fetchFromGitHub { 32 name = "azure-cli-${version}-src"; 33 owner = "Azure"; 34 repo = "azure-cli"; 35 rev = "azure-cli-${version}"; 36 + hash = "sha256-WJkuLZUWNzbjAmOPilOK6jnjmax/3ct+ZVWQB3ho/BI="; 37 }; 38 39 # put packages that needs to be overridden in the py package scope ··· 251 # remove garbage 252 rm $out/bin/az.bat 253 rm $out/bin/az.completion.sh 254 + rm $out/bin/azps.ps1 255 ''; 256 257 # wrap the executable so that the python packages are available
+1
pkgs/by-name/az/azure-cli/python-packages.nix
··· 83 --ignore=azure/cli/core/tests/test_cloud.py \ 84 --ignore=azure/cli/core/tests/test_extension.py \ 85 --ignore=azure/cli/core/tests/test_util.py \ 86 -k 'not metadata_url and not test_send_raw_requests and not test_format_styled_text_legacy_powershell' 87 ''; 88
··· 83 --ignore=azure/cli/core/tests/test_cloud.py \ 84 --ignore=azure/cli/core/tests/test_extension.py \ 85 --ignore=azure/cli/core/tests/test_util.py \ 86 + --ignore=azure/cli/core/tests/test_argcomplete.py \ 87 -k 'not metadata_url and not test_send_raw_requests and not test_format_styled_text_legacy_powershell' 88 ''; 89
+2 -2
pkgs/by-name/bi/bird/package.nix
··· 11 12 stdenv.mkDerivation rec { 13 pname = "bird"; 14 - version = "2.16"; 15 16 src = fetchurl { 17 url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz"; 18 - hash = "sha256-ZikRApOvbxcnlnEh1k+cjclO1hgcTvix3FHH/dZphxw="; 19 }; 20 21 nativeBuildInputs = [
··· 11 12 stdenv.mkDerivation rec { 13 pname = "bird"; 14 + version = "2.16.1"; 15 16 src = fetchurl { 17 url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz"; 18 + hash = "sha256-9uWcvMrKYmaK6gIGhyS9QnuexEnH4PD8VoFQOYjHNbQ="; 19 }; 20 21 nativeBuildInputs = [
+3 -3
pkgs/by-name/ca/cargo-leptos/package.nix
··· 16 in 17 rustPlatform.buildRustPackage rec { 18 pname = "cargo-leptos"; 19 - version = "0.2.24"; 20 21 src = fetchFromGitHub { 22 owner = "leptos-rs"; 23 repo = pname; 24 rev = "v${version}"; 25 - hash = "sha256-KNasxy/hEU04H/xAV3y92OtxBmYgA0RZjCQnC/XvBoo="; 26 }; 27 28 - cargoHash = "sha256-dxDmJVkkdT6hbhboyn8XwMJp379xAVZ8GFVp3F+LtWA="; 29 30 buildInputs = optionals isDarwin [ 31 SystemConfiguration
··· 16 in 17 rustPlatform.buildRustPackage rec { 18 pname = "cargo-leptos"; 19 + version = "0.2.25"; 20 21 src = fetchFromGitHub { 22 owner = "leptos-rs"; 23 repo = pname; 24 rev = "v${version}"; 25 + hash = "sha256-vgYr6mMS2O4/102R+6iCW9IBziM1tIav569d36iIbl8="; 26 }; 27 28 + cargoHash = "sha256-Q3+tOpvzDqIn2M6Zrm1xK6TeTV4zrxK0PYgcIsEBIhE="; 29 30 buildInputs = optionals isDarwin [ 31 SystemConfiguration
+3 -3
pkgs/by-name/ca/cargo-xwin/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "cargo-xwin"; 9 - version = "0.18.3"; 10 11 src = fetchFromGitHub { 12 owner = "rust-cross"; 13 repo = "cargo-xwin"; 14 rev = "v${version}"; 15 - hash = "sha256-JwN0eUtj2qa5Hdl4aeDr9FtEpTB/Y36/q8ValfuvN/A="; 16 }; 17 18 - cargoHash = "sha256-pHy5sImtaN5MzkewygFbPK1yFLRmHrzPDa7NOoUoA5M="; 19 20 meta = with lib; { 21 description = "Cross compile Cargo project to Windows MSVC target with ease";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "cargo-xwin"; 9 + version = "0.18.4"; 10 11 src = fetchFromGitHub { 12 owner = "rust-cross"; 13 repo = "cargo-xwin"; 14 rev = "v${version}"; 15 + hash = "sha256-bzyEIBOa0yqjAYjWGw4Fbb8Cv3yCCfJ4vV0q600Rwyk="; 16 }; 17 18 + cargoHash = "sha256-uAQD1SUo8W5TtnZyprOFGztpOqvjPEDddA6CBPUN74g="; 19 20 meta = with lib; { 21 description = "Cross compile Cargo project to Windows MSVC target with ease";
+3 -3
pkgs/by-name/ch/chart-testing/package.nix
··· 14 15 buildGoModule rec { 16 pname = "chart-testing"; 17 - version = "3.11.0"; 18 19 src = fetchFromGitHub { 20 owner = "helm"; 21 repo = pname; 22 rev = "v${version}"; 23 - hash = "sha256-eiU8omDEGDJVmumHwZkNix7qMVkoR6Irg0x9dTBzadA="; 24 }; 25 26 - vendorHash = "sha256-o9oZnQPztrK6HvclPt33Y05GQFWDsnUYti5x8R7aWS8="; 27 28 postPatch = '' 29 substituteInPlace pkg/config/config.go \
··· 14 15 buildGoModule rec { 16 pname = "chart-testing"; 17 + version = "3.12.0"; 18 19 src = fetchFromGitHub { 20 owner = "helm"; 21 repo = pname; 22 rev = "v${version}"; 23 + hash = "sha256-q56ZM+YzL7RRC3RD3xO3K0hIDomKun5xmSKuiDTq1cU="; 24 }; 25 26 + vendorHash = "sha256-kTlqGZVOppf+WMcFw0T9FVbu9eOWAWzotR8fPPyo2Ms="; 27 28 postPatch = '' 29 substituteInPlace pkg/config/config.go \
+4 -3
pkgs/by-name/ci/ciftilib/package.nix
··· 16 src = fetchFromGitHub { 17 owner = "Washington-University"; 18 repo = "CiftiLib"; 19 - rev = "v${version}"; 20 hash = "sha256-xc2dpMse4SozYEV/w3rXCrh1LKpTThq5nHB2y5uAD0A="; 21 }; 22 ··· 32 33 cmakeFlags = [ "-DCMAKE_CTEST_ARGUMENTS=--exclude-regex;'big|datatype-md5'" ]; 34 35 - # error: no member named 'file_string' in 'boost::filesystem::path' 36 - env.NIX_CFLAGS_COMPILE = "-UCIFTILIB_BOOST_NO_FSV3"; 37 38 doCheck = true; 39
··· 16 src = fetchFromGitHub { 17 owner = "Washington-University"; 18 repo = "CiftiLib"; 19 + tag = "v${version}"; 20 hash = "sha256-xc2dpMse4SozYEV/w3rXCrh1LKpTThq5nHB2y5uAD0A="; 21 }; 22 ··· 32 33 cmakeFlags = [ "-DCMAKE_CTEST_ARGUMENTS=--exclude-regex;'big|datatype-md5'" ]; 34 35 + # error: no member named 'file_string' in 'boost::filesystem::path'; 36 + # error: 'class boost::filesystem::path' has no member named 'normalize', resp. 37 + env.NIX_CFLAGS_COMPILE = "-UCIFTILIB_BOOST_NO_FSV3 -UCIFTILIB_BOOST_NO_CANONICAL"; 38 39 doCheck = true; 40
+3 -3
pkgs/by-name/ci/civo/package.nix
··· 7 8 buildGoModule rec { 9 pname = "civo"; 10 - version = "1.1.93"; 11 12 src = fetchFromGitHub { 13 owner = "civo"; 14 repo = "cli"; 15 rev = "v${version}"; 16 - hash = "sha256-FX2hnqYqvPoD6Fn1363XrK4n0tMd9xkWlIcyIhDJDW4="; 17 }; 18 19 - vendorHash = "sha256-G3ijLi3ZbURVHkjUwylFWwxRyxroppVUFJveKw5qLq8="; 20 21 nativeBuildInputs = [ installShellFiles ]; 22
··· 7 8 buildGoModule rec { 9 pname = "civo"; 10 + version = "1.1.95"; 11 12 src = fetchFromGitHub { 13 owner = "civo"; 14 repo = "cli"; 15 rev = "v${version}"; 16 + hash = "sha256-/byI9QFxkCiyVvxF0K1RjK5xW4EE8l/+LqqKy9GW1Pw="; 17 }; 18 19 + vendorHash = "sha256-ZylfnOeS6tXYaBbXg5znus6CKE+IZXmPSOc9UwYtscc="; 20 21 nativeBuildInputs = [ installShellFiles ]; 22
+2 -2
pkgs/by-name/di/disko/package.nix
··· 12 13 stdenvNoCC.mkDerivation (finalAttrs: { 14 pname = "disko"; 15 - version = "1.10.0"; 16 src = fetchFromGitHub { 17 owner = "nix-community"; 18 repo = "disko"; 19 rev = "v${finalAttrs.version}"; 20 - hash = "sha256-snPBgTqwn3FPZVdFC5yt7Bnk3squim1vZOZ8CObWykk="; 21 }; 22 nativeBuildInputs = [ makeWrapper ]; 23 buildInputs = [ bash ];
··· 12 13 stdenvNoCC.mkDerivation (finalAttrs: { 14 pname = "disko"; 15 + version = "1.11.0"; 16 src = fetchFromGitHub { 17 owner = "nix-community"; 18 repo = "disko"; 19 rev = "v${finalAttrs.version}"; 20 + hash = "sha256-ItkIZyebGvNH2dK9jVGzJHGPtb6BSWLN8Gmef16NeY0="; 21 }; 22 nativeBuildInputs = [ makeWrapper ]; 23 buildInputs = [ bash ];
+11
pkgs/by-name/dn/dnsperf/package.nix
··· 3 stdenv, 4 autoreconfHook, 5 fetchFromGitHub, 6 ldns, 7 libck, 8 nghttp2, ··· 31 libck 32 nghttp2 33 openssl 34 ]; 35 36 doCheck = true;
··· 3 stdenv, 4 autoreconfHook, 5 fetchFromGitHub, 6 + fetchpatch, 7 ldns, 8 libck, 9 nghttp2, ··· 32 libck 33 nghttp2 34 openssl 35 + ]; 36 + 37 + patches = lib.optionals stdenv.hostPlatform.isMusl [ 38 + # dnsperf doesn't have support for musl (https://github.com/DNS-OARC/dnsperf/issues/265) 39 + # and strerror_r returns int on non-glibc: https://github.com/NixOS/nixpkgs/issues/370498 40 + # TODO: remove if better non-glibc detection is ever upstreamed 41 + (fetchpatch { 42 + url = "https://gitlab.alpinelinux.org/alpine/aports/-/raw/5bd92b8f86a0bf15dddf8fa180adf14344d6cc15/testing/dnsperf/musl-perf_strerror_r.patch"; 43 + hash = "sha256-yTJHXkti/xSklmVfAV45lEsOiHy7oL1phImNTNtcPkM="; 44 + }) 45 ]; 46 47 doCheck = true;
+91
pkgs/by-name/en/enpass-mac/package.nix
···
··· 1 + { 2 + lib, 3 + stdenvNoCC, 4 + fetchurl, 5 + gzip, 6 + xar, 7 + cpio, 8 + writeShellApplication, 9 + curl, 10 + cacert, 11 + gawk, 12 + common-updater-scripts, 13 + versionCheckHook, 14 + writeShellScript, 15 + coreutils, 16 + xcbuild, 17 + }: 18 + 19 + stdenvNoCC.mkDerivation (finalAttrs: { 20 + pname = "enpass-mac"; 21 + version = "6.11.8.1861"; 22 + 23 + src = fetchurl { 24 + url = "https://dl.enpass.io/stable/mac/package/${finalAttrs.version}/Enpass.pkg"; 25 + hash = "sha256-n0ClsyGTS52ms161CJihIzBI5GjiMIF6HEJ59+jciq8="; 26 + }; 27 + 28 + dontPatch = true; 29 + dontConfigure = true; 30 + dontBuild = true; 31 + dontFixup = true; 32 + 33 + nativeBuildInputs = [ 34 + gzip 35 + xar 36 + cpio 37 + ]; 38 + 39 + unpackPhase = '' 40 + runHook preUnpack 41 + 42 + xar -xf $src 43 + gunzip -dc Enpass_temp.pkg/Payload | cpio -i 44 + 45 + runHook postUnpack 46 + ''; 47 + 48 + installPhase = '' 49 + runHook preInstall 50 + 51 + mkdir -p $out/Applications 52 + mv Enpass.app $out/Applications 53 + 54 + runHook postInstall 55 + ''; 56 + 57 + passthru.updateScript = lib.getExe (writeShellApplication { 58 + name = "enpass-mac-update-script"; 59 + runtimeInputs = [ 60 + curl 61 + cacert 62 + gawk 63 + common-updater-scripts 64 + ]; 65 + text = '' 66 + url="https://www.enpass.io/download/macos/website/stable" 67 + version=$(curl -Ls -o /dev/null -w "%{url_effective}" "$url" | awk -F'/' '{print $7}') 68 + update-source-version enpass-mac "$version" 69 + ''; 70 + }); 71 + 72 + nativeInstallCheckInputs = [ versionCheckHook ]; 73 + versionCheckProgram = writeShellScript "version-check" '' 74 + marketing_version=$(${xcbuild}/bin/PlistBuddy -c "Print :CFBundleShortVersionString" "$1" | ${coreutils}/bin/tr -d '"') 75 + build_version=$(${xcbuild}/bin/PlistBuddy -c "Print :CFBundleVersion" "$1") 76 + 77 + echo $marketing_version.$build_version 78 + ''; 79 + versionCheckProgramArg = [ "${placeholder "out"}/Applications/Enpass.app/Contents/Info.plist" ]; 80 + doInstallCheck = true; 81 + 82 + meta = { 83 + description = "Choose your own safest place to store passwords"; 84 + homepage = "https://www.enpass.io"; 85 + changelog = "https://www.enpass.io/release-notes/macos-website-ver/"; 86 + license = [ lib.licenses.unfree ]; 87 + sourceProvenance = [ lib.sourceTypes.binaryNativeCode ]; 88 + maintainers = with lib.maintainers; [ DimitarNestorov ]; 89 + platforms = lib.platforms.darwin; 90 + }; 91 + })
+2 -2
pkgs/by-name/ge/gef/package.nix
··· 25 in 26 stdenv.mkDerivation rec { 27 pname = "gef"; 28 - version = "2024.06"; 29 30 src = fetchFromGitHub { 31 owner = "hugsy"; 32 repo = "gef"; 33 rev = version; 34 - sha256 = "sha256-fo8hC2T2WDcG0MQffPm2QBPR89EPiqctkUJC40PeyWg="; 35 }; 36 37 dontBuild = true;
··· 25 in 26 stdenv.mkDerivation rec { 27 pname = "gef"; 28 + version = "2025.01"; 29 30 src = fetchFromGitHub { 31 owner = "hugsy"; 32 repo = "gef"; 33 rev = version; 34 + sha256 = "sha256-JM9zH1wWEdjpBafnxMIFtePjXWf3UOXhBSWZCXEOzKw="; 35 }; 36 37 dontBuild = true;
+3 -3
pkgs/by-name/gl/glooctl/package.nix
··· 7 8 buildGoModule rec { 9 pname = "glooctl"; 10 - version = "1.18.2"; 11 12 src = fetchFromGitHub { 13 owner = "solo-io"; 14 repo = "gloo"; 15 rev = "v${version}"; 16 - hash = "sha256-EpZaO7I8wQ8PnZKc8hBiK/mY+v+A8osuvrmGH/qGr64="; 17 }; 18 19 - vendorHash = "sha256-N6S/g89mNsDlJIWOl9F4xo8L/k/k8971rEV9pSShf3U="; 20 21 subPackages = [ "projects/gloo/cli/cmd" ]; 22
··· 7 8 buildGoModule rec { 9 pname = "glooctl"; 10 + version = "1.18.5"; 11 12 src = fetchFromGitHub { 13 owner = "solo-io"; 14 repo = "gloo"; 15 rev = "v${version}"; 16 + hash = "sha256-0ITszVZnxbXSCie9lFotMwZYSVTAhqDgKiz19apPkog="; 17 }; 18 19 + vendorHash = "sha256-AEfDeUD7A4ZFgctNa8b1XeJMFnmcQCLvlQqNFM/gSCc="; 20 21 subPackages = [ "projects/gloo/cli/cmd" ]; 22
+2 -2
pkgs/by-name/go/goose/package.nix
··· 7 8 buildGoModule rec { 9 pname = "goose"; 10 - version = "3.24.0"; 11 12 src = fetchFromGitHub { 13 owner = "pressly"; 14 repo = pname; 15 rev = "v${version}"; 16 - hash = "sha256-VAdRlmEY4fAMQtKLfleleW/thnPJJcfSBw+efCNNSmc="; 17 }; 18 19 proxyVendor = true;
··· 7 8 buildGoModule rec { 9 pname = "goose"; 10 + version = "3.24.1"; 11 12 src = fetchFromGitHub { 13 owner = "pressly"; 14 repo = pname; 15 rev = "v${version}"; 16 + hash = "sha256-Dy6HHmf1kHd0KJ1EuPnNaa/zIQPUClvwJ8gUR7pi3Cw="; 17 }; 18 19 proxyVendor = true;
+3 -3
pkgs/by-name/go/govulncheck/package.nix
··· 7 8 buildGoModule rec { 9 pname = "govulncheck"; 10 - version = "1.1.3"; 11 12 src = fetchFromGitHub { 13 owner = "golang"; 14 repo = "vuln"; 15 tag = "v${version}"; 16 - hash = "sha256-ydJ8AeoCnLls6dXxjI05+THEqPPdJqtAsKTriTIK9Uc="; 17 }; 18 19 patches = [ ··· 23 }) 24 ]; 25 26 - vendorHash = "sha256-jESQV4Na4Hooxxd0RL96GHkA7Exddco5izjnhfH6xTg="; 27 28 subPackages = [ 29 "cmd/govulncheck"
··· 7 8 buildGoModule rec { 9 pname = "govulncheck"; 10 + version = "1.1.4"; 11 12 src = fetchFromGitHub { 13 owner = "golang"; 14 repo = "vuln"; 15 tag = "v${version}"; 16 + hash = "sha256-d1JWh/K+65p0TP5vAQbSyoatjN4L5nm3VEA+qBSrkAA="; 17 }; 18 19 patches = [ ··· 23 }) 24 ]; 25 26 + vendorHash = "sha256-MSTKDeWVxD2Fa6fNoku4EwFwC90XZ5acnM67crcgXDg="; 27 28 subPackages = [ 29 "cmd/govulncheck"
+2 -2
pkgs/by-name/he/heptabase/package.nix
··· 5 }: 6 let 7 pname = "heptabase"; 8 - version = "1.50.0"; 9 src = fetchurl { 10 url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage"; 11 - hash = "sha256-HFnHzftnLO4nfHxXhvHH4+lVdcPp2N3ihgMhnxSv2bA="; 12 }; 13 14 appimageContents = appimageTools.extractType2 { inherit pname version src; };
··· 5 }: 6 let 7 pname = "heptabase"; 8 + version = "1.50.1"; 9 src = fetchurl { 10 url = "https://github.com/heptameta/project-meta/releases/download/v${version}/Heptabase-${version}.AppImage"; 11 + hash = "sha256-rxCpgetkm8Ma3d5PvTCM2SBcPffImw380UPuR+q0LaQ="; 12 }; 13 14 appimageContents = appimageTools.extractType2 { inherit pname version src; };
+3 -3
pkgs/by-name/ho/home-manager/package.nix
··· 19 20 stdenvNoCC.mkDerivation (finalAttrs: { 21 pname = "home-manager"; 22 - version = "0-unstable-2025-01-02"; 23 24 src = fetchFromGitHub { 25 name = "home-manager-source"; 26 owner = "nix-community"; 27 repo = "home-manager"; 28 - rev = "5f6aa268e419d053c3d5025da740e390b12ac936"; 29 - hash = "sha256-C73gLFnEh8ZI0uDijUgCDWCd21T6I6tsaWgIBHcfAXg="; 30 }; 31 32 nativeBuildInputs = [
··· 19 20 stdenvNoCC.mkDerivation (finalAttrs: { 21 pname = "home-manager"; 22 + version = "0-unstable-2025-01-13"; 23 24 src = fetchFromGitHub { 25 name = "home-manager-source"; 26 owner = "nix-community"; 27 repo = "home-manager"; 28 + rev = "fc52a210b60f2f52c74eac41a8647c1573d2071d"; 29 + hash = "sha256-TY0jUwR3EW0fnS0X5wXMAVy6h4Z7Y6a3m+Yq++C9AyE="; 30 }; 31 32 nativeBuildInputs = [
+3 -3
pkgs/by-name/im/imgproxy/package.nix
··· 11 12 buildGoModule rec { 13 pname = "imgproxy"; 14 - version = "3.27.0"; 15 16 src = fetchFromGitHub { 17 owner = pname; 18 repo = pname; 19 - hash = "sha256-swqbT/DXI2LsW006wBesqYLbAEscn2p/36gT3VE7pqg="; 20 rev = "v${version}"; 21 }; 22 23 - vendorHash = "sha256-VBJo9Ai130u9tChU2f2tdSynuad7TACTSiYyULTK5Bw="; 24 25 nativeBuildInputs = [ 26 pkg-config
··· 11 12 buildGoModule rec { 13 pname = "imgproxy"; 14 + version = "3.27.1"; 15 16 src = fetchFromGitHub { 17 owner = pname; 18 repo = pname; 19 + hash = "sha256-ewfBMHSrt7fBazgswOwOmeqk0uAc3uULPYppQZcLep4="; 20 rev = "v${version}"; 21 }; 22 23 + vendorHash = "sha256-ckJ9HJkkaDx42wS/j9cwDGOku9X7yZ5uL1bun6IMfH4="; 24 25 nativeBuildInputs = [ 26 pkg-config
+3 -11
pkgs/by-name/ja/jaq/package.nix
··· 1 { 2 lib, 3 - stdenv, 4 rustPlatform, 5 fetchFromGitHub, 6 versionCheckHook, ··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "jaq"; 12 - version = "2.0.1"; 13 14 src = fetchFromGitHub { 15 owner = "01mf02"; 16 repo = "jaq"; 17 tag = "v${version}"; 18 - hash = "sha256-S8ELxUKU8g8+6HpM+DxINEqMDha7SgesDymhCb7T9bg="; 19 }; 20 21 - cargoHash = "sha256-i3AxIlRY6r0zrMmZVh1l9fPiR652xjhTcwCyHCHCrL8="; 22 - 23 - # This very line fails on `x86_64-darwin`: assertion failed: out.eq(ys) 24 - # https://github.com/01mf02/jaq/blob/v2.0.1/jaq-json/tests/funs.rs#L118 25 - postPatch = lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) '' 26 - substituteInPlace jaq-json/tests/funs.rs \ 27 - --replace-fail 'give(json!(null), "2.1 % 0 | isnan", json!(true));' "" 28 - ''; 29 30 nativeInstallCheckInputs = [ 31 versionCheckHook
··· 1 { 2 lib, 3 rustPlatform, 4 fetchFromGitHub, 5 versionCheckHook, ··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "jaq"; 11 + version = "2.1.0"; 12 13 src = fetchFromGitHub { 14 owner = "01mf02"; 15 repo = "jaq"; 16 tag = "v${version}"; 17 + hash = "sha256-J+48TWGio6KplqYFJM25LGIuf+yAyE7NMqgPUPgpTeY="; 18 }; 19 20 + cargoHash = "sha256-9N24D4fKsy/n+f5uTNkbQNgW+BgGkdEvgitvqbnOcGs="; 21 22 nativeInstallCheckInputs = [ 23 versionCheckHook
+3 -3
pkgs/by-name/ku/kubedock/package.nix
··· 2 3 buildGoModule rec { 4 pname = "kubedock"; 5 - version = "0.17.1"; 6 7 src = fetchFromGitHub { 8 owner = "joyrex2001"; 9 repo = "kubedock"; 10 rev = version; 11 - hash = "sha256-413VUnVYPHKoy9r/XQ4An/TNfEjozsGANfKawFN7Y08="; 12 }; 13 14 - vendorHash = "sha256-S/0oyps1zrbncfy31C6SV13gt/oE+GeXGxD0KaKCn/s="; 15 16 # config.Build not defined as it would break r-ryantm 17 ldflags = [
··· 2 3 buildGoModule rec { 4 pname = "kubedock"; 5 + version = "0.18.0"; 6 7 src = fetchFromGitHub { 8 owner = "joyrex2001"; 9 repo = "kubedock"; 10 rev = version; 11 + hash = "sha256-axJNlmQfcltmFHNiCkQiK7l2KydvP8HEiHqN6JwsrjQ="; 12 }; 13 14 + vendorHash = "sha256-9mPcHMNAkjO8Ae9HcgvdR2+UUPMYmE2oTfYksZ/KL+Y="; 15 16 # config.Build not defined as it would break r-ryantm 17 ldflags = [
+9 -6
pkgs/by-name/li/lib2geom/package.nix
··· 61 checkPhase = 62 let 63 disabledTests = 64 - lib.optionals stdenv.hostPlatform.isAarch64 [ 65 - # Broken on all platforms, test just accidentally passes on some. 66 - # https://gitlab.com/inkscape/lib2geom/-/issues/63 67 - "elliptical-arc-test" 68 - ] 69 - ++ lib.optionals stdenv.hostPlatform.isMusl [ 70 # Fails due to rounding differences 71 # https://gitlab.com/inkscape/lib2geom/-/issues/70 72 "circle-test" 73 ] 74 ++ lib.optionals (stdenv.hostPlatform.system != "x86_64-linux") [ 75 # https://gitlab.com/inkscape/lib2geom/-/issues/69 76 "polynomial-test" 77 78 # https://gitlab.com/inkscape/lib2geom/-/issues/75 79 "line-test" 80 81 # Failure observed on aarch64-darwin 82 "bezier-test"
··· 61 checkPhase = 62 let 63 disabledTests = 64 + lib.optionals stdenv.hostPlatform.isMusl [ 65 # Fails due to rounding differences 66 # https://gitlab.com/inkscape/lib2geom/-/issues/70 67 "circle-test" 68 ] 69 ++ lib.optionals (stdenv.hostPlatform.system != "x86_64-linux") [ 70 + # Broken on all platforms, test just accidentally passes on some. 71 + # https://gitlab.com/inkscape/lib2geom/-/issues/63 72 + "elliptical-arc-test" 73 + 74 # https://gitlab.com/inkscape/lib2geom/-/issues/69 75 "polynomial-test" 76 77 # https://gitlab.com/inkscape/lib2geom/-/issues/75 78 "line-test" 79 + 80 + # Failure observed on i686 81 + "angle-test" 82 + "self-intersections-test" 83 84 # Failure observed on aarch64-darwin 85 "bezier-test"
+6
pkgs/by-name/li/libnids/package.nix
··· 14 url = "mirror://sourceforge/libnids/libnids-1.24.tar.gz"; 15 sha256 = "1cblklfdfxcmy0an6xyyzx4l877xdawhjd28daqfsvrh81mb07k1"; 16 }; 17 nativeBuildInputs = [ pkg-config ]; 18 buildInputs = [ 19 libpcap
··· 14 url = "mirror://sourceforge/libnids/libnids-1.24.tar.gz"; 15 sha256 = "1cblklfdfxcmy0an6xyyzx4l877xdawhjd28daqfsvrh81mb07k1"; 16 }; 17 + 18 + postPatch = '' 19 + substituteInPlace src/Makefile.in \ 20 + --replace-fail ar '${stdenv.cc.targetPrefix}ar' 21 + ''; 22 + 23 nativeBuildInputs = [ pkg-config ]; 24 buildInputs = [ 25 libpcap
+8 -24
pkgs/by-name/li/libnvidia-container/0002-nvc-nvidia-docker-compatible-binary-lookups.patch
··· 3 Date: Fri, 20 Dec 2024 16:37:07 +0100 4 Subject: [PATCH] nvc: nvidia-docker-compatible binary lookups 5 6 - This patch maintains compatibility with NixOS' `virtualisation.docker.enableNvidia` option (which is to be removed soon), while also enabling supplying a custom PATH, to work with the modern CDI-based approach. 7 --- 8 - src/nvc_info.c | 16 ++++++++++++++-- 9 - 1 file changed, 14 insertions(+), 2 deletions(-) 10 11 diff --git a/src/nvc_info.c b/src/nvc_info.c 12 - index cf4b1905fd2127c28ee16649501be122d3be5261..2ab552860ef98879b76398a6f9be95f07b2c8a4a 100644 13 --- a/src/nvc_info.c 14 +++ b/src/nvc_info.c 15 - @@ -243,16 +243,28 @@ static int 16 - find_binary_paths(struct error *err, struct dxcore_context* dxcore, struct nvc_driver_info* info, 17 - const char *root, const char * const bins[], size_t size) 18 - { 19 - - char *env, *ptr; 20 - + char *env, *ptr, *os_path; 21 - const char *dir; 22 - char tmp[PATH_MAX]; 23 char path[PATH_MAX]; 24 int rv = -1; 25 26 - if ((env = secure_getenv("PATH")) == NULL) { 27 - + if ((os_path = secure_getenv("PATH")) == NULL) { 28 error_setx(err, "environment variable PATH not found"); 29 return (-1); 30 } 31 - + 32 - + // TODO: Remove this patch once `virtualisation.docker.enableNvidia` is removed from NixOS. 33 - + // It only exists to maintain compatibility with the old nvidia-docker package. 34 - + int p_rv = snprintf(env, PATH_MAX, "/run/nvidia-docker/bin:/run/nvidia-docker/extras/bin:%s", os_path); 35 - + if (p_rv >= PATH_MAX) { 36 - + error_setx(err, "PATH environment variable too long"); 37 - + return (-1); 38 - + } else if (p_rv < 0) { 39 - + error_setx(err, "error setting PATH environment variable"); 40 - + return (-1); 41 - + } 42 + 43 if ((env = ptr = xstrdup(err, env)) == NULL) 44 return (-1);
··· 3 Date: Fri, 20 Dec 2024 16:37:07 +0100 4 Subject: [PATCH] nvc: nvidia-docker-compatible binary lookups 5 6 + This patch maintains compatibility with NixOS' `virtualisation.docker.enableNvidia` option (which is to be removed soon), while also including the driver package's path, to work with the modern CDI-based approach. 7 --- 8 + src/nvc_info.c | 5 ++++- 9 + 1 file changed, 4 insertions(+), 1 deletion(-) 10 11 diff --git a/src/nvc_info.c b/src/nvc_info.c 12 + index cf4b1905fd2127c28ee16649501be122d3be5261..cdfa19721bc913d8e2adb96d106cd65ee6111623 100644 13 --- a/src/nvc_info.c 14 +++ b/src/nvc_info.c 15 + @@ -249,10 +249,13 @@ find_binary_paths(struct error *err, struct dxcore_context* dxcore, struct nvc_d 16 char path[PATH_MAX]; 17 int rv = -1; 18 19 - if ((env = secure_getenv("PATH")) == NULL) { 20 + + // TODO: Remove this patch once `virtualisation.docker.enableNvidia` is removed from NixOS. 21 + + // It only exists to maintain compatibility with the old nvidia-docker package. 22 + + if ((env = "/run/nvidia-docker/bin:/run/nvidia-docker/extras/bin:@driverLink@/bin") == NULL) { 23 error_setx(err, "environment variable PATH not found"); 24 return (-1); 25 } 26 + 27 if ((env = ptr = xstrdup(err, env)) == NULL) 28 return (-1);
+3 -1
pkgs/by-name/li/libnvidia-container/package.nix
··· 52 # for binary lookups. 53 # TODO: Remove the legacy compatibility once nvidia-docker is removed 54 # from NixOS. 55 - ./0002-nvc-nvidia-docker-compatible-binary-lookups.patch 56 57 # fix bogus struct declaration 58 ./0003-nvc-fix-struct-declaration.patch
··· 52 # for binary lookups. 53 # TODO: Remove the legacy compatibility once nvidia-docker is removed 54 # from NixOS. 55 + (replaceVars ./0002-nvc-nvidia-docker-compatible-binary-lookups.patch { 56 + inherit (addDriverRunpath) driverLink; 57 + }) 58 59 # fix bogus struct declaration 60 ./0003-nvc-fix-struct-declaration.patch
+3 -3
pkgs/by-name/li/linuxhw-edid-fetcher/package.nix
··· 21 # "${edids}/lib/firmware/edid/PG278Q_2014.bin"; 22 stdenv.mkDerivation rec { 23 pname = "linuxhw-edid-fetcher"; 24 - version = "0-unstable-2023-05-08"; 25 26 src = fetchFromGitHub { 27 owner = "linuxhw"; 28 repo = "EDID"; 29 - rev = "98bc7d6e2c0eaad61346a8bf877b562fee16efc3"; 30 - hash = "sha256-+Vz5GU2gGv4QlKO4A6BlKSETxE5GAcehKZL7SEbglGE="; 31 }; 32 33 fetch = lib.getExe (writeShellApplication {
··· 21 # "${edids}/lib/firmware/edid/PG278Q_2014.bin"; 22 stdenv.mkDerivation rec { 23 pname = "linuxhw-edid-fetcher"; 24 + version = "0-unstable-2025-01-06"; 25 26 src = fetchFromGitHub { 27 owner = "linuxhw"; 28 repo = "EDID"; 29 + rev = "cc83e52221a9a6d98632f00b54be64fd0bee0394"; 30 + hash = "sha256-qwTHQOEeFG7SOM2JG9mNpJEoPI8M7GHuwYPWWfU/ID4="; 31 }; 32 33 fetch = lib.getExe (writeShellApplication {
+3 -3
pkgs/by-name/ma/mark/package.nix
··· 6 7 buildGoModule rec { 8 pname = "mark"; 9 - version = "11.3.1"; 10 11 src = fetchFromGitHub { 12 owner = "kovetskiy"; 13 repo = "mark"; 14 rev = version; 15 - sha256 = "sha256-gYNNh29Z65f7lAYooK0GQe3zlJ7OIpDfIQsc68UDeCc="; 16 }; 17 18 - vendorHash = "sha256-I3hJn2wGRB5Kr6aoyiQHEIaFAQPwUn6kDJHCFuX+nAM="; 19 20 ldflags = [ 21 "-s"
··· 6 7 buildGoModule rec { 8 pname = "mark"; 9 + version = "12.0.0"; 10 11 src = fetchFromGitHub { 12 owner = "kovetskiy"; 13 repo = "mark"; 14 rev = version; 15 + sha256 = "sha256-kMP6+L7kfK/qfVI49ssD6Ar1c7ugKgiXUIk9yjQYXE8="; 16 }; 17 18 + vendorHash = "sha256-40hYy3rXyTqrmTp6lNsLI5c2GWZ6Aoi3KRPJV0Ry5Ds="; 19 20 ldflags = [ 21 "-s"
+2 -2
pkgs/by-name/na/narsil/package.nix
··· 14 }: 15 stdenv.mkDerivation rec { 16 pname = "narsil"; 17 - version = "1.4.0"; 18 19 src = fetchFromGitHub { 20 owner = "NickMcConnell"; 21 repo = "NarSil"; 22 rev = version; 23 - hash = "sha256-uupuWqzaVNmowXNjZJiiuZKId7EMDxLq+EHUg5YRSbk="; 24 }; 25 26 passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=main" ]; };
··· 14 }: 15 stdenv.mkDerivation rec { 16 pname = "narsil"; 17 + version = "bbc8fc5efd779ec885045f9b8d903d0df1bec1b2"; 18 19 src = fetchFromGitHub { 20 owner = "NickMcConnell"; 21 repo = "NarSil"; 22 rev = version; 23 + hash = "sha256-keN1IJao80Pr8SpHe0tYXg14l9rBfboyNoDaivzWsyM="; 24 }; 25 26 passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch=main" ]; };
+2 -2
pkgs/by-name/ne/nextcloud-client/package.nix
··· 21 22 stdenv.mkDerivation rec { 23 pname = "nextcloud-client"; 24 - version = "3.15.2"; 25 26 outputs = [ "out" "dev" ]; 27 ··· 29 owner = "nextcloud-releases"; 30 repo = "desktop"; 31 tag = "v${version}"; 32 - hash = "sha256-JA6ke9tBS4IiuDWJ8Efa76+5os+RT0L/zv00ncgH+IU="; 33 }; 34 35 patches = [
··· 21 22 stdenv.mkDerivation rec { 23 pname = "nextcloud-client"; 24 + version = "3.15.3"; 25 26 outputs = [ "out" "dev" ]; 27 ··· 29 owner = "nextcloud-releases"; 30 repo = "desktop"; 31 tag = "v${version}"; 32 + hash = "sha256-48iqLd1S84ZElibdgwEXl3LZeYruo9r34LPn7BzYpdk="; 33 }; 34 35 patches = [
+3 -3
pkgs/by-name/ni/nixpacks/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "nixpacks"; 9 - version = "1.30.0"; 10 11 src = fetchFromGitHub { 12 owner = "railwayapp"; 13 repo = pname; 14 rev = "v${version}"; 15 - sha256 = "sha256-UFpTDZAPFZIoI0pOWZDhx7t/GhXNY4Xy1DtwvjPzSGs="; 16 }; 17 18 - cargoHash = "sha256-ecrAaix3dsCa6nTvZ1jqAwW5N/7lF+0MclXkk7zt2zk="; 19 20 # skip test due FHS dependency 21 doCheck = false;
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "nixpacks"; 9 + version = "1.31.0"; 10 11 src = fetchFromGitHub { 12 owner = "railwayapp"; 13 repo = pname; 14 rev = "v${version}"; 15 + sha256 = "sha256-t9eC7WdPGROLW+j/2O4rV2n16hA9/+rHHyB8E5LLUnE="; 16 }; 17 18 + cargoHash = "sha256-HGAhXhThcxCmjJt4Xu3qU5LSBNKvC3rztWVQoiB7GQs="; 19 20 # skip test due FHS dependency 21 doCheck = false;
+3 -3
pkgs/by-name/no/nomino/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "nomino"; 9 - version = "1.4.0"; 10 11 src = fetchFromGitHub { 12 owner = "yaa110"; 13 repo = pname; 14 rev = version; 15 - hash = "sha256-mHw1nk5RtrOT1BUVzdfbnqzH9Ubk5fBwM6wxICJTWyM="; 16 }; 17 18 - cargoHash = "sha256-A8Edb+30SXfaUC9yE8WPuk8rYEIP6uD/Lo1sn078Bv4="; 19 20 meta = with lib; { 21 description = "Batch rename utility for developers";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "nomino"; 9 + version = "1.5.0"; 10 11 src = fetchFromGitHub { 12 owner = "yaa110"; 13 repo = pname; 14 rev = version; 15 + hash = "sha256-/5rKlPRo3+BsqPgHJ0M/JDGwA0c4rAiOd7gGClPfxMg="; 16 }; 17 18 + cargoHash = "sha256-LaLMa66paTW9Wubus3phc7IgDW54sJFSf4VHnJHGq3o="; 19 20 meta = with lib; { 21 description = "Batch rename utility for developers";
+11 -27
pkgs/by-name/os/osmium-tool/package.nix
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 - fetchpatch, 6 cmake, 7 installShellFiles, 8 pandoc, ··· 11 expat, 12 libosmium, 13 lz4, 14 protozero, 15 zlib, 16 }: 17 18 - stdenv.mkDerivation rec { 19 pname = "osmium-tool"; 20 - version = "1.16.0"; 21 22 src = fetchFromGitHub { 23 owner = "osmcode"; 24 repo = "osmium-tool"; 25 - rev = "v${version}"; 26 - sha256 = "sha256-DObqbzdPA4RlrlcZhqA0MQtWBE+D6GRD1pd9U4DARIk="; 27 }; 28 29 - patches = [ 30 - # Work around https://github.com/osmcode/osmium-tool/issues/276 31 - # by applying changes from https://github.com/Tencent/rapidjson/pull/719 32 - (fetchpatch { 33 - url = "https://github.com/Tencent/rapidjson/commit/3b2441b87f99ab65f37b141a7b548ebadb607b96.patch"; 34 - hash = "sha256-Edmq+hdJQFQ4hT3Oz1cv5gX95qQxPLD4aY8QMTonDe8="; 35 - }) 36 - (fetchpatch { 37 - url = "https://github.com/Tencent/rapidjson/commit/862c39be371278a45a88d4d1d75164be57bb7e2d.patch"; 38 - hash = "sha256-V5zbq/THUY75p1RdEPKJK2NVnxbZs07MMwJBAH7nAMg="; 39 - }) 40 - (fetchpatch { 41 - url = "https://github.com/osmcode/osmium-tool/commit/1c62771a62f260b07c1b9a52338a24a978dcd967.patch"; 42 - hash = "sha256-/2HUu4tLRZzoCcGVEM61gE4RjiA2XGalr9OnhCUhKj8="; 43 - }) 44 - ]; 45 - 46 nativeBuildInputs = [ 47 cmake 48 installShellFiles ··· 55 expat 56 libosmium 57 lz4 58 protozero 59 zlib 60 ]; ··· 65 installShellCompletion --zsh ../zsh_completion/_osmium 66 ''; 67 68 - meta = with lib; { 69 description = "Multipurpose command line tool for working with OpenStreetMap data based on the Osmium library"; 70 homepage = "https://osmcode.org/osmium-tool/"; 71 - changelog = "https://github.com/osmcode/osmium-tool/blob/v${version}/CHANGELOG.md"; 72 - license = with licenses; [ 73 gpl3Plus 74 mit 75 bsd3 76 ]; 77 - maintainers = with maintainers; teams.geospatial.members ++ [ das-g ]; 78 mainProgram = "osmium"; 79 }; 80 - }
··· 2 lib, 3 stdenv, 4 fetchFromGitHub, 5 cmake, 6 installShellFiles, 7 pandoc, ··· 10 expat, 11 libosmium, 12 lz4, 13 + nlohmann_json, 14 protozero, 15 zlib, 16 }: 17 18 + stdenv.mkDerivation (finalAttrs: { 19 pname = "osmium-tool"; 20 + version = "1.17.0"; 21 22 src = fetchFromGitHub { 23 owner = "osmcode"; 24 repo = "osmium-tool"; 25 + tag = "v${finalAttrs.version}"; 26 + sha256 = "sha256-l6C2DGGKcbMUkKDruM8QzpriqFMvDnsi4OE99a2EzhA="; 27 }; 28 29 nativeBuildInputs = [ 30 cmake 31 installShellFiles ··· 38 expat 39 libosmium 40 lz4 41 + nlohmann_json 42 protozero 43 zlib 44 ]; ··· 49 installShellCompletion --zsh ../zsh_completion/_osmium 50 ''; 51 52 + meta = { 53 description = "Multipurpose command line tool for working with OpenStreetMap data based on the Osmium library"; 54 homepage = "https://osmcode.org/osmium-tool/"; 55 + changelog = "https://github.com/osmcode/osmium-tool/blob/v${finalAttrs.version}/CHANGELOG.md"; 56 + license = with lib.licenses; [ 57 gpl3Plus 58 mit 59 bsd3 60 ]; 61 + maintainers = lib.teams.geospatial.members ++ (with lib.maintainers; [ das-g ]); 62 mainProgram = "osmium"; 63 }; 64 + })
+3 -3
pkgs/by-name/pi/pixi/package.nix
··· 14 15 rustPlatform.buildRustPackage rec { 16 pname = "pixi"; 17 - version = "0.40.0"; 18 19 src = fetchFromGitHub { 20 owner = "prefix-dev"; 21 repo = "pixi"; 22 tag = "v${version}"; 23 - hash = "sha256-LuRnPG8vag8SNSChZlWBBavxAlLRk1P73N+VpO0SeTA="; 24 }; 25 26 useFetchCargoVendor = true; 27 - cargoHash = "sha256-I3TnZ9ZHU4TUOUkBIeeRjP+sc/k2qVNtltzkyN87aZo="; 28 29 nativeBuildInputs = [ 30 pkg-config
··· 14 15 rustPlatform.buildRustPackage rec { 16 pname = "pixi"; 17 + version = "0.40.1"; 18 19 src = fetchFromGitHub { 20 owner = "prefix-dev"; 21 repo = "pixi"; 22 tag = "v${version}"; 23 + hash = "sha256-brhc9Zk1uXRySzWLANTrYekGwIq5IICEsJo+B82c9PY="; 24 }; 25 26 useFetchCargoVendor = true; 27 + cargoHash = "sha256-1q9+y3q4AR8oTrK2MSiXvvs3Wa8KD4DtmX2MD3a8cK4="; 28 29 nativeBuildInputs = [ 30 pkg-config
+86 -58
pkgs/by-name/pl/plugdata/package.nix
··· 4 fetchFromGitHub, 5 ensureNewerSourcesForZipFilesHook, 6 makeDesktopItem, 7 - imagemagick, 8 cmake, 9 pkg-config, 10 alsa-lib, ··· 14 curl, 15 xorg, 16 python3, 17 makeWrapper, 18 }: 19 - 20 let 21 - # data copied from build system: https://build.opensuse.org/package/view_file/home:plugdata/plugdata/PlugData.desktop 22 - desktopItem = makeDesktopItem { 23 - name = "PlugData"; 24 - desktopName = "PlugData"; 25 - exec = "plugdata"; 26 - icon = "plugdata_logo.png"; 27 - comment = "Pure Data as a plugin, with a new GUI"; 28 - type = "Application"; 29 - categories = [ 30 - "AudioVideo" 31 - "Music" 32 - ]; 33 - }; 34 in 35 - stdenv.mkDerivation (finalAttrs: { 36 pname = "plugdata"; 37 - version = "0.8.0"; 38 39 src = fetchFromGitHub { 40 owner = "plugdata-team"; 41 repo = "plugdata"; 42 - rev = "v${finalAttrs.version}"; 43 - hash = "sha256-qG9fH5C42jiHj03p/KM28jmDIkJkrQMe7fxg92Lg7B4="; 44 fetchSubmodules = true; 45 }; 46 ··· 48 cmake 49 pkg-config 50 ensureNewerSourcesForZipFilesHook 51 - imagemagick 52 python3 53 makeWrapper 54 ]; 55 buildInputs = [ 56 alsa-lib 57 curl ··· 63 xorg.libXinerama 64 xorg.libXrender 65 xorg.libXrandr 66 ]; 67 - # Standard fix for JUCE programs: https://github.com/NixOS/nixpkgs/blob/5014727e62ae7b22fb1afc61d789ca6ad9170435/pkgs/applications/audio/bespokesynth/default.nix#L137 68 - env.NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isLinux "-rpath ${ 69 - lib.makeLibraryPath ([ 70 - xorg.libX11 71 - xorg.libXrandr 72 - xorg.libXinerama 73 - xorg.libXext 74 - xorg.libXcursor 75 - xorg.libXrender 76 - ]) 77 - }"; 78 - dontPatchELF = true; # needed or nix will try to optimize the binary by removing "useless" rpath 79 80 - postPatch = '' 81 - # Don't build LV2 plugin (it hangs), and don't automatically install 82 - sed -i 's/ LV2 / /g' CMakeLists.txt 83 ''; 84 85 installPhase = '' 86 runHook preInstall 87 88 cd .. # build artifacts are placed inside the source directory for some reason 89 - mkdir -p $out/{bin,lib/{clap,vst3}} 90 cp Plugins/Standalone/plugdata $out/bin 91 cp -r Plugins/CLAP/plugdata{,-fx}.clap $out/lib/clap 92 cp -r Plugins/VST3/plugdata{,-fx}.vst3 $out/lib/vst3 93 94 - icon_name="plugdata_logo.png" 95 - icon_path="Resources/Icons/$icon_name" 96 - 97 - install -m644 -D "${desktopItem}"/share/applications/* -t $out/share/applications 98 - for size in 16 24 32 48 64 128 256 512; do 99 - mkdir -p $out/share/icons/hicolor/"$size"x"$size"/apps 100 - convert -resize "$size"x"$size" "$icon_path" $out/share/icons/hicolor/"$size"x"$size"/apps/"$icon_name" 101 - done 102 103 runHook postInstall 104 ''; 105 106 postInstall = '' 107 # Ensure zenity is available, or it won't be able to open new files. 108 - # These X11 libs get dlopen'd, they cause visual bugs when unavailable. 109 wrapProgram $out/bin/plugdata \ 110 --prefix PATH : '${ 111 lib.makeBinPath [ 112 zenity 113 ] 114 - }' \ 115 - --prefix LD_LIBRARY_PATH : '${ 116 - lib.makeLibraryPath [ 117 - xorg.libXrandr 118 - xorg.libXinerama 119 - xorg.libXcursor 120 - xorg.libXrender 121 - ] 122 }' 123 ''; 124 125 - meta = with lib; { 126 description = "Plugin wrapper around Pure Data to allow patching in a wide selection of DAWs"; 127 mainProgram = "plugdata"; 128 homepage = "https://plugdata.org/"; 129 - license = licenses.gpl3; 130 - platforms = platforms.linux; 131 - maintainers = with maintainers; [ PowerUser64 ]; 132 }; 133 - })
··· 4 fetchFromGitHub, 5 ensureNewerSourcesForZipFilesHook, 6 makeDesktopItem, 7 + copyDesktopItems, 8 cmake, 9 pkg-config, 10 alsa-lib, ··· 14 curl, 15 xorg, 16 python3, 17 + libsysprof-capture, 18 + pcre2, 19 + util-linux, 20 + libselinux, 21 + libsepol, 22 + libthai, 23 + libxkbcommon, 24 + libdatrie, 25 + libepoxy, 26 + libsoup_2_4, 27 + libGL, 28 + libjack2, 29 + lerc, 30 + sqlite, 31 + expat, 32 makeWrapper, 33 + nix-update-script, 34 }: 35 let 36 + version = "0.9.1"; 37 in 38 + stdenv.mkDerivation { 39 pname = "plugdata"; 40 + inherit version; 41 42 src = fetchFromGitHub { 43 owner = "plugdata-team"; 44 repo = "plugdata"; 45 + tag = "v${version}"; 46 + hash = "sha256-dcggq455lZiwl1lps11fuKX6sx0A8UtFwFoiBJWtwFQ="; 47 fetchSubmodules = true; 48 }; 49 ··· 51 cmake 52 pkg-config 53 ensureNewerSourcesForZipFilesHook 54 + copyDesktopItems 55 python3 56 makeWrapper 57 ]; 58 + 59 buildInputs = [ 60 alsa-lib 61 curl ··· 67 xorg.libXinerama 68 xorg.libXrender 69 xorg.libXrandr 70 + xorg.libXdmcp 71 + xorg.libXtst 72 + xorg.xvfb 73 + libsysprof-capture 74 + pcre2 75 + util-linux 76 + libGL 77 + libselinux 78 + libsepol 79 + libthai 80 + libxkbcommon 81 + libdatrie 82 + libepoxy 83 + libsoup_2_4 84 + lerc 85 + libjack2 86 + expat 87 + sqlite 88 ]; 89 90 + desktopItems = [ 91 + (makeDesktopItem { 92 + name = "PlugData"; 93 + desktopName = "PlugData"; 94 + exec = "plugdata"; 95 + icon = "plugdata_logo"; 96 + comment = "Pure Data as a plugin, with a new GUI"; 97 + type = "Application"; 98 + categories = [ 99 + "AudioVideo" 100 + "Music" 101 + ]; 102 + }) 103 + ]; 104 + 105 + NIX_LDFLAGS = ( 106 + toString [ 107 + "-lX11" 108 + "-lXext" 109 + "-lXcomposite" 110 + "-lXcursor" 111 + "-lXinerama" 112 + "-lXrandr" 113 + "-lXtst" 114 + "-lXdmcp" 115 + ] 116 + ); 117 + 118 + preBuild = '' 119 + # fix LV2 build 120 + HOME=$(mktemp -d) 121 ''; 122 123 installPhase = '' 124 runHook preInstall 125 126 cd .. # build artifacts are placed inside the source directory for some reason 127 + mkdir -p $out/bin $out/lib/clap $out/lib/lv2 $out/lib/vst3 128 cp Plugins/Standalone/plugdata $out/bin 129 cp -r Plugins/CLAP/plugdata{,-fx}.clap $out/lib/clap 130 cp -r Plugins/VST3/plugdata{,-fx}.vst3 $out/lib/vst3 131 + cp -r Plugins/LV2/plugdata{,-fx}.lv2 $out/lib/lv2 132 133 + install -Dm444 $src/Resources/Icons/plugdata_logo_linux.png $out/share/pixmaps/plugdata_logo.png 134 135 runHook postInstall 136 ''; 137 138 postInstall = '' 139 # Ensure zenity is available, or it won't be able to open new files. 140 wrapProgram $out/bin/plugdata \ 141 --prefix PATH : '${ 142 lib.makeBinPath [ 143 zenity 144 ] 145 }' 146 ''; 147 148 + passthru.updateScript = nix-update-script { }; 149 + 150 + meta = { 151 description = "Plugin wrapper around Pure Data to allow patching in a wide selection of DAWs"; 152 mainProgram = "plugdata"; 153 homepage = "https://plugdata.org/"; 154 + license = lib.licenses.gpl3; 155 + platforms = lib.platforms.linux; 156 + maintainers = [ 157 + lib.maintainers.PowerUser64 158 + lib.maintainers.l1npengtul 159 + ]; 160 }; 161 + }
+3 -3
pkgs/by-name/po/poetry/plugins/poetry-plugin-export.nix
··· 11 12 buildPythonPackage rec { 13 pname = "poetry-plugin-export"; 14 - version = "1.8.0"; 15 format = "pyproject"; 16 17 src = fetchFromGitHub { 18 owner = "python-poetry"; 19 repo = pname; 20 - rev = "refs/tags/${version}"; 21 - hash = "sha256-ZXhj9FwCCNFMzyoAtQTD8bddOvVM4KzNtd+3sBn9i+w="; 22 }; 23 24 build-system = [
··· 11 12 buildPythonPackage rec { 13 pname = "poetry-plugin-export"; 14 + version = "1.9.0"; 15 format = "pyproject"; 16 17 src = fetchFromGitHub { 18 owner = "python-poetry"; 19 repo = pname; 20 + tag = version; 21 + hash = "sha256-AP3/njzbLEi2s4pOUSLLLzqNprvxwLe9LSY7qh08EWc="; 22 }; 23 24 build-system = [
+4 -4
pkgs/by-name/pu/pulseeffects-legacy/package.nix
··· 46 zam-plugins # maximizer 47 ]; 48 in 49 - stdenv.mkDerivation rec { 50 pname = "pulseeffects"; 51 - version = "4.8.7"; 52 53 src = fetchFromGitHub { 54 owner = "wwmm"; 55 repo = "pulseeffects"; 56 - rev = "v${version}"; 57 - sha256 = "sha256-ldvcA8aTHOgaascH6MF4CzmJ8I2rYOiR0eAkCZzvK/M="; 58 }; 59 60 nativeBuildInputs = [
··· 46 zam-plugins # maximizer 47 ]; 48 in 49 + stdenv.mkDerivation { 50 pname = "pulseeffects"; 51 + version = "4.8.7-unstable-2024-09-17"; 52 53 src = fetchFromGitHub { 54 owner = "wwmm"; 55 repo = "pulseeffects"; 56 + rev = "fbe0a724c1405cee624802f381476cf003dfcfa"; 57 + hash = "sha256-tyVUWc8w08WUnJRTjJVTIiG/YBWTETNYG+4amwEYezY="; 58 }; 59 60 nativeBuildInputs = [
+3 -3
pkgs/by-name/re/regal/package.nix
··· 6 7 buildGoModule rec { 8 name = "regal"; 9 - version = "0.29.2"; 10 11 src = fetchFromGitHub { 12 owner = "StyraInc"; 13 repo = "regal"; 14 rev = "v${version}"; 15 - hash = "sha256-VB4x2zGyK/lohJPlekJjmu4tL8dHW6zXihEJvfmO0uI="; 16 }; 17 18 - vendorHash = "sha256-BvGzoATrMmtquO7fipNQkaQv8HpZs0sNK0EF/RzFTPU="; 19 20 ldflags = [ 21 "-s"
··· 6 7 buildGoModule rec { 8 name = "regal"; 9 + version = "0.30.0"; 10 11 src = fetchFromGitHub { 12 owner = "StyraInc"; 13 repo = "regal"; 14 rev = "v${version}"; 15 + hash = "sha256-sr+tGfKDSgJ5SiHihJ/aMAn6AnAC8bEb838+xYdFosc="; 16 }; 17 18 + vendorHash = "sha256-6JheW6JHkAidZda7WWHSfEAuPYoBdli8wWHp2sX2r5Q="; 19 20 ldflags = [ 21 "-s"
+3 -3
pkgs/by-name/rs/rs-tftpd/package.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "rs-tftpd"; 10 - version = "0.3.2"; 11 12 src = fetchFromGitHub { 13 owner = "altugbakan"; 14 repo = "rs-tftpd"; 15 rev = version; 16 - hash = "sha256-RUjxCHO4X3V3Mt6zargqqT2v92XTt8FO9S68+tYZFC0="; 17 }; 18 19 - cargoHash = "sha256-sLdOVthIHXzdY0/tVn2J0CUr3IqLsVHO/5S4X0NmN64="; 20 21 buildFeatures = [ "client" ]; 22
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "rs-tftpd"; 10 + version = "0.3.3"; 11 12 src = fetchFromGitHub { 13 owner = "altugbakan"; 14 repo = "rs-tftpd"; 15 rev = version; 16 + hash = "sha256-qazPEzLMIlnqKTayurZgNJ8TLLdB4qNO88tKMoh6VVI="; 17 }; 18 19 + cargoHash = "sha256-4OVP3W5Packi5KcIqbDFpNQ2DXaAEPZTZ8pqABVLByQ="; 20 21 buildFeatures = [ "client" ]; 22
-6959
pkgs/by-name/ru/ruffle/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "ab_glyph" 7 - version = "0.2.29" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0" 10 - dependencies = [ 11 - "ab_glyph_rasterizer", 12 - "owned_ttf_parser", 13 - ] 14 - 15 - [[package]] 16 - name = "ab_glyph_rasterizer" 17 - version = "0.1.8" 18 - source = "registry+https://github.com/rust-lang/crates.io-index" 19 - checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" 20 - 21 - [[package]] 22 - name = "addr2line" 23 - version = "0.24.1" 24 - source = "registry+https://github.com/rust-lang/crates.io-index" 25 - checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" 26 - dependencies = [ 27 - "gimli", 28 - ] 29 - 30 - [[package]] 31 - name = "adler2" 32 - version = "2.0.0" 33 - source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 35 - 36 - [[package]] 37 - name = "ahash" 38 - version = "0.8.11" 39 - source = "registry+https://github.com/rust-lang/crates.io-index" 40 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 41 - dependencies = [ 42 - "cfg-if", 43 - "getrandom", 44 - "once_cell", 45 - "version_check", 46 - "zerocopy", 47 - ] 48 - 49 - [[package]] 50 - name = "aho-corasick" 51 - version = "1.1.3" 52 - source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 54 - dependencies = [ 55 - "memchr", 56 - ] 57 - 58 - [[package]] 59 - name = "allocator-api2" 60 - version = "0.2.18" 61 - source = "registry+https://github.com/rust-lang/crates.io-index" 62 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 63 - 64 - [[package]] 65 - name = "alsa" 66 - version = "0.9.1" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43" 69 - dependencies = [ 70 - "alsa-sys", 71 - "bitflags 2.6.0", 72 - "cfg-if", 73 - "libc", 74 - ] 75 - 76 - [[package]] 77 - name = "alsa-sys" 78 - version = "0.3.1" 79 - source = "registry+https://github.com/rust-lang/crates.io-index" 80 - checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527" 81 - dependencies = [ 82 - "libc", 83 - "pkg-config", 84 - ] 85 - 86 - [[package]] 87 - name = "android-activity" 88 - version = "0.6.0" 89 - source = "registry+https://github.com/rust-lang/crates.io-index" 90 - checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046" 91 - dependencies = [ 92 - "android-properties", 93 - "bitflags 2.6.0", 94 - "cc", 95 - "cesu8", 96 - "jni", 97 - "jni-sys", 98 - "libc", 99 - "log", 100 - "ndk 0.9.0", 101 - "ndk-context", 102 - "ndk-sys 0.6.0+11769913", 103 - "num_enum", 104 - "thiserror", 105 - ] 106 - 107 - [[package]] 108 - name = "android-properties" 109 - version = "0.2.2" 110 - source = "registry+https://github.com/rust-lang/crates.io-index" 111 - checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" 112 - 113 - [[package]] 114 - name = "android-tzdata" 115 - version = "0.1.1" 116 - source = "registry+https://github.com/rust-lang/crates.io-index" 117 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 118 - 119 - [[package]] 120 - name = "android_system_properties" 121 - version = "0.1.5" 122 - source = "registry+https://github.com/rust-lang/crates.io-index" 123 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 124 - dependencies = [ 125 - "libc", 126 - ] 127 - 128 - [[package]] 129 - name = "anstream" 130 - version = "0.6.15" 131 - source = "registry+https://github.com/rust-lang/crates.io-index" 132 - checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 133 - dependencies = [ 134 - "anstyle", 135 - "anstyle-parse", 136 - "anstyle-query", 137 - "anstyle-wincon", 138 - "colorchoice", 139 - "is_terminal_polyfill", 140 - "utf8parse", 141 - ] 142 - 143 - [[package]] 144 - name = "anstyle" 145 - version = "1.0.8" 146 - source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 148 - 149 - [[package]] 150 - name = "anstyle-parse" 151 - version = "0.2.5" 152 - source = "registry+https://github.com/rust-lang/crates.io-index" 153 - checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 154 - dependencies = [ 155 - "utf8parse", 156 - ] 157 - 158 - [[package]] 159 - name = "anstyle-query" 160 - version = "1.1.1" 161 - source = "registry+https://github.com/rust-lang/crates.io-index" 162 - checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 163 - dependencies = [ 164 - "windows-sys 0.52.0", 165 - ] 166 - 167 - [[package]] 168 - name = "anstyle-wincon" 169 - version = "3.0.4" 170 - source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 172 - dependencies = [ 173 - "anstyle", 174 - "windows-sys 0.52.0", 175 - ] 176 - 177 - [[package]] 178 - name = "anyhow" 179 - version = "1.0.91" 180 - source = "registry+https://github.com/rust-lang/crates.io-index" 181 - checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" 182 - 183 - [[package]] 184 - name = "approx" 185 - version = "0.5.1" 186 - source = "registry+https://github.com/rust-lang/crates.io-index" 187 - checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" 188 - dependencies = [ 189 - "num-traits", 190 - ] 191 - 192 - [[package]] 193 - name = "arbitrary" 194 - version = "1.3.2" 195 - source = "registry+https://github.com/rust-lang/crates.io-index" 196 - checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 197 - dependencies = [ 198 - "derive_arbitrary", 199 - ] 200 - 201 - [[package]] 202 - name = "arboard" 203 - version = "3.4.1" 204 - source = "registry+https://github.com/rust-lang/crates.io-index" 205 - checksum = "df099ccb16cd014ff054ac1bf392c67feeef57164b05c42f037cd40f5d4357f4" 206 - dependencies = [ 207 - "clipboard-win", 208 - "log", 209 - "objc2", 210 - "objc2-app-kit", 211 - "objc2-foundation", 212 - "parking_lot", 213 - "x11rb", 214 - ] 215 - 216 - [[package]] 217 - name = "arrayref" 218 - version = "0.3.9" 219 - source = "registry+https://github.com/rust-lang/crates.io-index" 220 - checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 221 - 222 - [[package]] 223 - name = "arrayvec" 224 - version = "0.7.6" 225 - source = "registry+https://github.com/rust-lang/crates.io-index" 226 - checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 227 - 228 - [[package]] 229 - name = "as-raw-xcb-connection" 230 - version = "1.0.1" 231 - source = "registry+https://github.com/rust-lang/crates.io-index" 232 - checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b" 233 - 234 - [[package]] 235 - name = "ash" 236 - version = "0.38.0+1.3.281" 237 - source = "registry+https://github.com/rust-lang/crates.io-index" 238 - checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f" 239 - dependencies = [ 240 - "libloading", 241 - ] 242 - 243 - [[package]] 244 - name = "ashpd" 245 - version = "0.9.2" 246 - source = "registry+https://github.com/rust-lang/crates.io-index" 247 - checksum = "4d43c03d9e36dd40cab48435be0b09646da362c278223ca535493877b2c1dee9" 248 - dependencies = [ 249 - "async-fs", 250 - "async-net", 251 - "enumflags2", 252 - "futures-channel", 253 - "futures-util", 254 - "rand", 255 - "raw-window-handle", 256 - "serde", 257 - "serde_repr", 258 - "url", 259 - "wayland-backend", 260 - "wayland-client", 261 - "wayland-protocols", 262 - "zbus", 263 - ] 264 - 265 - [[package]] 266 - name = "async-broadcast" 267 - version = "0.7.1" 268 - source = "registry+https://github.com/rust-lang/crates.io-index" 269 - checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e" 270 - dependencies = [ 271 - "event-listener", 272 - "event-listener-strategy", 273 - "futures-core", 274 - "pin-project-lite", 275 - ] 276 - 277 - [[package]] 278 - name = "async-channel" 279 - version = "2.3.1" 280 - source = "registry+https://github.com/rust-lang/crates.io-index" 281 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 282 - dependencies = [ 283 - "concurrent-queue", 284 - "event-listener-strategy", 285 - "futures-core", 286 - "pin-project-lite", 287 - ] 288 - 289 - [[package]] 290 - name = "async-executor" 291 - version = "1.13.1" 292 - source = "registry+https://github.com/rust-lang/crates.io-index" 293 - checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" 294 - dependencies = [ 295 - "async-task", 296 - "concurrent-queue", 297 - "fastrand", 298 - "futures-lite", 299 - "slab", 300 - ] 301 - 302 - [[package]] 303 - name = "async-fs" 304 - version = "2.1.2" 305 - source = "registry+https://github.com/rust-lang/crates.io-index" 306 - checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" 307 - dependencies = [ 308 - "async-lock", 309 - "blocking", 310 - "futures-lite", 311 - ] 312 - 313 - [[package]] 314 - name = "async-io" 315 - version = "2.3.4" 316 - source = "registry+https://github.com/rust-lang/crates.io-index" 317 - checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" 318 - dependencies = [ 319 - "async-lock", 320 - "cfg-if", 321 - "concurrent-queue", 322 - "futures-io", 323 - "futures-lite", 324 - "parking", 325 - "polling", 326 - "rustix", 327 - "slab", 328 - "tracing", 329 - "windows-sys 0.59.0", 330 - ] 331 - 332 - [[package]] 333 - name = "async-lock" 334 - version = "3.4.0" 335 - source = "registry+https://github.com/rust-lang/crates.io-index" 336 - checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 337 - dependencies = [ 338 - "event-listener", 339 - "event-listener-strategy", 340 - "pin-project-lite", 341 - ] 342 - 343 - [[package]] 344 - name = "async-net" 345 - version = "2.0.0" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 348 - dependencies = [ 349 - "async-io", 350 - "blocking", 351 - "futures-lite", 352 - ] 353 - 354 - [[package]] 355 - name = "async-process" 356 - version = "2.3.0" 357 - source = "registry+https://github.com/rust-lang/crates.io-index" 358 - checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" 359 - dependencies = [ 360 - "async-channel", 361 - "async-io", 362 - "async-lock", 363 - "async-signal", 364 - "async-task", 365 - "blocking", 366 - "cfg-if", 367 - "event-listener", 368 - "futures-lite", 369 - "rustix", 370 - "tracing", 371 - ] 372 - 373 - [[package]] 374 - name = "async-recursion" 375 - version = "1.1.1" 376 - source = "registry+https://github.com/rust-lang/crates.io-index" 377 - checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 378 - dependencies = [ 379 - "proc-macro2", 380 - "quote", 381 - "syn 2.0.85", 382 - ] 383 - 384 - [[package]] 385 - name = "async-signal" 386 - version = "0.2.10" 387 - source = "registry+https://github.com/rust-lang/crates.io-index" 388 - checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" 389 - dependencies = [ 390 - "async-io", 391 - "async-lock", 392 - "atomic-waker", 393 - "cfg-if", 394 - "futures-core", 395 - "futures-io", 396 - "rustix", 397 - "signal-hook-registry", 398 - "slab", 399 - "windows-sys 0.59.0", 400 - ] 401 - 402 - [[package]] 403 - name = "async-task" 404 - version = "4.7.1" 405 - source = "registry+https://github.com/rust-lang/crates.io-index" 406 - checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 407 - 408 - [[package]] 409 - name = "async-trait" 410 - version = "0.1.83" 411 - source = "registry+https://github.com/rust-lang/crates.io-index" 412 - checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 413 - dependencies = [ 414 - "proc-macro2", 415 - "quote", 416 - "syn 2.0.85", 417 - ] 418 - 419 - [[package]] 420 - name = "atomic-waker" 421 - version = "1.1.2" 422 - source = "registry+https://github.com/rust-lang/crates.io-index" 423 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 424 - 425 - [[package]] 426 - name = "autocfg" 427 - version = "1.3.0" 428 - source = "registry+https://github.com/rust-lang/crates.io-index" 429 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 430 - 431 - [[package]] 432 - name = "backtrace" 433 - version = "0.3.74" 434 - source = "registry+https://github.com/rust-lang/crates.io-index" 435 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 436 - dependencies = [ 437 - "addr2line", 438 - "cfg-if", 439 - "libc", 440 - "miniz_oxide", 441 - "object", 442 - "rustc-demangle", 443 - "windows-targets 0.52.6", 444 - ] 445 - 446 - [[package]] 447 - name = "base64" 448 - version = "0.22.1" 449 - source = "registry+https://github.com/rust-lang/crates.io-index" 450 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 451 - 452 - [[package]] 453 - name = "bindgen" 454 - version = "0.70.1" 455 - source = "registry+https://github.com/rust-lang/crates.io-index" 456 - checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f" 457 - dependencies = [ 458 - "bitflags 2.6.0", 459 - "cexpr", 460 - "clang-sys", 461 - "itertools", 462 - "log", 463 - "prettyplease", 464 - "proc-macro2", 465 - "quote", 466 - "regex", 467 - "rustc-hash 1.1.0", 468 - "shlex", 469 - "syn 2.0.85", 470 - ] 471 - 472 - [[package]] 473 - name = "bit-set" 474 - version = "0.6.0" 475 - source = "registry+https://github.com/rust-lang/crates.io-index" 476 - checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f" 477 - dependencies = [ 478 - "bit-vec", 479 - ] 480 - 481 - [[package]] 482 - name = "bit-vec" 483 - version = "0.7.0" 484 - source = "registry+https://github.com/rust-lang/crates.io-index" 485 - checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22" 486 - 487 - [[package]] 488 - name = "bitflags" 489 - version = "1.3.2" 490 - source = "registry+https://github.com/rust-lang/crates.io-index" 491 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 492 - 493 - [[package]] 494 - name = "bitflags" 495 - version = "2.6.0" 496 - source = "registry+https://github.com/rust-lang/crates.io-index" 497 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 498 - 499 - [[package]] 500 - name = "bitstream-io" 501 - version = "2.5.3" 502 - source = "registry+https://github.com/rust-lang/crates.io-index" 503 - checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452" 504 - 505 - [[package]] 506 - name = "block" 507 - version = "0.1.6" 508 - source = "registry+https://github.com/rust-lang/crates.io-index" 509 - checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" 510 - 511 - [[package]] 512 - name = "block-buffer" 513 - version = "0.10.4" 514 - source = "registry+https://github.com/rust-lang/crates.io-index" 515 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 516 - dependencies = [ 517 - "generic-array", 518 - ] 519 - 520 - [[package]] 521 - name = "block2" 522 - version = "0.5.1" 523 - source = "registry+https://github.com/rust-lang/crates.io-index" 524 - checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 525 - dependencies = [ 526 - "objc2", 527 - ] 528 - 529 - [[package]] 530 - name = "blocking" 531 - version = "1.6.1" 532 - source = "registry+https://github.com/rust-lang/crates.io-index" 533 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 534 - dependencies = [ 535 - "async-channel", 536 - "async-task", 537 - "futures-io", 538 - "futures-lite", 539 - "piper", 540 - ] 541 - 542 - [[package]] 543 - name = "bstr" 544 - version = "1.10.0" 545 - source = "registry+https://github.com/rust-lang/crates.io-index" 546 - checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" 547 - dependencies = [ 548 - "memchr", 549 - "serde", 550 - ] 551 - 552 - [[package]] 553 - name = "build_playerglobal" 554 - version = "0.1.0" 555 - dependencies = [ 556 - "clap", 557 - "convert_case", 558 - "proc-macro2", 559 - "quote", 560 - "regex", 561 - "swf", 562 - "walkdir", 563 - ] 564 - 565 - [[package]] 566 - name = "bumpalo" 567 - version = "3.16.0" 568 - source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 570 - 571 - [[package]] 572 - name = "bytemuck" 573 - version = "1.19.0" 574 - source = "registry+https://github.com/rust-lang/crates.io-index" 575 - checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" 576 - dependencies = [ 577 - "bytemuck_derive", 578 - ] 579 - 580 - [[package]] 581 - name = "bytemuck_derive" 582 - version = "1.7.1" 583 - source = "registry+https://github.com/rust-lang/crates.io-index" 584 - checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26" 585 - dependencies = [ 586 - "proc-macro2", 587 - "quote", 588 - "syn 2.0.85", 589 - ] 590 - 591 - [[package]] 592 - name = "byteorder" 593 - version = "1.5.0" 594 - source = "registry+https://github.com/rust-lang/crates.io-index" 595 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 596 - 597 - [[package]] 598 - name = "byteorder-lite" 599 - version = "0.1.0" 600 - source = "registry+https://github.com/rust-lang/crates.io-index" 601 - checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" 602 - 603 - [[package]] 604 - name = "bytes" 605 - version = "1.7.2" 606 - source = "registry+https://github.com/rust-lang/crates.io-index" 607 - checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" 608 - 609 - [[package]] 610 - name = "bzip2" 611 - version = "0.4.4" 612 - source = "registry+https://github.com/rust-lang/crates.io-index" 613 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 614 - dependencies = [ 615 - "bzip2-sys", 616 - "libc", 617 - ] 618 - 619 - [[package]] 620 - name = "bzip2-sys" 621 - version = "0.1.11+1.0.8" 622 - source = "registry+https://github.com/rust-lang/crates.io-index" 623 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 624 - dependencies = [ 625 - "cc", 626 - "libc", 627 - "pkg-config", 628 - ] 629 - 630 - [[package]] 631 - name = "calloop" 632 - version = "0.13.0" 633 - source = "registry+https://github.com/rust-lang/crates.io-index" 634 - checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec" 635 - dependencies = [ 636 - "bitflags 2.6.0", 637 - "log", 638 - "polling", 639 - "rustix", 640 - "slab", 641 - "thiserror", 642 - ] 643 - 644 - [[package]] 645 - name = "calloop-wayland-source" 646 - version = "0.3.0" 647 - source = "registry+https://github.com/rust-lang/crates.io-index" 648 - checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20" 649 - dependencies = [ 650 - "calloop", 651 - "rustix", 652 - "wayland-backend", 653 - "wayland-client", 654 - ] 655 - 656 - [[package]] 657 - name = "camino" 658 - version = "1.1.9" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 661 - dependencies = [ 662 - "serde", 663 - ] 664 - 665 - [[package]] 666 - name = "cargo-platform" 667 - version = "0.1.8" 668 - source = "registry+https://github.com/rust-lang/crates.io-index" 669 - checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" 670 - dependencies = [ 671 - "serde", 672 - ] 673 - 674 - [[package]] 675 - name = "cargo_metadata" 676 - version = "0.18.1" 677 - source = "registry+https://github.com/rust-lang/crates.io-index" 678 - checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" 679 - dependencies = [ 680 - "camino", 681 - "cargo-platform", 682 - "semver", 683 - "serde", 684 - "serde_json", 685 - "thiserror", 686 - ] 687 - 688 - [[package]] 689 - name = "cc" 690 - version = "1.1.21" 691 - source = "registry+https://github.com/rust-lang/crates.io-index" 692 - checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0" 693 - dependencies = [ 694 - "jobserver", 695 - "libc", 696 - "shlex", 697 - ] 698 - 699 - [[package]] 700 - name = "cesu8" 701 - version = "1.1.0" 702 - source = "registry+https://github.com/rust-lang/crates.io-index" 703 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 704 - 705 - [[package]] 706 - name = "cexpr" 707 - version = "0.6.0" 708 - source = "registry+https://github.com/rust-lang/crates.io-index" 709 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 710 - dependencies = [ 711 - "nom", 712 - ] 713 - 714 - [[package]] 715 - name = "cfg-if" 716 - version = "1.0.0" 717 - source = "registry+https://github.com/rust-lang/crates.io-index" 718 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 719 - 720 - [[package]] 721 - name = "cfg_aliases" 722 - version = "0.1.1" 723 - source = "registry+https://github.com/rust-lang/crates.io-index" 724 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 725 - 726 - [[package]] 727 - name = "cfg_aliases" 728 - version = "0.2.1" 729 - source = "registry+https://github.com/rust-lang/crates.io-index" 730 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 731 - 732 - [[package]] 733 - name = "chardetng" 734 - version = "0.1.17" 735 - source = "registry+https://github.com/rust-lang/crates.io-index" 736 - checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea" 737 - dependencies = [ 738 - "cfg-if", 739 - "encoding_rs", 740 - "memchr", 741 - ] 742 - 743 - [[package]] 744 - name = "chrono" 745 - version = "0.4.38" 746 - source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 748 - dependencies = [ 749 - "android-tzdata", 750 - "iana-time-zone", 751 - "js-sys", 752 - "num-traits", 753 - "wasm-bindgen", 754 - "windows-targets 0.52.6", 755 - ] 756 - 757 - [[package]] 758 - name = "clang-sys" 759 - version = "1.8.1" 760 - source = "registry+https://github.com/rust-lang/crates.io-index" 761 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 762 - dependencies = [ 763 - "glob", 764 - "libc", 765 - "libloading", 766 - ] 767 - 768 - [[package]] 769 - name = "clap" 770 - version = "4.5.20" 771 - source = "registry+https://github.com/rust-lang/crates.io-index" 772 - checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8" 773 - dependencies = [ 774 - "clap_builder", 775 - "clap_derive", 776 - ] 777 - 778 - [[package]] 779 - name = "clap_builder" 780 - version = "4.5.20" 781 - source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54" 783 - dependencies = [ 784 - "anstream", 785 - "anstyle", 786 - "clap_lex", 787 - "strsim", 788 - ] 789 - 790 - [[package]] 791 - name = "clap_derive" 792 - version = "4.5.18" 793 - source = "registry+https://github.com/rust-lang/crates.io-index" 794 - checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" 795 - dependencies = [ 796 - "heck", 797 - "proc-macro2", 798 - "quote", 799 - "syn 2.0.85", 800 - ] 801 - 802 - [[package]] 803 - name = "clap_lex" 804 - version = "0.7.2" 805 - source = "registry+https://github.com/rust-lang/crates.io-index" 806 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 807 - 808 - [[package]] 809 - name = "clipboard-win" 810 - version = "5.4.0" 811 - source = "registry+https://github.com/rust-lang/crates.io-index" 812 - checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" 813 - dependencies = [ 814 - "error-code", 815 - ] 816 - 817 - [[package]] 818 - name = "codespan-reporting" 819 - version = "0.11.1" 820 - source = "registry+https://github.com/rust-lang/crates.io-index" 821 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 822 - dependencies = [ 823 - "termcolor", 824 - "unicode-width", 825 - ] 826 - 827 - [[package]] 828 - name = "color_quant" 829 - version = "1.1.0" 830 - source = "registry+https://github.com/rust-lang/crates.io-index" 831 - checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 832 - 833 - [[package]] 834 - name = "colorchoice" 835 - version = "1.0.2" 836 - source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 838 - 839 - [[package]] 840 - name = "com" 841 - version = "0.6.0" 842 - source = "registry+https://github.com/rust-lang/crates.io-index" 843 - checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6" 844 - dependencies = [ 845 - "com_macros", 846 - ] 847 - 848 - [[package]] 849 - name = "com_macros" 850 - version = "0.6.0" 851 - source = "registry+https://github.com/rust-lang/crates.io-index" 852 - checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5" 853 - dependencies = [ 854 - "com_macros_support", 855 - "proc-macro2", 856 - "syn 1.0.109", 857 - ] 858 - 859 - [[package]] 860 - name = "com_macros_support" 861 - version = "0.6.0" 862 - source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c" 864 - dependencies = [ 865 - "proc-macro2", 866 - "quote", 867 - "syn 1.0.109", 868 - ] 869 - 870 - [[package]] 871 - name = "combine" 872 - version = "4.6.7" 873 - source = "registry+https://github.com/rust-lang/crates.io-index" 874 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 875 - dependencies = [ 876 - "bytes", 877 - "memchr", 878 - ] 879 - 880 - [[package]] 881 - name = "concurrent-queue" 882 - version = "2.5.0" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 885 - dependencies = [ 886 - "crossbeam-utils", 887 - ] 888 - 889 - [[package]] 890 - name = "console" 891 - version = "0.15.8" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 894 - dependencies = [ 895 - "encode_unicode", 896 - "lazy_static", 897 - "libc", 898 - "unicode-width", 899 - "windows-sys 0.52.0", 900 - ] 901 - 902 - [[package]] 903 - name = "console_error_panic_hook" 904 - version = "0.1.7" 905 - source = "registry+https://github.com/rust-lang/crates.io-index" 906 - checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 907 - dependencies = [ 908 - "cfg-if", 909 - "wasm-bindgen", 910 - ] 911 - 912 - [[package]] 913 - name = "convert_case" 914 - version = "0.6.0" 915 - source = "registry+https://github.com/rust-lang/crates.io-index" 916 - checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 917 - dependencies = [ 918 - "unicode-segmentation", 919 - ] 920 - 921 - [[package]] 922 - name = "cookie" 923 - version = "0.18.1" 924 - source = "registry+https://github.com/rust-lang/crates.io-index" 925 - checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 926 - dependencies = [ 927 - "percent-encoding", 928 - "time", 929 - "version_check", 930 - ] 931 - 932 - [[package]] 933 - name = "cookie_store" 934 - version = "0.21.0" 935 - source = "registry+https://github.com/rust-lang/crates.io-index" 936 - checksum = "4934e6b7e8419148b6ef56950d277af8561060b56afd59e2aadf98b59fce6baa" 937 - dependencies = [ 938 - "cookie", 939 - "idna 0.5.0", 940 - "log", 941 - "publicsuffix", 942 - "serde", 943 - "serde_derive", 944 - "serde_json", 945 - "time", 946 - "url", 947 - ] 948 - 949 - [[package]] 950 - name = "core-foundation" 951 - version = "0.9.4" 952 - source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 954 - dependencies = [ 955 - "core-foundation-sys", 956 - "libc", 957 - ] 958 - 959 - [[package]] 960 - name = "core-foundation" 961 - version = "0.10.0" 962 - source = "registry+https://github.com/rust-lang/crates.io-index" 963 - checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" 964 - dependencies = [ 965 - "core-foundation-sys", 966 - "libc", 967 - ] 968 - 969 - [[package]] 970 - name = "core-foundation-sys" 971 - version = "0.8.7" 972 - source = "registry+https://github.com/rust-lang/crates.io-index" 973 - checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 974 - 975 - [[package]] 976 - name = "core-graphics" 977 - version = "0.23.2" 978 - source = "registry+https://github.com/rust-lang/crates.io-index" 979 - checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" 980 - dependencies = [ 981 - "bitflags 1.3.2", 982 - "core-foundation 0.9.4", 983 - "core-graphics-types", 984 - "foreign-types", 985 - "libc", 986 - ] 987 - 988 - [[package]] 989 - name = "core-graphics-types" 990 - version = "0.1.3" 991 - source = "registry+https://github.com/rust-lang/crates.io-index" 992 - checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" 993 - dependencies = [ 994 - "bitflags 1.3.2", 995 - "core-foundation 0.9.4", 996 - "libc", 997 - ] 998 - 999 - [[package]] 1000 - name = "core_maths" 1001 - version = "0.1.0" 1002 - source = "registry+https://github.com/rust-lang/crates.io-index" 1003 - checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3" 1004 - dependencies = [ 1005 - "libm", 1006 - ] 1007 - 1008 - [[package]] 1009 - name = "coreaudio-rs" 1010 - version = "0.11.3" 1011 - source = "registry+https://github.com/rust-lang/crates.io-index" 1012 - checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace" 1013 - dependencies = [ 1014 - "bitflags 1.3.2", 1015 - "core-foundation-sys", 1016 - "coreaudio-sys", 1017 - ] 1018 - 1019 - [[package]] 1020 - name = "coreaudio-sys" 1021 - version = "0.2.16" 1022 - source = "registry+https://github.com/rust-lang/crates.io-index" 1023 - checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b" 1024 - dependencies = [ 1025 - "bindgen", 1026 - ] 1027 - 1028 - [[package]] 1029 - name = "cpal" 1030 - version = "0.15.3" 1031 - source = "registry+https://github.com/rust-lang/crates.io-index" 1032 - checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779" 1033 - dependencies = [ 1034 - "alsa", 1035 - "core-foundation-sys", 1036 - "coreaudio-rs", 1037 - "dasp_sample", 1038 - "jni", 1039 - "js-sys", 1040 - "libc", 1041 - "mach2", 1042 - "ndk 0.8.0", 1043 - "ndk-context", 1044 - "oboe", 1045 - "wasm-bindgen", 1046 - "wasm-bindgen-futures", 1047 - "web-sys", 1048 - "windows 0.54.0", 1049 - ] 1050 - 1051 - [[package]] 1052 - name = "cpufeatures" 1053 - version = "0.2.14" 1054 - source = "registry+https://github.com/rust-lang/crates.io-index" 1055 - checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" 1056 - dependencies = [ 1057 - "libc", 1058 - ] 1059 - 1060 - [[package]] 1061 - name = "crc" 1062 - version = "3.2.1" 1063 - source = "registry+https://github.com/rust-lang/crates.io-index" 1064 - checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 1065 - dependencies = [ 1066 - "crc-catalog", 1067 - ] 1068 - 1069 - [[package]] 1070 - name = "crc-catalog" 1071 - version = "2.4.0" 1072 - source = "registry+https://github.com/rust-lang/crates.io-index" 1073 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 1074 - 1075 - [[package]] 1076 - name = "crc32fast" 1077 - version = "1.4.2" 1078 - source = "registry+https://github.com/rust-lang/crates.io-index" 1079 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 1080 - dependencies = [ 1081 - "cfg-if", 1082 - ] 1083 - 1084 - [[package]] 1085 - name = "crossbeam-channel" 1086 - version = "0.5.13" 1087 - source = "registry+https://github.com/rust-lang/crates.io-index" 1088 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 1089 - dependencies = [ 1090 - "crossbeam-utils", 1091 - ] 1092 - 1093 - [[package]] 1094 - name = "crossbeam-deque" 1095 - version = "0.8.5" 1096 - source = "registry+https://github.com/rust-lang/crates.io-index" 1097 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 1098 - dependencies = [ 1099 - "crossbeam-epoch", 1100 - "crossbeam-utils", 1101 - ] 1102 - 1103 - [[package]] 1104 - name = "crossbeam-epoch" 1105 - version = "0.9.18" 1106 - source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1108 - dependencies = [ 1109 - "crossbeam-utils", 1110 - ] 1111 - 1112 - [[package]] 1113 - name = "crossbeam-utils" 1114 - version = "0.8.20" 1115 - source = "registry+https://github.com/rust-lang/crates.io-index" 1116 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 1117 - 1118 - [[package]] 1119 - name = "crypto-common" 1120 - version = "0.1.6" 1121 - source = "registry+https://github.com/rust-lang/crates.io-index" 1122 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1123 - dependencies = [ 1124 - "generic-array", 1125 - "typenum", 1126 - ] 1127 - 1128 - [[package]] 1129 - name = "csv" 1130 - version = "1.3.0" 1131 - source = "registry+https://github.com/rust-lang/crates.io-index" 1132 - checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" 1133 - dependencies = [ 1134 - "csv-core", 1135 - "itoa", 1136 - "ryu", 1137 - "serde", 1138 - ] 1139 - 1140 - [[package]] 1141 - name = "csv-core" 1142 - version = "0.1.11" 1143 - source = "registry+https://github.com/rust-lang/crates.io-index" 1144 - checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" 1145 - dependencies = [ 1146 - "memchr", 1147 - ] 1148 - 1149 - [[package]] 1150 - name = "cursor-icon" 1151 - version = "1.1.0" 1152 - source = "registry+https://github.com/rust-lang/crates.io-index" 1153 - checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991" 1154 - 1155 - [[package]] 1156 - name = "d3d12" 1157 - version = "22.0.0" 1158 - source = "registry+https://github.com/rust-lang/crates.io-index" 1159 - checksum = "bdbd1f579714e3c809ebd822c81ef148b1ceaeb3d535352afc73fd0c4c6a0017" 1160 - dependencies = [ 1161 - "bitflags 2.6.0", 1162 - "libloading", 1163 - "winapi", 1164 - ] 1165 - 1166 - [[package]] 1167 - name = "darling" 1168 - version = "0.20.10" 1169 - source = "registry+https://github.com/rust-lang/crates.io-index" 1170 - checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 1171 - dependencies = [ 1172 - "darling_core", 1173 - "darling_macro", 1174 - ] 1175 - 1176 - [[package]] 1177 - name = "darling_core" 1178 - version = "0.20.10" 1179 - source = "registry+https://github.com/rust-lang/crates.io-index" 1180 - checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 1181 - dependencies = [ 1182 - "fnv", 1183 - "ident_case", 1184 - "proc-macro2", 1185 - "quote", 1186 - "syn 2.0.85", 1187 - ] 1188 - 1189 - [[package]] 1190 - name = "darling_macro" 1191 - version = "0.20.10" 1192 - source = "registry+https://github.com/rust-lang/crates.io-index" 1193 - checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 1194 - dependencies = [ 1195 - "darling_core", 1196 - "quote", 1197 - "syn 2.0.85", 1198 - ] 1199 - 1200 - [[package]] 1201 - name = "dasp" 1202 - version = "0.11.0" 1203 - source = "registry+https://github.com/rust-lang/crates.io-index" 1204 - checksum = "7381b67da416b639690ac77c73b86a7b5e64a29e31d1f75fb3b1102301ef355a" 1205 - dependencies = [ 1206 - "dasp_envelope", 1207 - "dasp_frame", 1208 - "dasp_interpolate", 1209 - "dasp_peak", 1210 - "dasp_ring_buffer", 1211 - "dasp_rms", 1212 - "dasp_sample", 1213 - "dasp_signal", 1214 - "dasp_slice", 1215 - "dasp_window", 1216 - ] 1217 - 1218 - [[package]] 1219 - name = "dasp_envelope" 1220 - version = "0.11.0" 1221 - source = "registry+https://github.com/rust-lang/crates.io-index" 1222 - checksum = "8ec617ce7016f101a87fe85ed44180839744265fae73bb4aa43e7ece1b7668b6" 1223 - dependencies = [ 1224 - "dasp_frame", 1225 - "dasp_peak", 1226 - "dasp_ring_buffer", 1227 - "dasp_rms", 1228 - "dasp_sample", 1229 - ] 1230 - 1231 - [[package]] 1232 - name = "dasp_frame" 1233 - version = "0.11.0" 1234 - source = "registry+https://github.com/rust-lang/crates.io-index" 1235 - checksum = "b2a3937f5fe2135702897535c8d4a5553f8b116f76c1529088797f2eee7c5cd6" 1236 - dependencies = [ 1237 - "dasp_sample", 1238 - ] 1239 - 1240 - [[package]] 1241 - name = "dasp_interpolate" 1242 - version = "0.11.0" 1243 - source = "registry+https://github.com/rust-lang/crates.io-index" 1244 - checksum = "7fc975a6563bb7ca7ec0a6c784ead49983a21c24835b0bc96eea11ee407c7486" 1245 - dependencies = [ 1246 - "dasp_frame", 1247 - "dasp_ring_buffer", 1248 - "dasp_sample", 1249 - ] 1250 - 1251 - [[package]] 1252 - name = "dasp_peak" 1253 - version = "0.11.0" 1254 - source = "registry+https://github.com/rust-lang/crates.io-index" 1255 - checksum = "5cf88559d79c21f3d8523d91250c397f9a15b5fc72fbb3f87fdb0a37b79915bf" 1256 - dependencies = [ 1257 - "dasp_frame", 1258 - "dasp_sample", 1259 - ] 1260 - 1261 - [[package]] 1262 - name = "dasp_ring_buffer" 1263 - version = "0.11.0" 1264 - source = "registry+https://github.com/rust-lang/crates.io-index" 1265 - checksum = "07d79e19b89618a543c4adec9c5a347fe378a19041699b3278e616e387511ea1" 1266 - 1267 - [[package]] 1268 - name = "dasp_rms" 1269 - version = "0.11.0" 1270 - source = "registry+https://github.com/rust-lang/crates.io-index" 1271 - checksum = "a6c5dcb30b7e5014486e2822537ea2beae50b19722ffe2ed7549ab03774575aa" 1272 - dependencies = [ 1273 - "dasp_frame", 1274 - "dasp_ring_buffer", 1275 - "dasp_sample", 1276 - ] 1277 - 1278 - [[package]] 1279 - name = "dasp_sample" 1280 - version = "0.11.0" 1281 - source = "registry+https://github.com/rust-lang/crates.io-index" 1282 - checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f" 1283 - 1284 - [[package]] 1285 - name = "dasp_signal" 1286 - version = "0.11.0" 1287 - source = "registry+https://github.com/rust-lang/crates.io-index" 1288 - checksum = "aa1ab7d01689c6ed4eae3d38fe1cea08cba761573fbd2d592528d55b421077e7" 1289 - dependencies = [ 1290 - "dasp_envelope", 1291 - "dasp_frame", 1292 - "dasp_interpolate", 1293 - "dasp_peak", 1294 - "dasp_ring_buffer", 1295 - "dasp_rms", 1296 - "dasp_sample", 1297 - "dasp_window", 1298 - ] 1299 - 1300 - [[package]] 1301 - name = "dasp_slice" 1302 - version = "0.11.0" 1303 - source = "registry+https://github.com/rust-lang/crates.io-index" 1304 - checksum = "4e1c7335d58e7baedafa516cb361360ff38d6f4d3f9d9d5ee2a2fc8e27178fa1" 1305 - dependencies = [ 1306 - "dasp_frame", 1307 - "dasp_sample", 1308 - ] 1309 - 1310 - [[package]] 1311 - name = "dasp_window" 1312 - version = "0.11.1" 1313 - source = "registry+https://github.com/rust-lang/crates.io-index" 1314 - checksum = "99ded7b88821d2ce4e8b842c9f1c86ac911891ab89443cc1de750cae764c5076" 1315 - dependencies = [ 1316 - "dasp_sample", 1317 - ] 1318 - 1319 - [[package]] 1320 - name = "deranged" 1321 - version = "0.3.11" 1322 - source = "registry+https://github.com/rust-lang/crates.io-index" 1323 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 1324 - dependencies = [ 1325 - "powerfmt", 1326 - ] 1327 - 1328 - [[package]] 1329 - name = "derive_arbitrary" 1330 - version = "1.3.2" 1331 - source = "registry+https://github.com/rust-lang/crates.io-index" 1332 - checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" 1333 - dependencies = [ 1334 - "proc-macro2", 1335 - "quote", 1336 - "syn 2.0.85", 1337 - ] 1338 - 1339 - [[package]] 1340 - name = "diff" 1341 - version = "0.1.13" 1342 - source = "registry+https://github.com/rust-lang/crates.io-index" 1343 - checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 1344 - 1345 - [[package]] 1346 - name = "digest" 1347 - version = "0.10.7" 1348 - source = "registry+https://github.com/rust-lang/crates.io-index" 1349 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1350 - dependencies = [ 1351 - "block-buffer", 1352 - "crypto-common", 1353 - ] 1354 - 1355 - [[package]] 1356 - name = "dirs" 1357 - version = "5.0.1" 1358 - source = "registry+https://github.com/rust-lang/crates.io-index" 1359 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 1360 - dependencies = [ 1361 - "dirs-sys", 1362 - ] 1363 - 1364 - [[package]] 1365 - name = "dirs-sys" 1366 - version = "0.4.1" 1367 - source = "registry+https://github.com/rust-lang/crates.io-index" 1368 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 1369 - dependencies = [ 1370 - "libc", 1371 - "option-ext", 1372 - "redox_users", 1373 - "windows-sys 0.48.0", 1374 - ] 1375 - 1376 - [[package]] 1377 - name = "dispatch" 1378 - version = "0.2.0" 1379 - source = "registry+https://github.com/rust-lang/crates.io-index" 1380 - checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b" 1381 - 1382 - [[package]] 1383 - name = "displaydoc" 1384 - version = "0.2.5" 1385 - source = "registry+https://github.com/rust-lang/crates.io-index" 1386 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1387 - dependencies = [ 1388 - "proc-macro2", 1389 - "quote", 1390 - "syn 2.0.85", 1391 - ] 1392 - 1393 - [[package]] 1394 - name = "dlib" 1395 - version = "0.5.2" 1396 - source = "registry+https://github.com/rust-lang/crates.io-index" 1397 - checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" 1398 - dependencies = [ 1399 - "libloading", 1400 - ] 1401 - 1402 - [[package]] 1403 - name = "document-features" 1404 - version = "0.2.10" 1405 - source = "registry+https://github.com/rust-lang/crates.io-index" 1406 - checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0" 1407 - dependencies = [ 1408 - "litrs", 1409 - ] 1410 - 1411 - [[package]] 1412 - name = "downcast-rs" 1413 - version = "1.2.1" 1414 - source = "registry+https://github.com/rust-lang/crates.io-index" 1415 - checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" 1416 - 1417 - [[package]] 1418 - name = "dpi" 1419 - version = "0.1.1" 1420 - source = "registry+https://github.com/rust-lang/crates.io-index" 1421 - checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53" 1422 - 1423 - [[package]] 1424 - name = "ecolor" 1425 - version = "0.29.1" 1426 - source = "registry+https://github.com/rust-lang/crates.io-index" 1427 - checksum = "775cfde491852059e386c4e1deb4aef381c617dc364184c6f6afee99b87c402b" 1428 - dependencies = [ 1429 - "bytemuck", 1430 - "emath", 1431 - ] 1432 - 1433 - [[package]] 1434 - name = "egui" 1435 - version = "0.29.1" 1436 - source = "registry+https://github.com/rust-lang/crates.io-index" 1437 - checksum = "53eafabcce0cb2325a59a98736efe0bf060585b437763f8c476957fb274bb974" 1438 - dependencies = [ 1439 - "ahash", 1440 - "emath", 1441 - "epaint", 1442 - "log", 1443 - "nohash-hasher", 1444 - ] 1445 - 1446 - [[package]] 1447 - name = "egui-wgpu" 1448 - version = "0.29.1" 1449 - source = "registry+https://github.com/rust-lang/crates.io-index" 1450 - checksum = "d00fd5d06d8405397e64a928fa0ef3934b3c30273ea7603e3dc4627b1f7a1a82" 1451 - dependencies = [ 1452 - "ahash", 1453 - "bytemuck", 1454 - "document-features", 1455 - "egui", 1456 - "epaint", 1457 - "log", 1458 - "thiserror", 1459 - "type-map", 1460 - "web-time", 1461 - "wgpu", 1462 - "winit", 1463 - ] 1464 - 1465 - [[package]] 1466 - name = "egui-winit" 1467 - version = "0.29.1" 1468 - source = "registry+https://github.com/rust-lang/crates.io-index" 1469 - checksum = "0a9c430f4f816340e8e8c1b20eec274186b1be6bc4c7dfc467ed50d57abc36c6" 1470 - dependencies = [ 1471 - "ahash", 1472 - "arboard", 1473 - "egui", 1474 - "log", 1475 - "raw-window-handle", 1476 - "smithay-clipboard", 1477 - "web-time", 1478 - "webbrowser", 1479 - "winit", 1480 - ] 1481 - 1482 - [[package]] 1483 - name = "egui_extras" 1484 - version = "0.29.1" 1485 - source = "registry+https://github.com/rust-lang/crates.io-index" 1486 - checksum = "bf3c1f5cd8dfe2ade470a218696c66cf556fcfd701e7830fa2e9f4428292a2a1" 1487 - dependencies = [ 1488 - "ahash", 1489 - "egui", 1490 - "enum-map", 1491 - "image", 1492 - "log", 1493 - ] 1494 - 1495 - [[package]] 1496 - name = "either" 1497 - version = "1.13.0" 1498 - source = "registry+https://github.com/rust-lang/crates.io-index" 1499 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 1500 - 1501 - [[package]] 1502 - name = "emath" 1503 - version = "0.29.1" 1504 - source = "registry+https://github.com/rust-lang/crates.io-index" 1505 - checksum = "b1fe0049ce51d0fb414d029e668dd72eb30bc2b739bf34296ed97bd33df544f3" 1506 - dependencies = [ 1507 - "bytemuck", 1508 - ] 1509 - 1510 - [[package]] 1511 - name = "embed-resource" 1512 - version = "2.5.0" 1513 - source = "registry+https://github.com/rust-lang/crates.io-index" 1514 - checksum = "f4e24052d7be71f0efb50c201557f6fe7d237cfd5a64fd5bcd7fd8fe32dbbffa" 1515 - dependencies = [ 1516 - "cc", 1517 - "memchr", 1518 - "rustc_version", 1519 - "toml", 1520 - "vswhom", 1521 - "winreg", 1522 - ] 1523 - 1524 - [[package]] 1525 - name = "encode_unicode" 1526 - version = "0.3.6" 1527 - source = "registry+https://github.com/rust-lang/crates.io-index" 1528 - checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 1529 - 1530 - [[package]] 1531 - name = "encoding_rs" 1532 - version = "0.8.35" 1533 - source = "registry+https://github.com/rust-lang/crates.io-index" 1534 - checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1535 - dependencies = [ 1536 - "cfg-if", 1537 - ] 1538 - 1539 - [[package]] 1540 - name = "endi" 1541 - version = "1.1.0" 1542 - source = "registry+https://github.com/rust-lang/crates.io-index" 1543 - checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" 1544 - 1545 - [[package]] 1546 - name = "enum-map" 1547 - version = "2.7.3" 1548 - source = "registry+https://github.com/rust-lang/crates.io-index" 1549 - checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9" 1550 - dependencies = [ 1551 - "enum-map-derive", 1552 - "serde", 1553 - ] 1554 - 1555 - [[package]] 1556 - name = "enum-map-derive" 1557 - version = "0.17.0" 1558 - source = "registry+https://github.com/rust-lang/crates.io-index" 1559 - checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb" 1560 - dependencies = [ 1561 - "proc-macro2", 1562 - "quote", 1563 - "syn 2.0.85", 1564 - ] 1565 - 1566 - [[package]] 1567 - name = "enumflags2" 1568 - version = "0.7.10" 1569 - source = "registry+https://github.com/rust-lang/crates.io-index" 1570 - checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" 1571 - dependencies = [ 1572 - "enumflags2_derive", 1573 - "serde", 1574 - ] 1575 - 1576 - [[package]] 1577 - name = "enumflags2_derive" 1578 - version = "0.7.10" 1579 - source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" 1581 - dependencies = [ 1582 - "proc-macro2", 1583 - "quote", 1584 - "syn 2.0.85", 1585 - ] 1586 - 1587 - [[package]] 1588 - name = "enumset" 1589 - version = "1.1.5" 1590 - source = "registry+https://github.com/rust-lang/crates.io-index" 1591 - checksum = "d07a4b049558765cef5f0c1a273c3fc57084d768b44d2f98127aef4cceb17293" 1592 - dependencies = [ 1593 - "enumset_derive", 1594 - ] 1595 - 1596 - [[package]] 1597 - name = "enumset_derive" 1598 - version = "0.10.0" 1599 - source = "registry+https://github.com/rust-lang/crates.io-index" 1600 - checksum = "59c3b24c345d8c314966bdc1832f6c2635bfcce8e7cf363bd115987bba2ee242" 1601 - dependencies = [ 1602 - "darling", 1603 - "proc-macro2", 1604 - "quote", 1605 - "syn 2.0.85", 1606 - ] 1607 - 1608 - [[package]] 1609 - name = "env_filter" 1610 - version = "0.1.2" 1611 - source = "registry+https://github.com/rust-lang/crates.io-index" 1612 - checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" 1613 - dependencies = [ 1614 - "log", 1615 - "regex", 1616 - ] 1617 - 1618 - [[package]] 1619 - name = "env_logger" 1620 - version = "0.11.5" 1621 - source = "registry+https://github.com/rust-lang/crates.io-index" 1622 - checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" 1623 - dependencies = [ 1624 - "anstream", 1625 - "anstyle", 1626 - "env_filter", 1627 - "humantime", 1628 - "log", 1629 - ] 1630 - 1631 - [[package]] 1632 - name = "epaint" 1633 - version = "0.29.1" 1634 - source = "registry+https://github.com/rust-lang/crates.io-index" 1635 - checksum = "a32af8da821bd4f43f2c137e295459ee2e1661d87ca8779dfa0eaf45d870e20f" 1636 - dependencies = [ 1637 - "ab_glyph", 1638 - "ahash", 1639 - "bytemuck", 1640 - "ecolor", 1641 - "emath", 1642 - "epaint_default_fonts", 1643 - "log", 1644 - "nohash-hasher", 1645 - "parking_lot", 1646 - ] 1647 - 1648 - [[package]] 1649 - name = "epaint_default_fonts" 1650 - version = "0.29.1" 1651 - source = "registry+https://github.com/rust-lang/crates.io-index" 1652 - checksum = "483440db0b7993cf77a20314f08311dbe95675092405518c0677aa08c151a3ea" 1653 - 1654 - [[package]] 1655 - name = "equivalent" 1656 - version = "1.0.1" 1657 - source = "registry+https://github.com/rust-lang/crates.io-index" 1658 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 1659 - 1660 - [[package]] 1661 - name = "errno" 1662 - version = "0.3.9" 1663 - source = "registry+https://github.com/rust-lang/crates.io-index" 1664 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 1665 - dependencies = [ 1666 - "libc", 1667 - "windows-sys 0.52.0", 1668 - ] 1669 - 1670 - [[package]] 1671 - name = "error-code" 1672 - version = "3.3.1" 1673 - source = "registry+https://github.com/rust-lang/crates.io-index" 1674 - checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f" 1675 - 1676 - [[package]] 1677 - name = "escape8259" 1678 - version = "0.5.3" 1679 - source = "registry+https://github.com/rust-lang/crates.io-index" 1680 - checksum = "5692dd7b5a1978a5aeb0ce83b7655c58ca8efdcb79d21036ea249da95afec2c6" 1681 - 1682 - [[package]] 1683 - name = "euclid" 1684 - version = "0.22.11" 1685 - source = "registry+https://github.com/rust-lang/crates.io-index" 1686 - checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48" 1687 - dependencies = [ 1688 - "num-traits", 1689 - ] 1690 - 1691 - [[package]] 1692 - name = "event-listener" 1693 - version = "5.3.1" 1694 - source = "registry+https://github.com/rust-lang/crates.io-index" 1695 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 1696 - dependencies = [ 1697 - "concurrent-queue", 1698 - "parking", 1699 - "pin-project-lite", 1700 - ] 1701 - 1702 - [[package]] 1703 - name = "event-listener-strategy" 1704 - version = "0.5.2" 1705 - source = "registry+https://github.com/rust-lang/crates.io-index" 1706 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 1707 - dependencies = [ 1708 - "event-listener", 1709 - "pin-project-lite", 1710 - ] 1711 - 1712 - [[package]] 1713 - name = "exporter" 1714 - version = "0.1.0" 1715 - dependencies = [ 1716 - "anyhow", 1717 - "clap", 1718 - "futures", 1719 - "image", 1720 - "indicatif", 1721 - "rayon", 1722 - "ruffle_core", 1723 - "ruffle_render_wgpu", 1724 - "walkdir", 1725 - ] 1726 - 1727 - [[package]] 1728 - name = "fastrand" 1729 - version = "2.1.1" 1730 - source = "registry+https://github.com/rust-lang/crates.io-index" 1731 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 1732 - 1733 - [[package]] 1734 - name = "fdeflate" 1735 - version = "0.3.5" 1736 - source = "registry+https://github.com/rust-lang/crates.io-index" 1737 - checksum = "d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab" 1738 - dependencies = [ 1739 - "simd-adler32", 1740 - ] 1741 - 1742 - [[package]] 1743 - name = "filetime" 1744 - version = "0.2.25" 1745 - source = "registry+https://github.com/rust-lang/crates.io-index" 1746 - checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 1747 - dependencies = [ 1748 - "cfg-if", 1749 - "libc", 1750 - "libredox", 1751 - "windows-sys 0.59.0", 1752 - ] 1753 - 1754 - [[package]] 1755 - name = "flash-lso" 1756 - version = "0.6.0" 1757 - source = "git+https://github.com/ruffle-rs/rust-flash-lso?rev=cbd18e1a79cf902f8ff1d2bf551801c4021b3be6#cbd18e1a79cf902f8ff1d2bf551801c4021b3be6" 1758 - dependencies = [ 1759 - "enumset", 1760 - "nom", 1761 - "thiserror", 1762 - ] 1763 - 1764 - [[package]] 1765 - name = "flate2" 1766 - version = "1.0.34" 1767 - source = "registry+https://github.com/rust-lang/crates.io-index" 1768 - checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 1769 - dependencies = [ 1770 - "crc32fast", 1771 - "miniz_oxide", 1772 - ] 1773 - 1774 - [[package]] 1775 - name = "float-cmp" 1776 - version = "0.9.0" 1777 - source = "registry+https://github.com/rust-lang/crates.io-index" 1778 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 1779 - dependencies = [ 1780 - "num-traits", 1781 - ] 1782 - 1783 - [[package]] 1784 - name = "float_next_after" 1785 - version = "1.0.0" 1786 - source = "registry+https://github.com/rust-lang/crates.io-index" 1787 - checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8" 1788 - 1789 - [[package]] 1790 - name = "fluent-bundle" 1791 - version = "0.15.3" 1792 - source = "registry+https://github.com/rust-lang/crates.io-index" 1793 - checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493" 1794 - dependencies = [ 1795 - "fluent-langneg", 1796 - "fluent-syntax", 1797 - "intl-memoizer", 1798 - "intl_pluralrules", 1799 - "rustc-hash 1.1.0", 1800 - "self_cell 0.10.3", 1801 - "smallvec", 1802 - "unic-langid", 1803 - ] 1804 - 1805 - [[package]] 1806 - name = "fluent-langneg" 1807 - version = "0.13.0" 1808 - source = "registry+https://github.com/rust-lang/crates.io-index" 1809 - checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" 1810 - dependencies = [ 1811 - "unic-langid", 1812 - ] 1813 - 1814 - [[package]] 1815 - name = "fluent-syntax" 1816 - version = "0.11.1" 1817 - source = "registry+https://github.com/rust-lang/crates.io-index" 1818 - checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" 1819 - dependencies = [ 1820 - "thiserror", 1821 - ] 1822 - 1823 - [[package]] 1824 - name = "fluent-template-macros" 1825 - version = "0.11.0" 1826 - source = "registry+https://github.com/rust-lang/crates.io-index" 1827 - checksum = "007d176e568a4f73ad4225df02aa29ccfecffd8eda31ce78da0bc8b4b310f20a" 1828 - dependencies = [ 1829 - "flume", 1830 - "ignore", 1831 - "once_cell", 1832 - "proc-macro2", 1833 - "quote", 1834 - "syn 2.0.85", 1835 - "unic-langid", 1836 - ] 1837 - 1838 - [[package]] 1839 - name = "fluent-templates" 1840 - version = "0.11.0" 1841 - source = "registry+https://github.com/rust-lang/crates.io-index" 1842 - checksum = "74f22f61b2c8551163ea13c16a381484e5360b089401c6e47c4bfcf6b62bb7ac" 1843 - dependencies = [ 1844 - "fluent-bundle", 1845 - "fluent-langneg", 1846 - "fluent-syntax", 1847 - "fluent-template-macros", 1848 - "flume", 1849 - "ignore", 1850 - "intl-memoizer", 1851 - "log", 1852 - "once_cell", 1853 - "thiserror", 1854 - "unic-langid", 1855 - ] 1856 - 1857 - [[package]] 1858 - name = "flume" 1859 - version = "0.11.0" 1860 - source = "registry+https://github.com/rust-lang/crates.io-index" 1861 - checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 1862 - dependencies = [ 1863 - "spin", 1864 - ] 1865 - 1866 - [[package]] 1867 - name = "flv-rs" 1868 - version = "0.1.0" 1869 - dependencies = [ 1870 - "bitflags 2.6.0", 1871 - "thiserror", 1872 - ] 1873 - 1874 - [[package]] 1875 - name = "fnv" 1876 - version = "1.0.7" 1877 - source = "registry+https://github.com/rust-lang/crates.io-index" 1878 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1879 - 1880 - [[package]] 1881 - name = "foldhash" 1882 - version = "0.1.3" 1883 - source = "registry+https://github.com/rust-lang/crates.io-index" 1884 - checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" 1885 - 1886 - [[package]] 1887 - name = "fontconfig-parser" 1888 - version = "0.5.7" 1889 - source = "registry+https://github.com/rust-lang/crates.io-index" 1890 - checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7" 1891 - dependencies = [ 1892 - "roxmltree", 1893 - ] 1894 - 1895 - [[package]] 1896 - name = "fontdb" 1897 - version = "0.23.0" 1898 - source = "registry+https://github.com/rust-lang/crates.io-index" 1899 - checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905" 1900 - dependencies = [ 1901 - "fontconfig-parser", 1902 - "log", 1903 - "memmap2", 1904 - "slotmap", 1905 - "tinyvec", 1906 - "ttf-parser", 1907 - ] 1908 - 1909 - [[package]] 1910 - name = "foreign-types" 1911 - version = "0.5.0" 1912 - source = "registry+https://github.com/rust-lang/crates.io-index" 1913 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 1914 - dependencies = [ 1915 - "foreign-types-macros", 1916 - "foreign-types-shared", 1917 - ] 1918 - 1919 - [[package]] 1920 - name = "foreign-types-macros" 1921 - version = "0.2.3" 1922 - source = "registry+https://github.com/rust-lang/crates.io-index" 1923 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 1924 - dependencies = [ 1925 - "proc-macro2", 1926 - "quote", 1927 - "syn 2.0.85", 1928 - ] 1929 - 1930 - [[package]] 1931 - name = "foreign-types-shared" 1932 - version = "0.3.1" 1933 - source = "registry+https://github.com/rust-lang/crates.io-index" 1934 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 1935 - 1936 - [[package]] 1937 - name = "form_urlencoded" 1938 - version = "1.2.1" 1939 - source = "registry+https://github.com/rust-lang/crates.io-index" 1940 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 1941 - dependencies = [ 1942 - "percent-encoding", 1943 - ] 1944 - 1945 - [[package]] 1946 - name = "futures" 1947 - version = "0.3.31" 1948 - source = "registry+https://github.com/rust-lang/crates.io-index" 1949 - checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1950 - dependencies = [ 1951 - "futures-channel", 1952 - "futures-core", 1953 - "futures-executor", 1954 - "futures-io", 1955 - "futures-sink", 1956 - "futures-task", 1957 - "futures-util", 1958 - ] 1959 - 1960 - [[package]] 1961 - name = "futures-channel" 1962 - version = "0.3.31" 1963 - source = "registry+https://github.com/rust-lang/crates.io-index" 1964 - checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1965 - dependencies = [ 1966 - "futures-core", 1967 - "futures-sink", 1968 - ] 1969 - 1970 - [[package]] 1971 - name = "futures-core" 1972 - version = "0.3.31" 1973 - source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1975 - 1976 - [[package]] 1977 - name = "futures-executor" 1978 - version = "0.3.31" 1979 - source = "registry+https://github.com/rust-lang/crates.io-index" 1980 - checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1981 - dependencies = [ 1982 - "futures-core", 1983 - "futures-task", 1984 - "futures-util", 1985 - ] 1986 - 1987 - [[package]] 1988 - name = "futures-io" 1989 - version = "0.3.31" 1990 - source = "registry+https://github.com/rust-lang/crates.io-index" 1991 - checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1992 - 1993 - [[package]] 1994 - name = "futures-lite" 1995 - version = "2.3.0" 1996 - source = "registry+https://github.com/rust-lang/crates.io-index" 1997 - checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 1998 - dependencies = [ 1999 - "fastrand", 2000 - "futures-core", 2001 - "futures-io", 2002 - "parking", 2003 - "pin-project-lite", 2004 - ] 2005 - 2006 - [[package]] 2007 - name = "futures-macro" 2008 - version = "0.3.31" 2009 - source = "registry+https://github.com/rust-lang/crates.io-index" 2010 - checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 2011 - dependencies = [ 2012 - "proc-macro2", 2013 - "quote", 2014 - "syn 2.0.85", 2015 - ] 2016 - 2017 - [[package]] 2018 - name = "futures-sink" 2019 - version = "0.3.31" 2020 - source = "registry+https://github.com/rust-lang/crates.io-index" 2021 - checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 2022 - 2023 - [[package]] 2024 - name = "futures-task" 2025 - version = "0.3.31" 2026 - source = "registry+https://github.com/rust-lang/crates.io-index" 2027 - checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 2028 - 2029 - [[package]] 2030 - name = "futures-util" 2031 - version = "0.3.31" 2032 - source = "registry+https://github.com/rust-lang/crates.io-index" 2033 - checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 2034 - dependencies = [ 2035 - "futures-channel", 2036 - "futures-core", 2037 - "futures-io", 2038 - "futures-macro", 2039 - "futures-sink", 2040 - "futures-task", 2041 - "memchr", 2042 - "pin-project-lite", 2043 - "pin-utils", 2044 - "slab", 2045 - ] 2046 - 2047 - [[package]] 2048 - name = "gc-arena" 2049 - version = "0.5.3" 2050 - source = "registry+https://github.com/rust-lang/crates.io-index" 2051 - checksum = "3cd70cf88a32937834aae9614ff2569b5d9467fa0c42c5d7762fd94a8de88266" 2052 - dependencies = [ 2053 - "gc-arena-derive", 2054 - "hashbrown 0.14.5", 2055 - "sptr", 2056 - ] 2057 - 2058 - [[package]] 2059 - name = "gc-arena-derive" 2060 - version = "0.5.3" 2061 - source = "registry+https://github.com/rust-lang/crates.io-index" 2062 - checksum = "c612a69f5557a11046b77a7408d2836fe77077f842171cd211c5ef504bd3cddd" 2063 - dependencies = [ 2064 - "proc-macro2", 2065 - "quote", 2066 - "syn 2.0.85", 2067 - "synstructure", 2068 - ] 2069 - 2070 - [[package]] 2071 - name = "generator" 2072 - version = "0.8.1" 2073 - source = "registry+https://github.com/rust-lang/crates.io-index" 2074 - checksum = "186014d53bc231d0090ef8d6f03e0920c54d85a5ed22f4f2f74315ec56cf83fb" 2075 - dependencies = [ 2076 - "cc", 2077 - "cfg-if", 2078 - "libc", 2079 - "log", 2080 - "rustversion", 2081 - "windows 0.54.0", 2082 - ] 2083 - 2084 - [[package]] 2085 - name = "generic-array" 2086 - version = "0.14.7" 2087 - source = "registry+https://github.com/rust-lang/crates.io-index" 2088 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 2089 - dependencies = [ 2090 - "typenum", 2091 - "version_check", 2092 - ] 2093 - 2094 - [[package]] 2095 - name = "gethostname" 2096 - version = "0.4.3" 2097 - source = "registry+https://github.com/rust-lang/crates.io-index" 2098 - checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818" 2099 - dependencies = [ 2100 - "libc", 2101 - "windows-targets 0.48.5", 2102 - ] 2103 - 2104 - [[package]] 2105 - name = "getrandom" 2106 - version = "0.2.15" 2107 - source = "registry+https://github.com/rust-lang/crates.io-index" 2108 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 2109 - dependencies = [ 2110 - "cfg-if", 2111 - "js-sys", 2112 - "libc", 2113 - "wasi", 2114 - "wasm-bindgen", 2115 - ] 2116 - 2117 - [[package]] 2118 - name = "gif" 2119 - version = "0.13.1" 2120 - source = "registry+https://github.com/rust-lang/crates.io-index" 2121 - checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" 2122 - dependencies = [ 2123 - "color_quant", 2124 - "weezl", 2125 - ] 2126 - 2127 - [[package]] 2128 - name = "gilrs" 2129 - version = "0.11.0" 2130 - source = "registry+https://github.com/rust-lang/crates.io-index" 2131 - checksum = "bbb2c998745a3c1ac90f64f4f7b3a54219fd3612d7705e7798212935641ed18f" 2132 - dependencies = [ 2133 - "fnv", 2134 - "gilrs-core", 2135 - "log", 2136 - "uuid", 2137 - "vec_map", 2138 - ] 2139 - 2140 - [[package]] 2141 - name = "gilrs-core" 2142 - version = "0.6.0" 2143 - source = "registry+https://github.com/rust-lang/crates.io-index" 2144 - checksum = "495af945e45efd6386227613cd9fb7bd7c43d3c095040e30c5304c489e6abed5" 2145 - dependencies = [ 2146 - "core-foundation 0.10.0", 2147 - "inotify", 2148 - "io-kit-sys", 2149 - "js-sys", 2150 - "libc", 2151 - "libudev-sys", 2152 - "log", 2153 - "nix", 2154 - "uuid", 2155 - "vec_map", 2156 - "wasm-bindgen", 2157 - "web-sys", 2158 - "windows 0.54.0", 2159 - ] 2160 - 2161 - [[package]] 2162 - name = "gimli" 2163 - version = "0.31.0" 2164 - source = "registry+https://github.com/rust-lang/crates.io-index" 2165 - checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" 2166 - 2167 - [[package]] 2168 - name = "gl_generator" 2169 - version = "0.14.0" 2170 - source = "registry+https://github.com/rust-lang/crates.io-index" 2171 - checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d" 2172 - dependencies = [ 2173 - "khronos_api", 2174 - "log", 2175 - "xml-rs", 2176 - ] 2177 - 2178 - [[package]] 2179 - name = "glob" 2180 - version = "0.3.1" 2181 - source = "registry+https://github.com/rust-lang/crates.io-index" 2182 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 2183 - 2184 - [[package]] 2185 - name = "globset" 2186 - version = "0.4.15" 2187 - source = "registry+https://github.com/rust-lang/crates.io-index" 2188 - checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" 2189 - dependencies = [ 2190 - "aho-corasick", 2191 - "bstr", 2192 - "log", 2193 - "regex-automata 0.4.8", 2194 - "regex-syntax 0.8.5", 2195 - ] 2196 - 2197 - [[package]] 2198 - name = "gloo-net" 2199 - version = "0.6.0" 2200 - source = "registry+https://github.com/rust-lang/crates.io-index" 2201 - checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" 2202 - dependencies = [ 2203 - "futures-channel", 2204 - "futures-core", 2205 - "futures-sink", 2206 - "gloo-utils", 2207 - "http", 2208 - "js-sys", 2209 - "pin-project", 2210 - "thiserror", 2211 - "wasm-bindgen", 2212 - "wasm-bindgen-futures", 2213 - "web-sys", 2214 - ] 2215 - 2216 - [[package]] 2217 - name = "gloo-utils" 2218 - version = "0.2.0" 2219 - source = "registry+https://github.com/rust-lang/crates.io-index" 2220 - checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" 2221 - dependencies = [ 2222 - "js-sys", 2223 - "wasm-bindgen", 2224 - "web-sys", 2225 - ] 2226 - 2227 - [[package]] 2228 - name = "glow" 2229 - version = "0.13.1" 2230 - source = "registry+https://github.com/rust-lang/crates.io-index" 2231 - checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1" 2232 - dependencies = [ 2233 - "js-sys", 2234 - "slotmap", 2235 - "wasm-bindgen", 2236 - "web-sys", 2237 - ] 2238 - 2239 - [[package]] 2240 - name = "glutin_wgl_sys" 2241 - version = "0.6.0" 2242 - source = "registry+https://github.com/rust-lang/crates.io-index" 2243 - checksum = "0a4e1951bbd9434a81aa496fe59ccc2235af3820d27b85f9314e279609211e2c" 2244 - dependencies = [ 2245 - "gl_generator", 2246 - ] 2247 - 2248 - [[package]] 2249 - name = "gpu-alloc" 2250 - version = "0.6.0" 2251 - source = "registry+https://github.com/rust-lang/crates.io-index" 2252 - checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171" 2253 - dependencies = [ 2254 - "bitflags 2.6.0", 2255 - "gpu-alloc-types", 2256 - ] 2257 - 2258 - [[package]] 2259 - name = "gpu-alloc-types" 2260 - version = "0.3.0" 2261 - source = "registry+https://github.com/rust-lang/crates.io-index" 2262 - checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4" 2263 - dependencies = [ 2264 - "bitflags 2.6.0", 2265 - ] 2266 - 2267 - [[package]] 2268 - name = "gpu-allocator" 2269 - version = "0.26.0" 2270 - source = "registry+https://github.com/rust-lang/crates.io-index" 2271 - checksum = "fdd4240fc91d3433d5e5b0fc5b67672d771850dc19bbee03c1381e19322803d7" 2272 - dependencies = [ 2273 - "log", 2274 - "presser", 2275 - "thiserror", 2276 - "winapi", 2277 - "windows 0.52.0", 2278 - ] 2279 - 2280 - [[package]] 2281 - name = "gpu-descriptor" 2282 - version = "0.3.0" 2283 - source = "registry+https://github.com/rust-lang/crates.io-index" 2284 - checksum = "9c08c1f623a8d0b722b8b99f821eb0ba672a1618f0d3b16ddbee1cedd2dd8557" 2285 - dependencies = [ 2286 - "bitflags 2.6.0", 2287 - "gpu-descriptor-types", 2288 - "hashbrown 0.14.5", 2289 - ] 2290 - 2291 - [[package]] 2292 - name = "gpu-descriptor-types" 2293 - version = "0.2.0" 2294 - source = "registry+https://github.com/rust-lang/crates.io-index" 2295 - checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91" 2296 - dependencies = [ 2297 - "bitflags 2.6.0", 2298 - ] 2299 - 2300 - [[package]] 2301 - name = "h2" 2302 - version = "0.4.6" 2303 - source = "registry+https://github.com/rust-lang/crates.io-index" 2304 - checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 2305 - dependencies = [ 2306 - "atomic-waker", 2307 - "bytes", 2308 - "fnv", 2309 - "futures-core", 2310 - "futures-sink", 2311 - "http", 2312 - "indexmap", 2313 - "slab", 2314 - "tokio", 2315 - "tokio-util", 2316 - "tracing", 2317 - ] 2318 - 2319 - [[package]] 2320 - name = "h263-rs" 2321 - version = "0.1.0" 2322 - source = "git+https://github.com/ruffle-rs/h263-rs?rev=f0fa94c366a1d0383df99aa835add175658d6bad#f0fa94c366a1d0383df99aa835add175658d6bad" 2323 - dependencies = [ 2324 - "bitflags 2.6.0", 2325 - "lazy_static", 2326 - "num-traits", 2327 - "thiserror", 2328 - ] 2329 - 2330 - [[package]] 2331 - name = "h263-rs-deblock" 2332 - version = "0.1.0" 2333 - source = "git+https://github.com/ruffle-rs/h263-rs?rev=f0fa94c366a1d0383df99aa835add175658d6bad#f0fa94c366a1d0383df99aa835add175658d6bad" 2334 - dependencies = [ 2335 - "itertools", 2336 - "wide", 2337 - ] 2338 - 2339 - [[package]] 2340 - name = "h263-rs-yuv" 2341 - version = "0.1.0" 2342 - source = "git+https://github.com/ruffle-rs/h263-rs?rev=f0fa94c366a1d0383df99aa835add175658d6bad#f0fa94c366a1d0383df99aa835add175658d6bad" 2343 - dependencies = [ 2344 - "bytemuck", 2345 - "wide", 2346 - ] 2347 - 2348 - [[package]] 2349 - name = "hashbrown" 2350 - version = "0.14.5" 2351 - source = "registry+https://github.com/rust-lang/crates.io-index" 2352 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2353 - dependencies = [ 2354 - "ahash", 2355 - "allocator-api2", 2356 - ] 2357 - 2358 - [[package]] 2359 - name = "hashbrown" 2360 - version = "0.15.0" 2361 - source = "registry+https://github.com/rust-lang/crates.io-index" 2362 - checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 2363 - dependencies = [ 2364 - "allocator-api2", 2365 - "equivalent", 2366 - "foldhash", 2367 - ] 2368 - 2369 - [[package]] 2370 - name = "hassle-rs" 2371 - version = "0.11.0" 2372 - source = "registry+https://github.com/rust-lang/crates.io-index" 2373 - checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890" 2374 - dependencies = [ 2375 - "bitflags 2.6.0", 2376 - "com", 2377 - "libc", 2378 - "libloading", 2379 - "thiserror", 2380 - "widestring", 2381 - "winapi", 2382 - ] 2383 - 2384 - [[package]] 2385 - name = "heck" 2386 - version = "0.5.0" 2387 - source = "registry+https://github.com/rust-lang/crates.io-index" 2388 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2389 - 2390 - [[package]] 2391 - name = "hermit-abi" 2392 - version = "0.3.9" 2393 - source = "registry+https://github.com/rust-lang/crates.io-index" 2394 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 2395 - 2396 - [[package]] 2397 - name = "hex" 2398 - version = "0.4.3" 2399 - source = "registry+https://github.com/rust-lang/crates.io-index" 2400 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2401 - 2402 - [[package]] 2403 - name = "hexf-parse" 2404 - version = "0.2.1" 2405 - source = "registry+https://github.com/rust-lang/crates.io-index" 2406 - checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 2407 - 2408 - [[package]] 2409 - name = "home" 2410 - version = "0.5.9" 2411 - source = "registry+https://github.com/rust-lang/crates.io-index" 2412 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 2413 - dependencies = [ 2414 - "windows-sys 0.52.0", 2415 - ] 2416 - 2417 - [[package]] 2418 - name = "http" 2419 - version = "1.1.0" 2420 - source = "registry+https://github.com/rust-lang/crates.io-index" 2421 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 2422 - dependencies = [ 2423 - "bytes", 2424 - "fnv", 2425 - "itoa", 2426 - ] 2427 - 2428 - [[package]] 2429 - name = "http-body" 2430 - version = "1.0.1" 2431 - source = "registry+https://github.com/rust-lang/crates.io-index" 2432 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2433 - dependencies = [ 2434 - "bytes", 2435 - "http", 2436 - ] 2437 - 2438 - [[package]] 2439 - name = "http-body-util" 2440 - version = "0.1.2" 2441 - source = "registry+https://github.com/rust-lang/crates.io-index" 2442 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 2443 - dependencies = [ 2444 - "bytes", 2445 - "futures-util", 2446 - "http", 2447 - "http-body", 2448 - "pin-project-lite", 2449 - ] 2450 - 2451 - [[package]] 2452 - name = "httparse" 2453 - version = "1.9.4" 2454 - source = "registry+https://github.com/rust-lang/crates.io-index" 2455 - checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 2456 - 2457 - [[package]] 2458 - name = "humantime" 2459 - version = "2.1.0" 2460 - source = "registry+https://github.com/rust-lang/crates.io-index" 2461 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 2462 - 2463 - [[package]] 2464 - name = "hyper" 2465 - version = "1.4.1" 2466 - source = "registry+https://github.com/rust-lang/crates.io-index" 2467 - checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 2468 - dependencies = [ 2469 - "bytes", 2470 - "futures-channel", 2471 - "futures-util", 2472 - "h2", 2473 - "http", 2474 - "http-body", 2475 - "httparse", 2476 - "itoa", 2477 - "pin-project-lite", 2478 - "smallvec", 2479 - "tokio", 2480 - "want", 2481 - ] 2482 - 2483 - [[package]] 2484 - name = "hyper-rustls" 2485 - version = "0.27.3" 2486 - source = "registry+https://github.com/rust-lang/crates.io-index" 2487 - checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 2488 - dependencies = [ 2489 - "futures-util", 2490 - "http", 2491 - "hyper", 2492 - "hyper-util", 2493 - "rustls", 2494 - "rustls-pki-types", 2495 - "tokio", 2496 - "tokio-rustls", 2497 - "tower-service", 2498 - "webpki-roots", 2499 - ] 2500 - 2501 - [[package]] 2502 - name = "hyper-util" 2503 - version = "0.1.9" 2504 - source = "registry+https://github.com/rust-lang/crates.io-index" 2505 - checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b" 2506 - dependencies = [ 2507 - "bytes", 2508 - "futures-channel", 2509 - "futures-util", 2510 - "http", 2511 - "http-body", 2512 - "hyper", 2513 - "pin-project-lite", 2514 - "socket2", 2515 - "tokio", 2516 - "tower-service", 2517 - "tracing", 2518 - ] 2519 - 2520 - [[package]] 2521 - name = "iana-time-zone" 2522 - version = "0.1.61" 2523 - source = "registry+https://github.com/rust-lang/crates.io-index" 2524 - checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 2525 - dependencies = [ 2526 - "android_system_properties", 2527 - "core-foundation-sys", 2528 - "iana-time-zone-haiku", 2529 - "js-sys", 2530 - "wasm-bindgen", 2531 - "windows-core 0.52.0", 2532 - ] 2533 - 2534 - [[package]] 2535 - name = "iana-time-zone-haiku" 2536 - version = "0.1.2" 2537 - source = "registry+https://github.com/rust-lang/crates.io-index" 2538 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2539 - dependencies = [ 2540 - "cc", 2541 - ] 2542 - 2543 - [[package]] 2544 - name = "id3" 2545 - version = "1.14.0" 2546 - source = "registry+https://github.com/rust-lang/crates.io-index" 2547 - checksum = "55f4e785f2c700217ee82a1c727c720449421742abd5fcb2f1df04e1244760e9" 2548 - dependencies = [ 2549 - "bitflags 2.6.0", 2550 - "byteorder", 2551 - "flate2", 2552 - ] 2553 - 2554 - [[package]] 2555 - name = "ident_case" 2556 - version = "1.0.1" 2557 - source = "registry+https://github.com/rust-lang/crates.io-index" 2558 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2559 - 2560 - [[package]] 2561 - name = "idna" 2562 - version = "0.3.0" 2563 - source = "registry+https://github.com/rust-lang/crates.io-index" 2564 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 2565 - dependencies = [ 2566 - "unicode-bidi", 2567 - "unicode-normalization", 2568 - ] 2569 - 2570 - [[package]] 2571 - name = "idna" 2572 - version = "0.5.0" 2573 - source = "registry+https://github.com/rust-lang/crates.io-index" 2574 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 2575 - dependencies = [ 2576 - "unicode-bidi", 2577 - "unicode-normalization", 2578 - ] 2579 - 2580 - [[package]] 2581 - name = "ignore" 2582 - version = "0.4.23" 2583 - source = "registry+https://github.com/rust-lang/crates.io-index" 2584 - checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b" 2585 - dependencies = [ 2586 - "crossbeam-deque", 2587 - "globset", 2588 - "log", 2589 - "memchr", 2590 - "regex-automata 0.4.8", 2591 - "same-file", 2592 - "walkdir", 2593 - "winapi-util", 2594 - ] 2595 - 2596 - [[package]] 2597 - name = "image" 2598 - version = "0.25.4" 2599 - source = "registry+https://github.com/rust-lang/crates.io-index" 2600 - checksum = "bc144d44a31d753b02ce64093d532f55ff8dc4ebf2ffb8a63c0dda691385acae" 2601 - dependencies = [ 2602 - "bytemuck", 2603 - "byteorder-lite", 2604 - "num-traits", 2605 - "png", 2606 - "tiff", 2607 - ] 2608 - 2609 - [[package]] 2610 - name = "indexmap" 2611 - version = "2.6.0" 2612 - source = "registry+https://github.com/rust-lang/crates.io-index" 2613 - checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 2614 - dependencies = [ 2615 - "equivalent", 2616 - "hashbrown 0.15.0", 2617 - ] 2618 - 2619 - [[package]] 2620 - name = "indicatif" 2621 - version = "0.17.8" 2622 - source = "registry+https://github.com/rust-lang/crates.io-index" 2623 - checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 2624 - dependencies = [ 2625 - "console", 2626 - "instant", 2627 - "number_prefix", 2628 - "portable-atomic", 2629 - "unicode-width", 2630 - ] 2631 - 2632 - [[package]] 2633 - name = "inotify" 2634 - version = "0.11.0" 2635 - source = "registry+https://github.com/rust-lang/crates.io-index" 2636 - checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" 2637 - dependencies = [ 2638 - "bitflags 2.6.0", 2639 - "inotify-sys", 2640 - "libc", 2641 - ] 2642 - 2643 - [[package]] 2644 - name = "inotify-sys" 2645 - version = "0.1.5" 2646 - source = "registry+https://github.com/rust-lang/crates.io-index" 2647 - checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2648 - dependencies = [ 2649 - "libc", 2650 - ] 2651 - 2652 - [[package]] 2653 - name = "insta" 2654 - version = "1.41.0" 2655 - source = "registry+https://github.com/rust-lang/crates.io-index" 2656 - checksum = "a1f72d3e19488cf7d8ea52d2fc0f8754fc933398b337cd3cbdb28aaeb35159ef" 2657 - dependencies = [ 2658 - "console", 2659 - "lazy_static", 2660 - "linked-hash-map", 2661 - "similar", 2662 - ] 2663 - 2664 - [[package]] 2665 - name = "instant" 2666 - version = "0.1.13" 2667 - source = "registry+https://github.com/rust-lang/crates.io-index" 2668 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 2669 - dependencies = [ 2670 - "cfg-if", 2671 - ] 2672 - 2673 - [[package]] 2674 - name = "intl-memoizer" 2675 - version = "0.5.2" 2676 - source = "registry+https://github.com/rust-lang/crates.io-index" 2677 - checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda" 2678 - dependencies = [ 2679 - "type-map", 2680 - "unic-langid", 2681 - ] 2682 - 2683 - [[package]] 2684 - name = "intl_pluralrules" 2685 - version = "7.0.2" 2686 - source = "registry+https://github.com/rust-lang/crates.io-index" 2687 - checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" 2688 - dependencies = [ 2689 - "unic-langid", 2690 - ] 2691 - 2692 - [[package]] 2693 - name = "io-kit-sys" 2694 - version = "0.4.1" 2695 - source = "registry+https://github.com/rust-lang/crates.io-index" 2696 - checksum = "617ee6cf8e3f66f3b4ea67a4058564628cde41901316e19f559e14c7c72c5e7b" 2697 - dependencies = [ 2698 - "core-foundation-sys", 2699 - "mach2", 2700 - ] 2701 - 2702 - [[package]] 2703 - name = "ipnet" 2704 - version = "2.10.0" 2705 - source = "registry+https://github.com/rust-lang/crates.io-index" 2706 - checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4" 2707 - 2708 - [[package]] 2709 - name = "is_terminal_polyfill" 2710 - version = "1.70.1" 2711 - source = "registry+https://github.com/rust-lang/crates.io-index" 2712 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 2713 - 2714 - [[package]] 2715 - name = "itertools" 2716 - version = "0.13.0" 2717 - source = "registry+https://github.com/rust-lang/crates.io-index" 2718 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2719 - dependencies = [ 2720 - "either", 2721 - ] 2722 - 2723 - [[package]] 2724 - name = "itoa" 2725 - version = "1.0.11" 2726 - source = "registry+https://github.com/rust-lang/crates.io-index" 2727 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 2728 - 2729 - [[package]] 2730 - name = "jni" 2731 - version = "0.21.1" 2732 - source = "registry+https://github.com/rust-lang/crates.io-index" 2733 - checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 2734 - dependencies = [ 2735 - "cesu8", 2736 - "cfg-if", 2737 - "combine", 2738 - "jni-sys", 2739 - "log", 2740 - "thiserror", 2741 - "walkdir", 2742 - "windows-sys 0.45.0", 2743 - ] 2744 - 2745 - [[package]] 2746 - name = "jni-sys" 2747 - version = "0.3.0" 2748 - source = "registry+https://github.com/rust-lang/crates.io-index" 2749 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2750 - 2751 - [[package]] 2752 - name = "jobserver" 2753 - version = "0.1.32" 2754 - source = "registry+https://github.com/rust-lang/crates.io-index" 2755 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 2756 - dependencies = [ 2757 - "libc", 2758 - ] 2759 - 2760 - [[package]] 2761 - name = "jpeg-decoder" 2762 - version = "0.3.1" 2763 - source = "registry+https://github.com/rust-lang/crates.io-index" 2764 - checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 2765 - 2766 - [[package]] 2767 - name = "jpegxr" 2768 - version = "0.3.1" 2769 - source = "git+https://github.com/ruffle-rs/jpegxr?rev=71dbe614c02c30a2e9fd1e9e2e7c7a749abe2798#71dbe614c02c30a2e9fd1e9e2e7c7a749abe2798" 2770 - dependencies = [ 2771 - "bindgen", 2772 - "cc", 2773 - "libc", 2774 - "thiserror", 2775 - ] 2776 - 2777 - [[package]] 2778 - name = "js-sys" 2779 - version = "0.3.72" 2780 - source = "registry+https://github.com/rust-lang/crates.io-index" 2781 - checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" 2782 - dependencies = [ 2783 - "wasm-bindgen", 2784 - ] 2785 - 2786 - [[package]] 2787 - name = "khronos-egl" 2788 - version = "6.0.0" 2789 - source = "registry+https://github.com/rust-lang/crates.io-index" 2790 - checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76" 2791 - dependencies = [ 2792 - "libc", 2793 - "libloading", 2794 - "pkg-config", 2795 - ] 2796 - 2797 - [[package]] 2798 - name = "khronos_api" 2799 - version = "3.1.0" 2800 - source = "registry+https://github.com/rust-lang/crates.io-index" 2801 - checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" 2802 - 2803 - [[package]] 2804 - name = "lazy_static" 2805 - version = "1.5.0" 2806 - source = "registry+https://github.com/rust-lang/crates.io-index" 2807 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2808 - 2809 - [[package]] 2810 - name = "libc" 2811 - version = "0.2.159" 2812 - source = "registry+https://github.com/rust-lang/crates.io-index" 2813 - checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" 2814 - 2815 - [[package]] 2816 - name = "libloading" 2817 - version = "0.8.5" 2818 - source = "registry+https://github.com/rust-lang/crates.io-index" 2819 - checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" 2820 - dependencies = [ 2821 - "cfg-if", 2822 - "windows-targets 0.52.6", 2823 - ] 2824 - 2825 - [[package]] 2826 - name = "libm" 2827 - version = "0.2.8" 2828 - source = "registry+https://github.com/rust-lang/crates.io-index" 2829 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 2830 - 2831 - [[package]] 2832 - name = "libredox" 2833 - version = "0.1.3" 2834 - source = "registry+https://github.com/rust-lang/crates.io-index" 2835 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 2836 - dependencies = [ 2837 - "bitflags 2.6.0", 2838 - "libc", 2839 - "redox_syscall 0.5.4", 2840 - ] 2841 - 2842 - [[package]] 2843 - name = "libtest-mimic" 2844 - version = "0.8.1" 2845 - source = "registry+https://github.com/rust-lang/crates.io-index" 2846 - checksum = "5297962ef19edda4ce33aaa484386e0a5b3d7f2f4e037cbeee00503ef6b29d33" 2847 - dependencies = [ 2848 - "anstream", 2849 - "anstyle", 2850 - "clap", 2851 - "escape8259", 2852 - ] 2853 - 2854 - [[package]] 2855 - name = "libudev-sys" 2856 - version = "0.1.4" 2857 - source = "registry+https://github.com/rust-lang/crates.io-index" 2858 - checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324" 2859 - dependencies = [ 2860 - "libc", 2861 - "pkg-config", 2862 - ] 2863 - 2864 - [[package]] 2865 - name = "linked-hash-map" 2866 - version = "0.5.6" 2867 - source = "registry+https://github.com/rust-lang/crates.io-index" 2868 - checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2869 - 2870 - [[package]] 2871 - name = "linkme" 2872 - version = "0.3.29" 2873 - source = "registry+https://github.com/rust-lang/crates.io-index" 2874 - checksum = "70fe496a7af8c406f877635cbf3cd6a9fac9d6f443f58691cd8afe6ce0971af4" 2875 - dependencies = [ 2876 - "linkme-impl", 2877 - ] 2878 - 2879 - [[package]] 2880 - name = "linkme-impl" 2881 - version = "0.3.29" 2882 - source = "registry+https://github.com/rust-lang/crates.io-index" 2883 - checksum = "b01f197a15988fb5b2ec0a5a9800c97e70771499c456ad757d63b3c5e9b96e75" 2884 - dependencies = [ 2885 - "proc-macro2", 2886 - "quote", 2887 - "syn 2.0.85", 2888 - ] 2889 - 2890 - [[package]] 2891 - name = "linux-raw-sys" 2892 - version = "0.4.14" 2893 - source = "registry+https://github.com/rust-lang/crates.io-index" 2894 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 2895 - 2896 - [[package]] 2897 - name = "litrs" 2898 - version = "0.4.1" 2899 - source = "registry+https://github.com/rust-lang/crates.io-index" 2900 - checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" 2901 - 2902 - [[package]] 2903 - name = "lock_api" 2904 - version = "0.4.12" 2905 - source = "registry+https://github.com/rust-lang/crates.io-index" 2906 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 2907 - dependencies = [ 2908 - "autocfg", 2909 - "scopeguard", 2910 - ] 2911 - 2912 - [[package]] 2913 - name = "lockfree-object-pool" 2914 - version = "0.1.6" 2915 - source = "registry+https://github.com/rust-lang/crates.io-index" 2916 - checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" 2917 - 2918 - [[package]] 2919 - name = "log" 2920 - version = "0.4.22" 2921 - source = "registry+https://github.com/rust-lang/crates.io-index" 2922 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 2923 - 2924 - [[package]] 2925 - name = "loom" 2926 - version = "0.7.2" 2927 - source = "registry+https://github.com/rust-lang/crates.io-index" 2928 - checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2929 - dependencies = [ 2930 - "cfg-if", 2931 - "generator", 2932 - "scoped-tls", 2933 - "tracing", 2934 - "tracing-subscriber", 2935 - ] 2936 - 2937 - [[package]] 2938 - name = "lru" 2939 - version = "0.12.5" 2940 - source = "registry+https://github.com/rust-lang/crates.io-index" 2941 - checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 2942 - dependencies = [ 2943 - "hashbrown 0.15.0", 2944 - ] 2945 - 2946 - [[package]] 2947 - name = "lyon" 2948 - version = "1.0.1" 2949 - source = "registry+https://github.com/rust-lang/crates.io-index" 2950 - checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f" 2951 - dependencies = [ 2952 - "lyon_algorithms", 2953 - "lyon_tessellation", 2954 - ] 2955 - 2956 - [[package]] 2957 - name = "lyon_algorithms" 2958 - version = "1.0.4" 2959 - source = "registry+https://github.com/rust-lang/crates.io-index" 2960 - checksum = "a3bca95f9a4955b3e4a821fbbcd5edfbd9be2a9a50bb5758173e5358bfb4c623" 2961 - dependencies = [ 2962 - "lyon_path", 2963 - "num-traits", 2964 - ] 2965 - 2966 - [[package]] 2967 - name = "lyon_geom" 2968 - version = "1.0.6" 2969 - source = "registry+https://github.com/rust-lang/crates.io-index" 2970 - checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570" 2971 - dependencies = [ 2972 - "arrayvec", 2973 - "euclid", 2974 - "num-traits", 2975 - ] 2976 - 2977 - [[package]] 2978 - name = "lyon_path" 2979 - version = "1.0.5" 2980 - source = "registry+https://github.com/rust-lang/crates.io-index" 2981 - checksum = "9c08a606c7a59638d6c6aa18ac91a06aa9fb5f765a7efb27e6a4da58700740d7" 2982 - dependencies = [ 2983 - "lyon_geom", 2984 - "num-traits", 2985 - ] 2986 - 2987 - [[package]] 2988 - name = "lyon_tessellation" 2989 - version = "1.0.15" 2990 - source = "registry+https://github.com/rust-lang/crates.io-index" 2991 - checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c" 2992 - dependencies = [ 2993 - "float_next_after", 2994 - "lyon_path", 2995 - "num-traits", 2996 - ] 2997 - 2998 - [[package]] 2999 - name = "lzma-rs" 3000 - version = "0.3.0" 3001 - source = "registry+https://github.com/rust-lang/crates.io-index" 3002 - checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e" 3003 - dependencies = [ 3004 - "byteorder", 3005 - "crc", 3006 - ] 3007 - 3008 - [[package]] 3009 - name = "mach2" 3010 - version = "0.4.2" 3011 - source = "registry+https://github.com/rust-lang/crates.io-index" 3012 - checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" 3013 - dependencies = [ 3014 - "libc", 3015 - ] 3016 - 3017 - [[package]] 3018 - name = "macro_rules_attribute" 3019 - version = "0.2.0" 3020 - source = "registry+https://github.com/rust-lang/crates.io-index" 3021 - checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13" 3022 - dependencies = [ 3023 - "macro_rules_attribute-proc_macro", 3024 - "paste", 3025 - ] 3026 - 3027 - [[package]] 3028 - name = "macro_rules_attribute-proc_macro" 3029 - version = "0.2.0" 3030 - source = "registry+https://github.com/rust-lang/crates.io-index" 3031 - checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568" 3032 - 3033 - [[package]] 3034 - name = "malloc_buf" 3035 - version = "0.0.6" 3036 - source = "registry+https://github.com/rust-lang/crates.io-index" 3037 - checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" 3038 - dependencies = [ 3039 - "libc", 3040 - ] 3041 - 3042 - [[package]] 3043 - name = "matchers" 3044 - version = "0.1.0" 3045 - source = "registry+https://github.com/rust-lang/crates.io-index" 3046 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 3047 - dependencies = [ 3048 - "regex-automata 0.1.10", 3049 - ] 3050 - 3051 - [[package]] 3052 - name = "memchr" 3053 - version = "2.7.4" 3054 - source = "registry+https://github.com/rust-lang/crates.io-index" 3055 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 3056 - 3057 - [[package]] 3058 - name = "memmap2" 3059 - version = "0.9.5" 3060 - source = "registry+https://github.com/rust-lang/crates.io-index" 3061 - checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 3062 - dependencies = [ 3063 - "libc", 3064 - ] 3065 - 3066 - [[package]] 3067 - name = "memoffset" 3068 - version = "0.9.1" 3069 - source = "registry+https://github.com/rust-lang/crates.io-index" 3070 - checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 3071 - dependencies = [ 3072 - "autocfg", 3073 - ] 3074 - 3075 - [[package]] 3076 - name = "metal" 3077 - version = "0.29.0" 3078 - source = "registry+https://github.com/rust-lang/crates.io-index" 3079 - checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21" 3080 - dependencies = [ 3081 - "bitflags 2.6.0", 3082 - "block", 3083 - "core-graphics-types", 3084 - "foreign-types", 3085 - "log", 3086 - "objc", 3087 - "paste", 3088 - ] 3089 - 3090 - [[package]] 3091 - name = "mime" 3092 - version = "0.3.17" 3093 - source = "registry+https://github.com/rust-lang/crates.io-index" 3094 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3095 - 3096 - [[package]] 3097 - name = "minimal-lexical" 3098 - version = "0.2.1" 3099 - source = "registry+https://github.com/rust-lang/crates.io-index" 3100 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3101 - 3102 - [[package]] 3103 - name = "miniz_oxide" 3104 - version = "0.8.0" 3105 - source = "registry+https://github.com/rust-lang/crates.io-index" 3106 - checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 3107 - dependencies = [ 3108 - "adler2", 3109 - "simd-adler32", 3110 - ] 3111 - 3112 - [[package]] 3113 - name = "mio" 3114 - version = "1.0.2" 3115 - source = "registry+https://github.com/rust-lang/crates.io-index" 3116 - checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 3117 - dependencies = [ 3118 - "hermit-abi", 3119 - "libc", 3120 - "wasi", 3121 - "windows-sys 0.52.0", 3122 - ] 3123 - 3124 - [[package]] 3125 - name = "mocket" 3126 - version = "0.1.0" 3127 - dependencies = [ 3128 - "anyhow", 3129 - "clap", 3130 - "ruffle_socket_format", 3131 - "tracing", 3132 - "tracing-subscriber", 3133 - ] 3134 - 3135 - [[package]] 3136 - name = "naga" 3137 - version = "22.1.0" 3138 - source = "registry+https://github.com/rust-lang/crates.io-index" 3139 - checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad" 3140 - dependencies = [ 3141 - "arrayvec", 3142 - "bit-set", 3143 - "bitflags 2.6.0", 3144 - "cfg_aliases 0.1.1", 3145 - "codespan-reporting", 3146 - "hexf-parse", 3147 - "indexmap", 3148 - "log", 3149 - "rustc-hash 1.1.0", 3150 - "spirv", 3151 - "termcolor", 3152 - "thiserror", 3153 - "unicode-xid", 3154 - ] 3155 - 3156 - [[package]] 3157 - name = "naga-agal" 3158 - version = "0.1.0" 3159 - dependencies = [ 3160 - "bitflags 2.6.0", 3161 - "insta", 3162 - "naga", 3163 - "num-derive", 3164 - "num-traits", 3165 - ] 3166 - 3167 - [[package]] 3168 - name = "naga-pixelbender" 3169 - version = "0.1.0" 3170 - dependencies = [ 3171 - "anyhow", 3172 - "naga", 3173 - "ruffle_render", 3174 - ] 3175 - 3176 - [[package]] 3177 - name = "ndk" 3178 - version = "0.8.0" 3179 - source = "registry+https://github.com/rust-lang/crates.io-index" 3180 - checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7" 3181 - dependencies = [ 3182 - "bitflags 2.6.0", 3183 - "jni-sys", 3184 - "log", 3185 - "ndk-sys 0.5.0+25.2.9519653", 3186 - "num_enum", 3187 - "thiserror", 3188 - ] 3189 - 3190 - [[package]] 3191 - name = "ndk" 3192 - version = "0.9.0" 3193 - source = "registry+https://github.com/rust-lang/crates.io-index" 3194 - checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4" 3195 - dependencies = [ 3196 - "bitflags 2.6.0", 3197 - "jni-sys", 3198 - "log", 3199 - "ndk-sys 0.6.0+11769913", 3200 - "num_enum", 3201 - "raw-window-handle", 3202 - "thiserror", 3203 - ] 3204 - 3205 - [[package]] 3206 - name = "ndk-context" 3207 - version = "0.1.1" 3208 - source = "registry+https://github.com/rust-lang/crates.io-index" 3209 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 3210 - 3211 - [[package]] 3212 - name = "ndk-sys" 3213 - version = "0.5.0+25.2.9519653" 3214 - source = "registry+https://github.com/rust-lang/crates.io-index" 3215 - checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691" 3216 - dependencies = [ 3217 - "jni-sys", 3218 - ] 3219 - 3220 - [[package]] 3221 - name = "ndk-sys" 3222 - version = "0.6.0+11769913" 3223 - source = "registry+https://github.com/rust-lang/crates.io-index" 3224 - checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873" 3225 - dependencies = [ 3226 - "jni-sys", 3227 - ] 3228 - 3229 - [[package]] 3230 - name = "nellymoser-rs" 3231 - version = "0.1.2" 3232 - source = "git+https://github.com/ruffle-rs/nellymoser?rev=754b1184037aa9952a907107284fb73897e26adc#754b1184037aa9952a907107284fb73897e26adc" 3233 - dependencies = [ 3234 - "bitstream-io", 3235 - "once_cell", 3236 - "rustdct", 3237 - ] 3238 - 3239 - [[package]] 3240 - name = "nihav_codec_support" 3241 - version = "0.1.0" 3242 - source = "git+https://github.com/ruffle-rs/nihav-vp6?rev=83c7e1094d603d9fc1212d39d99abb17f3a3226b#83c7e1094d603d9fc1212d39d99abb17f3a3226b" 3243 - dependencies = [ 3244 - "nihav_core", 3245 - ] 3246 - 3247 - [[package]] 3248 - name = "nihav_core" 3249 - version = "0.1.0" 3250 - source = "git+https://github.com/ruffle-rs/nihav-vp6?rev=83c7e1094d603d9fc1212d39d99abb17f3a3226b#83c7e1094d603d9fc1212d39d99abb17f3a3226b" 3251 - 3252 - [[package]] 3253 - name = "nihav_duck" 3254 - version = "0.1.0" 3255 - source = "git+https://github.com/ruffle-rs/nihav-vp6?rev=83c7e1094d603d9fc1212d39d99abb17f3a3226b#83c7e1094d603d9fc1212d39d99abb17f3a3226b" 3256 - dependencies = [ 3257 - "nihav_codec_support", 3258 - "nihav_core", 3259 - ] 3260 - 3261 - [[package]] 3262 - name = "nix" 3263 - version = "0.29.0" 3264 - source = "registry+https://github.com/rust-lang/crates.io-index" 3265 - checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 3266 - dependencies = [ 3267 - "bitflags 2.6.0", 3268 - "cfg-if", 3269 - "cfg_aliases 0.2.1", 3270 - "libc", 3271 - "memoffset", 3272 - ] 3273 - 3274 - [[package]] 3275 - name = "nohash-hasher" 3276 - version = "0.2.0" 3277 - source = "registry+https://github.com/rust-lang/crates.io-index" 3278 - checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 3279 - 3280 - [[package]] 3281 - name = "nom" 3282 - version = "7.1.3" 3283 - source = "registry+https://github.com/rust-lang/crates.io-index" 3284 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3285 - dependencies = [ 3286 - "memchr", 3287 - "minimal-lexical", 3288 - ] 3289 - 3290 - [[package]] 3291 - name = "nu-ansi-term" 3292 - version = "0.46.0" 3293 - source = "registry+https://github.com/rust-lang/crates.io-index" 3294 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3295 - dependencies = [ 3296 - "overload", 3297 - "winapi", 3298 - ] 3299 - 3300 - [[package]] 3301 - name = "num-bigint" 3302 - version = "0.4.6" 3303 - source = "registry+https://github.com/rust-lang/crates.io-index" 3304 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3305 - dependencies = [ 3306 - "num-integer", 3307 - "num-traits", 3308 - ] 3309 - 3310 - [[package]] 3311 - name = "num-complex" 3312 - version = "0.4.6" 3313 - source = "registry+https://github.com/rust-lang/crates.io-index" 3314 - checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 3315 - dependencies = [ 3316 - "num-traits", 3317 - ] 3318 - 3319 - [[package]] 3320 - name = "num-conv" 3321 - version = "0.1.0" 3322 - source = "registry+https://github.com/rust-lang/crates.io-index" 3323 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3324 - 3325 - [[package]] 3326 - name = "num-derive" 3327 - version = "0.4.2" 3328 - source = "registry+https://github.com/rust-lang/crates.io-index" 3329 - checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 3330 - dependencies = [ 3331 - "proc-macro2", 3332 - "quote", 3333 - "syn 2.0.85", 3334 - ] 3335 - 3336 - [[package]] 3337 - name = "num-integer" 3338 - version = "0.1.46" 3339 - source = "registry+https://github.com/rust-lang/crates.io-index" 3340 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3341 - dependencies = [ 3342 - "num-traits", 3343 - ] 3344 - 3345 - [[package]] 3346 - name = "num-traits" 3347 - version = "0.2.19" 3348 - source = "registry+https://github.com/rust-lang/crates.io-index" 3349 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3350 - dependencies = [ 3351 - "autocfg", 3352 - "libm", 3353 - ] 3354 - 3355 - [[package]] 3356 - name = "num_enum" 3357 - version = "0.7.3" 3358 - source = "registry+https://github.com/rust-lang/crates.io-index" 3359 - checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" 3360 - dependencies = [ 3361 - "num_enum_derive", 3362 - ] 3363 - 3364 - [[package]] 3365 - name = "num_enum_derive" 3366 - version = "0.7.3" 3367 - source = "registry+https://github.com/rust-lang/crates.io-index" 3368 - checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" 3369 - dependencies = [ 3370 - "proc-macro-crate", 3371 - "proc-macro2", 3372 - "quote", 3373 - "syn 2.0.85", 3374 - ] 3375 - 3376 - [[package]] 3377 - name = "num_threads" 3378 - version = "0.1.7" 3379 - source = "registry+https://github.com/rust-lang/crates.io-index" 3380 - checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 3381 - dependencies = [ 3382 - "libc", 3383 - ] 3384 - 3385 - [[package]] 3386 - name = "number_prefix" 3387 - version = "0.4.0" 3388 - source = "registry+https://github.com/rust-lang/crates.io-index" 3389 - checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 3390 - 3391 - [[package]] 3392 - name = "objc" 3393 - version = "0.2.7" 3394 - source = "registry+https://github.com/rust-lang/crates.io-index" 3395 - checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" 3396 - dependencies = [ 3397 - "malloc_buf", 3398 - ] 3399 - 3400 - [[package]] 3401 - name = "objc-sys" 3402 - version = "0.3.5" 3403 - source = "registry+https://github.com/rust-lang/crates.io-index" 3404 - checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 3405 - 3406 - [[package]] 3407 - name = "objc2" 3408 - version = "0.5.2" 3409 - source = "registry+https://github.com/rust-lang/crates.io-index" 3410 - checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 3411 - dependencies = [ 3412 - "objc-sys", 3413 - "objc2-encode", 3414 - ] 3415 - 3416 - [[package]] 3417 - name = "objc2-app-kit" 3418 - version = "0.2.2" 3419 - source = "registry+https://github.com/rust-lang/crates.io-index" 3420 - checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff" 3421 - dependencies = [ 3422 - "bitflags 2.6.0", 3423 - "block2", 3424 - "libc", 3425 - "objc2", 3426 - "objc2-core-data", 3427 - "objc2-core-image", 3428 - "objc2-foundation", 3429 - "objc2-quartz-core", 3430 - ] 3431 - 3432 - [[package]] 3433 - name = "objc2-cloud-kit" 3434 - version = "0.2.2" 3435 - source = "registry+https://github.com/rust-lang/crates.io-index" 3436 - checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009" 3437 - dependencies = [ 3438 - "bitflags 2.6.0", 3439 - "block2", 3440 - "objc2", 3441 - "objc2-core-location", 3442 - "objc2-foundation", 3443 - ] 3444 - 3445 - [[package]] 3446 - name = "objc2-contacts" 3447 - version = "0.2.2" 3448 - source = "registry+https://github.com/rust-lang/crates.io-index" 3449 - checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889" 3450 - dependencies = [ 3451 - "block2", 3452 - "objc2", 3453 - "objc2-foundation", 3454 - ] 3455 - 3456 - [[package]] 3457 - name = "objc2-core-data" 3458 - version = "0.2.2" 3459 - source = "registry+https://github.com/rust-lang/crates.io-index" 3460 - checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef" 3461 - dependencies = [ 3462 - "bitflags 2.6.0", 3463 - "block2", 3464 - "objc2", 3465 - "objc2-foundation", 3466 - ] 3467 - 3468 - [[package]] 3469 - name = "objc2-core-image" 3470 - version = "0.2.2" 3471 - source = "registry+https://github.com/rust-lang/crates.io-index" 3472 - checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80" 3473 - dependencies = [ 3474 - "block2", 3475 - "objc2", 3476 - "objc2-foundation", 3477 - "objc2-metal", 3478 - ] 3479 - 3480 - [[package]] 3481 - name = "objc2-core-location" 3482 - version = "0.2.2" 3483 - source = "registry+https://github.com/rust-lang/crates.io-index" 3484 - checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781" 3485 - dependencies = [ 3486 - "block2", 3487 - "objc2", 3488 - "objc2-contacts", 3489 - "objc2-foundation", 3490 - ] 3491 - 3492 - [[package]] 3493 - name = "objc2-encode" 3494 - version = "4.0.3" 3495 - source = "registry+https://github.com/rust-lang/crates.io-index" 3496 - checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8" 3497 - 3498 - [[package]] 3499 - name = "objc2-foundation" 3500 - version = "0.2.2" 3501 - source = "registry+https://github.com/rust-lang/crates.io-index" 3502 - checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 3503 - dependencies = [ 3504 - "bitflags 2.6.0", 3505 - "block2", 3506 - "dispatch", 3507 - "libc", 3508 - "objc2", 3509 - ] 3510 - 3511 - [[package]] 3512 - name = "objc2-link-presentation" 3513 - version = "0.2.2" 3514 - source = "registry+https://github.com/rust-lang/crates.io-index" 3515 - checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398" 3516 - dependencies = [ 3517 - "block2", 3518 - "objc2", 3519 - "objc2-app-kit", 3520 - "objc2-foundation", 3521 - ] 3522 - 3523 - [[package]] 3524 - name = "objc2-metal" 3525 - version = "0.2.2" 3526 - source = "registry+https://github.com/rust-lang/crates.io-index" 3527 - checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6" 3528 - dependencies = [ 3529 - "bitflags 2.6.0", 3530 - "block2", 3531 - "objc2", 3532 - "objc2-foundation", 3533 - ] 3534 - 3535 - [[package]] 3536 - name = "objc2-quartz-core" 3537 - version = "0.2.2" 3538 - source = "registry+https://github.com/rust-lang/crates.io-index" 3539 - checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a" 3540 - dependencies = [ 3541 - "bitflags 2.6.0", 3542 - "block2", 3543 - "objc2", 3544 - "objc2-foundation", 3545 - "objc2-metal", 3546 - ] 3547 - 3548 - [[package]] 3549 - name = "objc2-symbols" 3550 - version = "0.2.2" 3551 - source = "registry+https://github.com/rust-lang/crates.io-index" 3552 - checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc" 3553 - dependencies = [ 3554 - "objc2", 3555 - "objc2-foundation", 3556 - ] 3557 - 3558 - [[package]] 3559 - name = "objc2-ui-kit" 3560 - version = "0.2.2" 3561 - source = "registry+https://github.com/rust-lang/crates.io-index" 3562 - checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f" 3563 - dependencies = [ 3564 - "bitflags 2.6.0", 3565 - "block2", 3566 - "objc2", 3567 - "objc2-cloud-kit", 3568 - "objc2-core-data", 3569 - "objc2-core-image", 3570 - "objc2-core-location", 3571 - "objc2-foundation", 3572 - "objc2-link-presentation", 3573 - "objc2-quartz-core", 3574 - "objc2-symbols", 3575 - "objc2-uniform-type-identifiers", 3576 - "objc2-user-notifications", 3577 - ] 3578 - 3579 - [[package]] 3580 - name = "objc2-uniform-type-identifiers" 3581 - version = "0.2.2" 3582 - source = "registry+https://github.com/rust-lang/crates.io-index" 3583 - checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe" 3584 - dependencies = [ 3585 - "block2", 3586 - "objc2", 3587 - "objc2-foundation", 3588 - ] 3589 - 3590 - [[package]] 3591 - name = "objc2-user-notifications" 3592 - version = "0.2.2" 3593 - source = "registry+https://github.com/rust-lang/crates.io-index" 3594 - checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3" 3595 - dependencies = [ 3596 - "bitflags 2.6.0", 3597 - "block2", 3598 - "objc2", 3599 - "objc2-core-location", 3600 - "objc2-foundation", 3601 - ] 3602 - 3603 - [[package]] 3604 - name = "object" 3605 - version = "0.36.4" 3606 - source = "registry+https://github.com/rust-lang/crates.io-index" 3607 - checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" 3608 - dependencies = [ 3609 - "memchr", 3610 - ] 3611 - 3612 - [[package]] 3613 - name = "oboe" 3614 - version = "0.6.1" 3615 - source = "registry+https://github.com/rust-lang/crates.io-index" 3616 - checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb" 3617 - dependencies = [ 3618 - "jni", 3619 - "ndk 0.8.0", 3620 - "ndk-context", 3621 - "num-derive", 3622 - "num-traits", 3623 - "oboe-sys", 3624 - ] 3625 - 3626 - [[package]] 3627 - name = "oboe-sys" 3628 - version = "0.6.1" 3629 - source = "registry+https://github.com/rust-lang/crates.io-index" 3630 - checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d" 3631 - dependencies = [ 3632 - "cc", 3633 - ] 3634 - 3635 - [[package]] 3636 - name = "once_cell" 3637 - version = "1.19.0" 3638 - source = "registry+https://github.com/rust-lang/crates.io-index" 3639 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 3640 - 3641 - [[package]] 3642 - name = "option-ext" 3643 - version = "0.2.0" 3644 - source = "registry+https://github.com/rust-lang/crates.io-index" 3645 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3646 - 3647 - [[package]] 3648 - name = "orbclient" 3649 - version = "0.3.48" 3650 - source = "registry+https://github.com/rust-lang/crates.io-index" 3651 - checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43" 3652 - dependencies = [ 3653 - "libredox", 3654 - ] 3655 - 3656 - [[package]] 3657 - name = "ordered-stream" 3658 - version = "0.2.0" 3659 - source = "registry+https://github.com/rust-lang/crates.io-index" 3660 - checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" 3661 - dependencies = [ 3662 - "futures-core", 3663 - "pin-project-lite", 3664 - ] 3665 - 3666 - [[package]] 3667 - name = "os_info" 3668 - version = "3.8.2" 3669 - source = "registry+https://github.com/rust-lang/crates.io-index" 3670 - checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" 3671 - dependencies = [ 3672 - "log", 3673 - "windows-sys 0.52.0", 3674 - ] 3675 - 3676 - [[package]] 3677 - name = "overload" 3678 - version = "0.1.1" 3679 - source = "registry+https://github.com/rust-lang/crates.io-index" 3680 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3681 - 3682 - [[package]] 3683 - name = "owned_ttf_parser" 3684 - version = "0.25.0" 3685 - source = "registry+https://github.com/rust-lang/crates.io-index" 3686 - checksum = "22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4" 3687 - dependencies = [ 3688 - "ttf-parser", 3689 - ] 3690 - 3691 - [[package]] 3692 - name = "parking" 3693 - version = "2.2.1" 3694 - source = "registry+https://github.com/rust-lang/crates.io-index" 3695 - checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3696 - 3697 - [[package]] 3698 - name = "parking_lot" 3699 - version = "0.12.3" 3700 - source = "registry+https://github.com/rust-lang/crates.io-index" 3701 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 3702 - dependencies = [ 3703 - "lock_api", 3704 - "parking_lot_core", 3705 - ] 3706 - 3707 - [[package]] 3708 - name = "parking_lot_core" 3709 - version = "0.9.10" 3710 - source = "registry+https://github.com/rust-lang/crates.io-index" 3711 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 3712 - dependencies = [ 3713 - "cfg-if", 3714 - "libc", 3715 - "redox_syscall 0.5.4", 3716 - "smallvec", 3717 - "windows-targets 0.52.6", 3718 - ] 3719 - 3720 - [[package]] 3721 - name = "paste" 3722 - version = "1.0.15" 3723 - source = "registry+https://github.com/rust-lang/crates.io-index" 3724 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3725 - 3726 - [[package]] 3727 - name = "path-slash" 3728 - version = "0.2.1" 3729 - source = "registry+https://github.com/rust-lang/crates.io-index" 3730 - checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42" 3731 - 3732 - [[package]] 3733 - name = "percent-encoding" 3734 - version = "2.3.1" 3735 - source = "registry+https://github.com/rust-lang/crates.io-index" 3736 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 3737 - 3738 - [[package]] 3739 - name = "pin-project" 3740 - version = "1.1.5" 3741 - source = "registry+https://github.com/rust-lang/crates.io-index" 3742 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 3743 - dependencies = [ 3744 - "pin-project-internal", 3745 - ] 3746 - 3747 - [[package]] 3748 - name = "pin-project-internal" 3749 - version = "1.1.5" 3750 - source = "registry+https://github.com/rust-lang/crates.io-index" 3751 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 3752 - dependencies = [ 3753 - "proc-macro2", 3754 - "quote", 3755 - "syn 2.0.85", 3756 - ] 3757 - 3758 - [[package]] 3759 - name = "pin-project-lite" 3760 - version = "0.2.14" 3761 - source = "registry+https://github.com/rust-lang/crates.io-index" 3762 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 3763 - 3764 - [[package]] 3765 - name = "pin-utils" 3766 - version = "0.1.0" 3767 - source = "registry+https://github.com/rust-lang/crates.io-index" 3768 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3769 - 3770 - [[package]] 3771 - name = "piper" 3772 - version = "0.2.4" 3773 - source = "registry+https://github.com/rust-lang/crates.io-index" 3774 - checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" 3775 - dependencies = [ 3776 - "atomic-waker", 3777 - "fastrand", 3778 - "futures-io", 3779 - ] 3780 - 3781 - [[package]] 3782 - name = "pkg-config" 3783 - version = "0.3.31" 3784 - source = "registry+https://github.com/rust-lang/crates.io-index" 3785 - checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 3786 - 3787 - [[package]] 3788 - name = "png" 3789 - version = "0.17.14" 3790 - source = "registry+https://github.com/rust-lang/crates.io-index" 3791 - checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0" 3792 - dependencies = [ 3793 - "bitflags 1.3.2", 3794 - "crc32fast", 3795 - "fdeflate", 3796 - "flate2", 3797 - "miniz_oxide", 3798 - ] 3799 - 3800 - [[package]] 3801 - name = "polling" 3802 - version = "3.7.1" 3803 - source = "registry+https://github.com/rust-lang/crates.io-index" 3804 - checksum = "5e6a007746f34ed64099e88783b0ae369eaa3da6392868ba262e2af9b8fbaea1" 3805 - dependencies = [ 3806 - "cfg-if", 3807 - "concurrent-queue", 3808 - "hermit-abi", 3809 - "pin-project-lite", 3810 - "rustix", 3811 - "tracing", 3812 - "windows-sys 0.52.0", 3813 - ] 3814 - 3815 - [[package]] 3816 - name = "pollster" 3817 - version = "0.3.0" 3818 - source = "registry+https://github.com/rust-lang/crates.io-index" 3819 - checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" 3820 - 3821 - [[package]] 3822 - name = "portable-atomic" 3823 - version = "1.8.0" 3824 - source = "registry+https://github.com/rust-lang/crates.io-index" 3825 - checksum = "d30538d42559de6b034bc76fd6dd4c38961b1ee5c6c56e3808c50128fdbc22ce" 3826 - 3827 - [[package]] 3828 - name = "powerfmt" 3829 - version = "0.2.0" 3830 - source = "registry+https://github.com/rust-lang/crates.io-index" 3831 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3832 - 3833 - [[package]] 3834 - name = "ppv-lite86" 3835 - version = "0.2.20" 3836 - source = "registry+https://github.com/rust-lang/crates.io-index" 3837 - checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 3838 - dependencies = [ 3839 - "zerocopy", 3840 - ] 3841 - 3842 - [[package]] 3843 - name = "presser" 3844 - version = "0.3.1" 3845 - source = "registry+https://github.com/rust-lang/crates.io-index" 3846 - checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa" 3847 - 3848 - [[package]] 3849 - name = "pretty_assertions" 3850 - version = "1.4.1" 3851 - source = "registry+https://github.com/rust-lang/crates.io-index" 3852 - checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" 3853 - dependencies = [ 3854 - "diff", 3855 - "yansi", 3856 - ] 3857 - 3858 - [[package]] 3859 - name = "prettyplease" 3860 - version = "0.2.22" 3861 - source = "registry+https://github.com/rust-lang/crates.io-index" 3862 - checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" 3863 - dependencies = [ 3864 - "proc-macro2", 3865 - "syn 2.0.85", 3866 - ] 3867 - 3868 - [[package]] 3869 - name = "primal-check" 3870 - version = "0.3.4" 3871 - source = "registry+https://github.com/rust-lang/crates.io-index" 3872 - checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08" 3873 - dependencies = [ 3874 - "num-integer", 3875 - ] 3876 - 3877 - [[package]] 3878 - name = "proc-macro-crate" 3879 - version = "3.2.0" 3880 - source = "registry+https://github.com/rust-lang/crates.io-index" 3881 - checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" 3882 - dependencies = [ 3883 - "toml_edit", 3884 - ] 3885 - 3886 - [[package]] 3887 - name = "proc-macro-hack" 3888 - version = "0.5.20+deprecated" 3889 - source = "registry+https://github.com/rust-lang/crates.io-index" 3890 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 3891 - 3892 - [[package]] 3893 - name = "proc-macro2" 3894 - version = "1.0.89" 3895 - source = "registry+https://github.com/rust-lang/crates.io-index" 3896 - checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" 3897 - dependencies = [ 3898 - "unicode-ident", 3899 - ] 3900 - 3901 - [[package]] 3902 - name = "profiling" 3903 - version = "1.0.15" 3904 - source = "registry+https://github.com/rust-lang/crates.io-index" 3905 - checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" 3906 - dependencies = [ 3907 - "profiling-procmacros", 3908 - "tracy-client", 3909 - ] 3910 - 3911 - [[package]] 3912 - name = "profiling-procmacros" 3913 - version = "1.0.15" 3914 - source = "registry+https://github.com/rust-lang/crates.io-index" 3915 - checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd" 3916 - dependencies = [ 3917 - "quote", 3918 - "syn 2.0.85", 3919 - ] 3920 - 3921 - [[package]] 3922 - name = "psl-types" 3923 - version = "2.0.11" 3924 - source = "registry+https://github.com/rust-lang/crates.io-index" 3925 - checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" 3926 - 3927 - [[package]] 3928 - name = "publicsuffix" 3929 - version = "2.2.3" 3930 - source = "registry+https://github.com/rust-lang/crates.io-index" 3931 - checksum = "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457" 3932 - dependencies = [ 3933 - "idna 0.3.0", 3934 - "psl-types", 3935 - ] 3936 - 3937 - [[package]] 3938 - name = "quick-xml" 3939 - version = "0.36.2" 3940 - source = "registry+https://github.com/rust-lang/crates.io-index" 3941 - checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe" 3942 - dependencies = [ 3943 - "memchr", 3944 - ] 3945 - 3946 - [[package]] 3947 - name = "quinn" 3948 - version = "0.11.5" 3949 - source = "registry+https://github.com/rust-lang/crates.io-index" 3950 - checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" 3951 - dependencies = [ 3952 - "bytes", 3953 - "pin-project-lite", 3954 - "quinn-proto", 3955 - "quinn-udp", 3956 - "rustc-hash 2.0.0", 3957 - "rustls", 3958 - "socket2", 3959 - "thiserror", 3960 - "tokio", 3961 - "tracing", 3962 - ] 3963 - 3964 - [[package]] 3965 - name = "quinn-proto" 3966 - version = "0.11.8" 3967 - source = "registry+https://github.com/rust-lang/crates.io-index" 3968 - checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" 3969 - dependencies = [ 3970 - "bytes", 3971 - "rand", 3972 - "ring", 3973 - "rustc-hash 2.0.0", 3974 - "rustls", 3975 - "slab", 3976 - "thiserror", 3977 - "tinyvec", 3978 - "tracing", 3979 - ] 3980 - 3981 - [[package]] 3982 - name = "quinn-udp" 3983 - version = "0.5.5" 3984 - source = "registry+https://github.com/rust-lang/crates.io-index" 3985 - checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b" 3986 - dependencies = [ 3987 - "libc", 3988 - "once_cell", 3989 - "socket2", 3990 - "tracing", 3991 - "windows-sys 0.59.0", 3992 - ] 3993 - 3994 - [[package]] 3995 - name = "quote" 3996 - version = "1.0.37" 3997 - source = "registry+https://github.com/rust-lang/crates.io-index" 3998 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 3999 - dependencies = [ 4000 - "proc-macro2", 4001 - ] 4002 - 4003 - [[package]] 4004 - name = "rand" 4005 - version = "0.8.5" 4006 - source = "registry+https://github.com/rust-lang/crates.io-index" 4007 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4008 - dependencies = [ 4009 - "libc", 4010 - "rand_chacha", 4011 - "rand_core", 4012 - ] 4013 - 4014 - [[package]] 4015 - name = "rand_chacha" 4016 - version = "0.3.1" 4017 - source = "registry+https://github.com/rust-lang/crates.io-index" 4018 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4019 - dependencies = [ 4020 - "ppv-lite86", 4021 - "rand_core", 4022 - ] 4023 - 4024 - [[package]] 4025 - name = "rand_core" 4026 - version = "0.6.4" 4027 - source = "registry+https://github.com/rust-lang/crates.io-index" 4028 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4029 - dependencies = [ 4030 - "getrandom", 4031 - ] 4032 - 4033 - [[package]] 4034 - name = "range-alloc" 4035 - version = "0.1.3" 4036 - source = "registry+https://github.com/rust-lang/crates.io-index" 4037 - checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 4038 - 4039 - [[package]] 4040 - name = "raw-window-handle" 4041 - version = "0.6.2" 4042 - source = "registry+https://github.com/rust-lang/crates.io-index" 4043 - checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539" 4044 - 4045 - [[package]] 4046 - name = "rayon" 4047 - version = "1.10.0" 4048 - source = "registry+https://github.com/rust-lang/crates.io-index" 4049 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 4050 - dependencies = [ 4051 - "either", 4052 - "rayon-core", 4053 - ] 4054 - 4055 - [[package]] 4056 - name = "rayon-core" 4057 - version = "1.12.1" 4058 - source = "registry+https://github.com/rust-lang/crates.io-index" 4059 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 4060 - dependencies = [ 4061 - "crossbeam-deque", 4062 - "crossbeam-utils", 4063 - ] 4064 - 4065 - [[package]] 4066 - name = "realfft" 4067 - version = "3.4.0" 4068 - source = "registry+https://github.com/rust-lang/crates.io-index" 4069 - checksum = "390252372b7f2aac8360fc5e72eba10136b166d6faeed97e6d0c8324eb99b2b1" 4070 - dependencies = [ 4071 - "rustfft", 4072 - ] 4073 - 4074 - [[package]] 4075 - name = "redox_syscall" 4076 - version = "0.4.1" 4077 - source = "registry+https://github.com/rust-lang/crates.io-index" 4078 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 4079 - dependencies = [ 4080 - "bitflags 1.3.2", 4081 - ] 4082 - 4083 - [[package]] 4084 - name = "redox_syscall" 4085 - version = "0.5.4" 4086 - source = "registry+https://github.com/rust-lang/crates.io-index" 4087 - checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853" 4088 - dependencies = [ 4089 - "bitflags 2.6.0", 4090 - ] 4091 - 4092 - [[package]] 4093 - name = "redox_users" 4094 - version = "0.4.6" 4095 - source = "registry+https://github.com/rust-lang/crates.io-index" 4096 - checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 4097 - dependencies = [ 4098 - "getrandom", 4099 - "libredox", 4100 - "thiserror", 4101 - ] 4102 - 4103 - [[package]] 4104 - name = "regex" 4105 - version = "1.11.1" 4106 - source = "registry+https://github.com/rust-lang/crates.io-index" 4107 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 4108 - dependencies = [ 4109 - "aho-corasick", 4110 - "memchr", 4111 - "regex-automata 0.4.8", 4112 - "regex-syntax 0.8.5", 4113 - ] 4114 - 4115 - [[package]] 4116 - name = "regex-automata" 4117 - version = "0.1.10" 4118 - source = "registry+https://github.com/rust-lang/crates.io-index" 4119 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 4120 - dependencies = [ 4121 - "regex-syntax 0.6.29", 4122 - ] 4123 - 4124 - [[package]] 4125 - name = "regex-automata" 4126 - version = "0.4.8" 4127 - source = "registry+https://github.com/rust-lang/crates.io-index" 4128 - checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 4129 - dependencies = [ 4130 - "aho-corasick", 4131 - "memchr", 4132 - "regex-syntax 0.8.5", 4133 - ] 4134 - 4135 - [[package]] 4136 - name = "regex-syntax" 4137 - version = "0.6.29" 4138 - source = "registry+https://github.com/rust-lang/crates.io-index" 4139 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 4140 - 4141 - [[package]] 4142 - name = "regex-syntax" 4143 - version = "0.8.5" 4144 - source = "registry+https://github.com/rust-lang/crates.io-index" 4145 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 4146 - 4147 - [[package]] 4148 - name = "regress" 4149 - version = "0.10.1" 4150 - source = "registry+https://github.com/rust-lang/crates.io-index" 4151 - checksum = "1541daf4e4ed43a0922b7969bdc2170178bcacc5dabf7e39bc508a9fa3953a7a" 4152 - dependencies = [ 4153 - "hashbrown 0.14.5", 4154 - "memchr", 4155 - ] 4156 - 4157 - [[package]] 4158 - name = "renderdoc" 4159 - version = "0.12.1" 4160 - source = "registry+https://github.com/rust-lang/crates.io-index" 4161 - checksum = "ac633a08f39bf3268714799bd8c4a1a19c19c203d817d3448bb8b91c97817cf0" 4162 - dependencies = [ 4163 - "bitflags 2.6.0", 4164 - "float-cmp", 4165 - "libloading", 4166 - "once_cell", 4167 - "renderdoc-sys", 4168 - "winapi", 4169 - "wio", 4170 - ] 4171 - 4172 - [[package]] 4173 - name = "renderdoc-sys" 4174 - version = "1.1.0" 4175 - source = "registry+https://github.com/rust-lang/crates.io-index" 4176 - checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832" 4177 - 4178 - [[package]] 4179 - name = "reqwest" 4180 - version = "0.12.9" 4181 - source = "registry+https://github.com/rust-lang/crates.io-index" 4182 - checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" 4183 - dependencies = [ 4184 - "base64", 4185 - "bytes", 4186 - "cookie", 4187 - "cookie_store", 4188 - "encoding_rs", 4189 - "futures-channel", 4190 - "futures-core", 4191 - "futures-util", 4192 - "h2", 4193 - "http", 4194 - "http-body", 4195 - "http-body-util", 4196 - "hyper", 4197 - "hyper-rustls", 4198 - "hyper-util", 4199 - "ipnet", 4200 - "js-sys", 4201 - "log", 4202 - "mime", 4203 - "once_cell", 4204 - "percent-encoding", 4205 - "pin-project-lite", 4206 - "quinn", 4207 - "rustls", 4208 - "rustls-pemfile", 4209 - "rustls-pki-types", 4210 - "serde", 4211 - "serde_json", 4212 - "serde_urlencoded", 4213 - "sync_wrapper", 4214 - "system-configuration", 4215 - "tokio", 4216 - "tokio-rustls", 4217 - "tower-service", 4218 - "url", 4219 - "wasm-bindgen", 4220 - "wasm-bindgen-futures", 4221 - "web-sys", 4222 - "webpki-roots", 4223 - "windows-registry", 4224 - ] 4225 - 4226 - [[package]] 4227 - name = "rfd" 4228 - version = "0.15.0" 4229 - source = "registry+https://github.com/rust-lang/crates.io-index" 4230 - checksum = "8af382a047821a08aa6bfc09ab0d80ff48d45d8726f7cd8e44891f7cb4a4278e" 4231 - dependencies = [ 4232 - "ashpd", 4233 - "block2", 4234 - "js-sys", 4235 - "log", 4236 - "objc2", 4237 - "objc2-app-kit", 4238 - "objc2-foundation", 4239 - "pollster", 4240 - "raw-window-handle", 4241 - "urlencoding", 4242 - "wasm-bindgen", 4243 - "wasm-bindgen-futures", 4244 - "web-sys", 4245 - "windows-sys 0.48.0", 4246 - ] 4247 - 4248 - [[package]] 4249 - name = "ring" 4250 - version = "0.17.8" 4251 - source = "registry+https://github.com/rust-lang/crates.io-index" 4252 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 4253 - dependencies = [ 4254 - "cc", 4255 - "cfg-if", 4256 - "getrandom", 4257 - "libc", 4258 - "spin", 4259 - "untrusted", 4260 - "windows-sys 0.52.0", 4261 - ] 4262 - 4263 - [[package]] 4264 - name = "roxmltree" 4265 - version = "0.20.0" 4266 - source = "registry+https://github.com/rust-lang/crates.io-index" 4267 - checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 4268 - 4269 - [[package]] 4270 - name = "ruffle_core" 4271 - version = "0.1.0" 4272 - dependencies = [ 4273 - "async-channel", 4274 - "bitflags 2.6.0", 4275 - "bitstream-io", 4276 - "build_playerglobal", 4277 - "bytemuck", 4278 - "byteorder", 4279 - "chardetng", 4280 - "chrono", 4281 - "clap", 4282 - "dasp", 4283 - "downcast-rs", 4284 - "egui", 4285 - "egui_extras", 4286 - "either", 4287 - "encoding_rs", 4288 - "enum-map", 4289 - "enumset", 4290 - "flash-lso", 4291 - "flate2", 4292 - "fluent-templates", 4293 - "flv-rs", 4294 - "fnv", 4295 - "futures", 4296 - "hashbrown 0.14.5", 4297 - "id3", 4298 - "image", 4299 - "indexmap", 4300 - "jpegxr", 4301 - "linkme", 4302 - "lzma-rs", 4303 - "nellymoser-rs", 4304 - "num-bigint", 4305 - "num-derive", 4306 - "num-traits", 4307 - "percent-encoding", 4308 - "png", 4309 - "quick-xml", 4310 - "rand", 4311 - "realfft", 4312 - "regress", 4313 - "ruffle_gc_arena", 4314 - "ruffle_macros", 4315 - "ruffle_render", 4316 - "ruffle_video", 4317 - "ruffle_wstr", 4318 - "scopeguard", 4319 - "serde", 4320 - "serde_json", 4321 - "slotmap", 4322 - "smallvec", 4323 - "swf", 4324 - "symphonia", 4325 - "thiserror", 4326 - "tracing", 4327 - "tracy-client", 4328 - "ttf-parser", 4329 - "unic-segment", 4330 - "url", 4331 - "wasm-bindgen-futures", 4332 - "weak-table", 4333 - "web-time", 4334 - ] 4335 - 4336 - [[package]] 4337 - name = "ruffle_desktop" 4338 - version = "0.1.0" 4339 - dependencies = [ 4340 - "anyhow", 4341 - "ashpd", 4342 - "bytemuck", 4343 - "chrono", 4344 - "clap", 4345 - "cpal", 4346 - "dirs", 4347 - "egui", 4348 - "egui-wgpu", 4349 - "egui-winit", 4350 - "egui_extras", 4351 - "embed-resource", 4352 - "fluent-templates", 4353 - "fontdb", 4354 - "futures", 4355 - "gilrs", 4356 - "image", 4357 - "os_info", 4358 - "rand", 4359 - "rfd", 4360 - "ruffle_core", 4361 - "ruffle_frontend_utils", 4362 - "ruffle_render", 4363 - "ruffle_render_wgpu", 4364 - "ruffle_video_external", 4365 - "ruffle_video_software", 4366 - "sys-locale", 4367 - "thiserror", 4368 - "tokio", 4369 - "toml_edit", 4370 - "tracing", 4371 - "tracing-appender", 4372 - "tracing-subscriber", 4373 - "tracing-tracy", 4374 - "unic-langid", 4375 - "url", 4376 - "vergen", 4377 - "webbrowser", 4378 - "wgpu", 4379 - "winapi", 4380 - "winit", 4381 - ] 4382 - 4383 - [[package]] 4384 - name = "ruffle_frontend_utils" 4385 - version = "0.1.0" 4386 - dependencies = [ 4387 - "async-channel", 4388 - "async-io", 4389 - "bytemuck", 4390 - "cpal", 4391 - "futures-lite", 4392 - "macro_rules_attribute", 4393 - "reqwest", 4394 - "ruffle_core", 4395 - "ruffle_render", 4396 - "slotmap", 4397 - "tempfile", 4398 - "thiserror", 4399 - "tokio", 4400 - "toml_edit", 4401 - "tracing", 4402 - "url", 4403 - "urlencoding", 4404 - "zip", 4405 - ] 4406 - 4407 - [[package]] 4408 - name = "ruffle_gc_arena" 4409 - version = "0.0.0" 4410 - dependencies = [ 4411 - "gc-arena", 4412 - ] 4413 - 4414 - [[package]] 4415 - name = "ruffle_input_format" 4416 - version = "0.1.0" 4417 - dependencies = [ 4418 - "bitflags 2.6.0", 4419 - "serde", 4420 - "serde_json", 4421 - ] 4422 - 4423 - [[package]] 4424 - name = "ruffle_macros" 4425 - version = "0.1.0" 4426 - dependencies = [ 4427 - "quote", 4428 - "syn 2.0.85", 4429 - ] 4430 - 4431 - [[package]] 4432 - name = "ruffle_render" 4433 - version = "0.1.0" 4434 - dependencies = [ 4435 - "approx", 4436 - "byteorder", 4437 - "clap", 4438 - "downcast-rs", 4439 - "enum-map", 4440 - "flate2", 4441 - "gif", 4442 - "h263-rs-yuv", 4443 - "indexmap", 4444 - "jpeg-decoder", 4445 - "lyon", 4446 - "lyon_geom", 4447 - "num-derive", 4448 - "num-traits", 4449 - "png", 4450 - "renderdoc", 4451 - "ruffle_wstr", 4452 - "serde", 4453 - "smallvec", 4454 - "swf", 4455 - "thiserror", 4456 - "tracing", 4457 - "wasm-bindgen", 4458 - "wgpu", 4459 - ] 4460 - 4461 - [[package]] 4462 - name = "ruffle_render_canvas" 4463 - version = "0.1.0" 4464 - dependencies = [ 4465 - "js-sys", 4466 - "log", 4467 - "ruffle_render", 4468 - "ruffle_web_common", 4469 - "swf", 4470 - "wasm-bindgen", 4471 - "web-sys", 4472 - ] 4473 - 4474 - [[package]] 4475 - name = "ruffle_render_webgl" 4476 - version = "0.1.0" 4477 - dependencies = [ 4478 - "bytemuck", 4479 - "js-sys", 4480 - "log", 4481 - "ruffle_render", 4482 - "ruffle_web_common", 4483 - "swf", 4484 - "thiserror", 4485 - "wasm-bindgen", 4486 - "web-sys", 4487 - ] 4488 - 4489 - [[package]] 4490 - name = "ruffle_render_wgpu" 4491 - version = "0.1.0" 4492 - dependencies = [ 4493 - "bytemuck", 4494 - "clap", 4495 - "enum-map", 4496 - "fnv", 4497 - "futures", 4498 - "image", 4499 - "indexmap", 4500 - "lru", 4501 - "naga", 4502 - "naga-agal", 4503 - "naga-pixelbender", 4504 - "profiling", 4505 - "ruffle_render", 4506 - "swf", 4507 - "tracing", 4508 - "web-sys", 4509 - "wgpu", 4510 - ] 4511 - 4512 - [[package]] 4513 - name = "ruffle_scanner" 4514 - version = "0.1.0" 4515 - dependencies = [ 4516 - "clap", 4517 - "crossbeam-channel", 4518 - "csv", 4519 - "indicatif", 4520 - "log", 4521 - "path-slash", 4522 - "rayon", 4523 - "ruffle_core", 4524 - "serde", 4525 - "sha2", 4526 - "swf", 4527 - "walkdir", 4528 - ] 4529 - 4530 - [[package]] 4531 - name = "ruffle_socket_format" 4532 - version = "0.1.0" 4533 - dependencies = [ 4534 - "serde", 4535 - "serde_json", 4536 - ] 4537 - 4538 - [[package]] 4539 - name = "ruffle_test_framework" 4540 - version = "0.1.0" 4541 - dependencies = [ 4542 - "anyhow", 4543 - "approx", 4544 - "async-channel", 4545 - "chrono", 4546 - "image", 4547 - "percent-encoding", 4548 - "pretty_assertions", 4549 - "regex", 4550 - "ruffle_core", 4551 - "ruffle_input_format", 4552 - "ruffle_render", 4553 - "ruffle_socket_format", 4554 - "ruffle_video_external", 4555 - "ruffle_video_software", 4556 - "serde", 4557 - "toml", 4558 - "url", 4559 - "vfs", 4560 - ] 4561 - 4562 - [[package]] 4563 - name = "ruffle_video" 4564 - version = "0.1.0" 4565 - dependencies = [ 4566 - "ruffle_render", 4567 - "slotmap", 4568 - "swf", 4569 - "thiserror", 4570 - ] 4571 - 4572 - [[package]] 4573 - name = "ruffle_video_external" 4574 - version = "0.1.0" 4575 - dependencies = [ 4576 - "bzip2", 4577 - "hex", 4578 - "libloading", 4579 - "reqwest", 4580 - "ruffle_render", 4581 - "ruffle_video", 4582 - "ruffle_video_software", 4583 - "sha2", 4584 - "slotmap", 4585 - "swf", 4586 - "tempfile", 4587 - "thiserror", 4588 - "tracing", 4589 - ] 4590 - 4591 - [[package]] 4592 - name = "ruffle_video_software" 4593 - version = "0.1.0" 4594 - dependencies = [ 4595 - "flate2", 4596 - "h263-rs", 4597 - "h263-rs-deblock", 4598 - "log", 4599 - "nihav_codec_support", 4600 - "nihav_core", 4601 - "nihav_duck", 4602 - "ruffle_render", 4603 - "ruffle_video", 4604 - "slotmap", 4605 - "swf", 4606 - "thiserror", 4607 - ] 4608 - 4609 - [[package]] 4610 - name = "ruffle_web" 4611 - version = "0.1.0" 4612 - dependencies = [ 4613 - "async-channel", 4614 - "base64", 4615 - "chrono", 4616 - "console_error_panic_hook", 4617 - "futures", 4618 - "futures-util", 4619 - "getrandom", 4620 - "gloo-net", 4621 - "js-sys", 4622 - "rfd", 4623 - "ruffle_core", 4624 - "ruffle_render", 4625 - "ruffle_render_canvas", 4626 - "ruffle_render_webgl", 4627 - "ruffle_render_wgpu", 4628 - "ruffle_video_software", 4629 - "ruffle_web_common", 4630 - "serde", 4631 - "serde-wasm-bindgen", 4632 - "slotmap", 4633 - "thiserror", 4634 - "tracing", 4635 - "tracing-log", 4636 - "tracing-subscriber", 4637 - "tracing-wasm", 4638 - "url", 4639 - "wasm-bindgen", 4640 - "wasm-bindgen-futures", 4641 - "wasm-streams", 4642 - "web-sys", 4643 - "zip", 4644 - ] 4645 - 4646 - [[package]] 4647 - name = "ruffle_web_common" 4648 - version = "0.1.0" 4649 - dependencies = [ 4650 - "tracing", 4651 - "wasm-bindgen", 4652 - ] 4653 - 4654 - [[package]] 4655 - name = "ruffle_web_safari" 4656 - version = "0.1.0" 4657 - dependencies = [ 4658 - "objc", 4659 - ] 4660 - 4661 - [[package]] 4662 - name = "ruffle_wstr" 4663 - version = "0.1.0" 4664 - 4665 - [[package]] 4666 - name = "rustc-demangle" 4667 - version = "0.1.24" 4668 - source = "registry+https://github.com/rust-lang/crates.io-index" 4669 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 4670 - 4671 - [[package]] 4672 - name = "rustc-hash" 4673 - version = "1.1.0" 4674 - source = "registry+https://github.com/rust-lang/crates.io-index" 4675 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 4676 - 4677 - [[package]] 4678 - name = "rustc-hash" 4679 - version = "2.0.0" 4680 - source = "registry+https://github.com/rust-lang/crates.io-index" 4681 - checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 4682 - 4683 - [[package]] 4684 - name = "rustc_version" 4685 - version = "0.4.1" 4686 - source = "registry+https://github.com/rust-lang/crates.io-index" 4687 - checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4688 - dependencies = [ 4689 - "semver", 4690 - ] 4691 - 4692 - [[package]] 4693 - name = "rustdct" 4694 - version = "0.7.1" 4695 - source = "registry+https://github.com/rust-lang/crates.io-index" 4696 - checksum = "8b61555105d6a9bf98797c063c362a1d24ed8ab0431655e38f1cf51e52089551" 4697 - dependencies = [ 4698 - "rustfft", 4699 - ] 4700 - 4701 - [[package]] 4702 - name = "rustfft" 4703 - version = "6.2.0" 4704 - source = "registry+https://github.com/rust-lang/crates.io-index" 4705 - checksum = "43806561bc506d0c5d160643ad742e3161049ac01027b5e6d7524091fd401d86" 4706 - dependencies = [ 4707 - "num-complex", 4708 - "num-integer", 4709 - "num-traits", 4710 - "primal-check", 4711 - "strength_reduce", 4712 - "transpose", 4713 - "version_check", 4714 - ] 4715 - 4716 - [[package]] 4717 - name = "rustix" 4718 - version = "0.38.37" 4719 - source = "registry+https://github.com/rust-lang/crates.io-index" 4720 - checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" 4721 - dependencies = [ 4722 - "bitflags 2.6.0", 4723 - "errno", 4724 - "libc", 4725 - "linux-raw-sys", 4726 - "windows-sys 0.52.0", 4727 - ] 4728 - 4729 - [[package]] 4730 - name = "rustls" 4731 - version = "0.23.13" 4732 - source = "registry+https://github.com/rust-lang/crates.io-index" 4733 - checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" 4734 - dependencies = [ 4735 - "once_cell", 4736 - "ring", 4737 - "rustls-pki-types", 4738 - "rustls-webpki", 4739 - "subtle", 4740 - "zeroize", 4741 - ] 4742 - 4743 - [[package]] 4744 - name = "rustls-pemfile" 4745 - version = "2.1.3" 4746 - source = "registry+https://github.com/rust-lang/crates.io-index" 4747 - checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" 4748 - dependencies = [ 4749 - "base64", 4750 - "rustls-pki-types", 4751 - ] 4752 - 4753 - [[package]] 4754 - name = "rustls-pki-types" 4755 - version = "1.8.0" 4756 - source = "registry+https://github.com/rust-lang/crates.io-index" 4757 - checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" 4758 - 4759 - [[package]] 4760 - name = "rustls-webpki" 4761 - version = "0.102.8" 4762 - source = "registry+https://github.com/rust-lang/crates.io-index" 4763 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 4764 - dependencies = [ 4765 - "ring", 4766 - "rustls-pki-types", 4767 - "untrusted", 4768 - ] 4769 - 4770 - [[package]] 4771 - name = "rustversion" 4772 - version = "1.0.17" 4773 - source = "registry+https://github.com/rust-lang/crates.io-index" 4774 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 4775 - 4776 - [[package]] 4777 - name = "ryu" 4778 - version = "1.0.18" 4779 - source = "registry+https://github.com/rust-lang/crates.io-index" 4780 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 4781 - 4782 - [[package]] 4783 - name = "safe_arch" 4784 - version = "0.7.2" 4785 - source = "registry+https://github.com/rust-lang/crates.io-index" 4786 - checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" 4787 - dependencies = [ 4788 - "bytemuck", 4789 - ] 4790 - 4791 - [[package]] 4792 - name = "same-file" 4793 - version = "1.0.6" 4794 - source = "registry+https://github.com/rust-lang/crates.io-index" 4795 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4796 - dependencies = [ 4797 - "winapi-util", 4798 - ] 4799 - 4800 - [[package]] 4801 - name = "scoped-tls" 4802 - version = "1.0.1" 4803 - source = "registry+https://github.com/rust-lang/crates.io-index" 4804 - checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4805 - 4806 - [[package]] 4807 - name = "scopeguard" 4808 - version = "1.2.0" 4809 - source = "registry+https://github.com/rust-lang/crates.io-index" 4810 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4811 - 4812 - [[package]] 4813 - name = "sctk-adwaita" 4814 - version = "0.10.1" 4815 - source = "registry+https://github.com/rust-lang/crates.io-index" 4816 - checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec" 4817 - dependencies = [ 4818 - "ab_glyph", 4819 - "log", 4820 - "memmap2", 4821 - "smithay-client-toolkit", 4822 - "tiny-skia", 4823 - ] 4824 - 4825 - [[package]] 4826 - name = "self_cell" 4827 - version = "0.10.3" 4828 - source = "registry+https://github.com/rust-lang/crates.io-index" 4829 - checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" 4830 - dependencies = [ 4831 - "self_cell 1.0.4", 4832 - ] 4833 - 4834 - [[package]] 4835 - name = "self_cell" 4836 - version = "1.0.4" 4837 - source = "registry+https://github.com/rust-lang/crates.io-index" 4838 - checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" 4839 - 4840 - [[package]] 4841 - name = "semver" 4842 - version = "1.0.23" 4843 - source = "registry+https://github.com/rust-lang/crates.io-index" 4844 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 4845 - dependencies = [ 4846 - "serde", 4847 - ] 4848 - 4849 - [[package]] 4850 - name = "serde" 4851 - version = "1.0.214" 4852 - source = "registry+https://github.com/rust-lang/crates.io-index" 4853 - checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5" 4854 - dependencies = [ 4855 - "serde_derive", 4856 - ] 4857 - 4858 - [[package]] 4859 - name = "serde-wasm-bindgen" 4860 - version = "0.6.5" 4861 - source = "registry+https://github.com/rust-lang/crates.io-index" 4862 - checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b" 4863 - dependencies = [ 4864 - "js-sys", 4865 - "serde", 4866 - "wasm-bindgen", 4867 - ] 4868 - 4869 - [[package]] 4870 - name = "serde_derive" 4871 - version = "1.0.214" 4872 - source = "registry+https://github.com/rust-lang/crates.io-index" 4873 - checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766" 4874 - dependencies = [ 4875 - "proc-macro2", 4876 - "quote", 4877 - "syn 2.0.85", 4878 - ] 4879 - 4880 - [[package]] 4881 - name = "serde_json" 4882 - version = "1.0.132" 4883 - source = "registry+https://github.com/rust-lang/crates.io-index" 4884 - checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" 4885 - dependencies = [ 4886 - "indexmap", 4887 - "itoa", 4888 - "memchr", 4889 - "ryu", 4890 - "serde", 4891 - ] 4892 - 4893 - [[package]] 4894 - name = "serde_repr" 4895 - version = "0.1.19" 4896 - source = "registry+https://github.com/rust-lang/crates.io-index" 4897 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 4898 - dependencies = [ 4899 - "proc-macro2", 4900 - "quote", 4901 - "syn 2.0.85", 4902 - ] 4903 - 4904 - [[package]] 4905 - name = "serde_spanned" 4906 - version = "0.6.7" 4907 - source = "registry+https://github.com/rust-lang/crates.io-index" 4908 - checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" 4909 - dependencies = [ 4910 - "serde", 4911 - ] 4912 - 4913 - [[package]] 4914 - name = "serde_urlencoded" 4915 - version = "0.7.1" 4916 - source = "registry+https://github.com/rust-lang/crates.io-index" 4917 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4918 - dependencies = [ 4919 - "form_urlencoded", 4920 - "itoa", 4921 - "ryu", 4922 - "serde", 4923 - ] 4924 - 4925 - [[package]] 4926 - name = "sha1" 4927 - version = "0.10.6" 4928 - source = "registry+https://github.com/rust-lang/crates.io-index" 4929 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4930 - dependencies = [ 4931 - "cfg-if", 4932 - "cpufeatures", 4933 - "digest", 4934 - ] 4935 - 4936 - [[package]] 4937 - name = "sha2" 4938 - version = "0.10.8" 4939 - source = "registry+https://github.com/rust-lang/crates.io-index" 4940 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 4941 - dependencies = [ 4942 - "cfg-if", 4943 - "cpufeatures", 4944 - "digest", 4945 - ] 4946 - 4947 - [[package]] 4948 - name = "sharded-slab" 4949 - version = "0.1.7" 4950 - source = "registry+https://github.com/rust-lang/crates.io-index" 4951 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4952 - dependencies = [ 4953 - "lazy_static", 4954 - ] 4955 - 4956 - [[package]] 4957 - name = "shlex" 4958 - version = "1.3.0" 4959 - source = "registry+https://github.com/rust-lang/crates.io-index" 4960 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4961 - 4962 - [[package]] 4963 - name = "signal-hook-registry" 4964 - version = "1.4.2" 4965 - source = "registry+https://github.com/rust-lang/crates.io-index" 4966 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 4967 - dependencies = [ 4968 - "libc", 4969 - ] 4970 - 4971 - [[package]] 4972 - name = "simd-adler32" 4973 - version = "0.3.7" 4974 - source = "registry+https://github.com/rust-lang/crates.io-index" 4975 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 4976 - 4977 - [[package]] 4978 - name = "similar" 4979 - version = "2.6.0" 4980 - source = "registry+https://github.com/rust-lang/crates.io-index" 4981 - checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" 4982 - 4983 - [[package]] 4984 - name = "simple_asn1" 4985 - version = "0.6.2" 4986 - source = "registry+https://github.com/rust-lang/crates.io-index" 4987 - checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" 4988 - dependencies = [ 4989 - "num-bigint", 4990 - "num-traits", 4991 - "thiserror", 4992 - "time", 4993 - ] 4994 - 4995 - [[package]] 4996 - name = "slab" 4997 - version = "0.4.9" 4998 - source = "registry+https://github.com/rust-lang/crates.io-index" 4999 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 5000 - dependencies = [ 5001 - "autocfg", 5002 - ] 5003 - 5004 - [[package]] 5005 - name = "slotmap" 5006 - version = "1.0.7" 5007 - source = "registry+https://github.com/rust-lang/crates.io-index" 5008 - checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 5009 - dependencies = [ 5010 - "version_check", 5011 - ] 5012 - 5013 - [[package]] 5014 - name = "smallvec" 5015 - version = "1.13.2" 5016 - source = "registry+https://github.com/rust-lang/crates.io-index" 5017 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 5018 - 5019 - [[package]] 5020 - name = "smithay-client-toolkit" 5021 - version = "0.19.2" 5022 - source = "registry+https://github.com/rust-lang/crates.io-index" 5023 - checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016" 5024 - dependencies = [ 5025 - "bitflags 2.6.0", 5026 - "calloop", 5027 - "calloop-wayland-source", 5028 - "cursor-icon", 5029 - "libc", 5030 - "log", 5031 - "memmap2", 5032 - "rustix", 5033 - "thiserror", 5034 - "wayland-backend", 5035 - "wayland-client", 5036 - "wayland-csd-frame", 5037 - "wayland-cursor", 5038 - "wayland-protocols", 5039 - "wayland-protocols-wlr", 5040 - "wayland-scanner", 5041 - "xkeysym", 5042 - ] 5043 - 5044 - [[package]] 5045 - name = "smithay-clipboard" 5046 - version = "0.7.2" 5047 - source = "registry+https://github.com/rust-lang/crates.io-index" 5048 - checksum = "cc8216eec463674a0e90f29e0ae41a4db573ec5b56b1c6c1c71615d249b6d846" 5049 - dependencies = [ 5050 - "libc", 5051 - "smithay-client-toolkit", 5052 - "wayland-backend", 5053 - ] 5054 - 5055 - [[package]] 5056 - name = "smol_str" 5057 - version = "0.2.2" 5058 - source = "registry+https://github.com/rust-lang/crates.io-index" 5059 - checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead" 5060 - dependencies = [ 5061 - "serde", 5062 - ] 5063 - 5064 - [[package]] 5065 - name = "socket2" 5066 - version = "0.5.7" 5067 - source = "registry+https://github.com/rust-lang/crates.io-index" 5068 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 5069 - dependencies = [ 5070 - "libc", 5071 - "windows-sys 0.52.0", 5072 - ] 5073 - 5074 - [[package]] 5075 - name = "spin" 5076 - version = "0.9.8" 5077 - source = "registry+https://github.com/rust-lang/crates.io-index" 5078 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 5079 - dependencies = [ 5080 - "lock_api", 5081 - ] 5082 - 5083 - [[package]] 5084 - name = "spirv" 5085 - version = "0.3.0+sdk-1.3.268.0" 5086 - source = "registry+https://github.com/rust-lang/crates.io-index" 5087 - checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844" 5088 - dependencies = [ 5089 - "bitflags 2.6.0", 5090 - ] 5091 - 5092 - [[package]] 5093 - name = "sptr" 5094 - version = "0.3.2" 5095 - source = "registry+https://github.com/rust-lang/crates.io-index" 5096 - checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" 5097 - 5098 - [[package]] 5099 - name = "static_assertions" 5100 - version = "1.1.0" 5101 - source = "registry+https://github.com/rust-lang/crates.io-index" 5102 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 5103 - 5104 - [[package]] 5105 - name = "strength_reduce" 5106 - version = "0.2.4" 5107 - source = "registry+https://github.com/rust-lang/crates.io-index" 5108 - checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82" 5109 - 5110 - [[package]] 5111 - name = "strict-num" 5112 - version = "0.1.1" 5113 - source = "registry+https://github.com/rust-lang/crates.io-index" 5114 - checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731" 5115 - 5116 - [[package]] 5117 - name = "strsim" 5118 - version = "0.11.1" 5119 - source = "registry+https://github.com/rust-lang/crates.io-index" 5120 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 5121 - 5122 - [[package]] 5123 - name = "stub-report" 5124 - version = "0.1.0" 5125 - dependencies = [ 5126 - "anyhow", 5127 - "clap", 5128 - "ruffle_core", 5129 - ] 5130 - 5131 - [[package]] 5132 - name = "subtle" 5133 - version = "2.6.1" 5134 - source = "registry+https://github.com/rust-lang/crates.io-index" 5135 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 5136 - 5137 - [[package]] 5138 - name = "swf" 5139 - version = "0.2.1" 5140 - dependencies = [ 5141 - "bitflags 2.6.0", 5142 - "bitstream-io", 5143 - "byteorder", 5144 - "encoding_rs", 5145 - "enum-map", 5146 - "flate2", 5147 - "log", 5148 - "lzma-rs", 5149 - "num-derive", 5150 - "num-traits", 5151 - "simple_asn1", 5152 - ] 5153 - 5154 - [[package]] 5155 - name = "symphonia" 5156 - version = "0.5.4" 5157 - source = "registry+https://github.com/rust-lang/crates.io-index" 5158 - checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9" 5159 - dependencies = [ 5160 - "lazy_static", 5161 - "symphonia-bundle-mp3", 5162 - "symphonia-core", 5163 - "symphonia-metadata", 5164 - ] 5165 - 5166 - [[package]] 5167 - name = "symphonia-bundle-mp3" 5168 - version = "0.5.4" 5169 - source = "registry+https://github.com/rust-lang/crates.io-index" 5170 - checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4" 5171 - dependencies = [ 5172 - "lazy_static", 5173 - "log", 5174 - "symphonia-core", 5175 - "symphonia-metadata", 5176 - ] 5177 - 5178 - [[package]] 5179 - name = "symphonia-core" 5180 - version = "0.5.4" 5181 - source = "registry+https://github.com/rust-lang/crates.io-index" 5182 - checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3" 5183 - dependencies = [ 5184 - "arrayvec", 5185 - "bitflags 1.3.2", 5186 - "bytemuck", 5187 - "lazy_static", 5188 - "log", 5189 - ] 5190 - 5191 - [[package]] 5192 - name = "symphonia-metadata" 5193 - version = "0.5.4" 5194 - source = "registry+https://github.com/rust-lang/crates.io-index" 5195 - checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c" 5196 - dependencies = [ 5197 - "encoding_rs", 5198 - "lazy_static", 5199 - "log", 5200 - "symphonia-core", 5201 - ] 5202 - 5203 - [[package]] 5204 - name = "syn" 5205 - version = "1.0.109" 5206 - source = "registry+https://github.com/rust-lang/crates.io-index" 5207 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 5208 - dependencies = [ 5209 - "proc-macro2", 5210 - "quote", 5211 - "unicode-ident", 5212 - ] 5213 - 5214 - [[package]] 5215 - name = "syn" 5216 - version = "2.0.85" 5217 - source = "registry+https://github.com/rust-lang/crates.io-index" 5218 - checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" 5219 - dependencies = [ 5220 - "proc-macro2", 5221 - "quote", 5222 - "unicode-ident", 5223 - ] 5224 - 5225 - [[package]] 5226 - name = "sync_wrapper" 5227 - version = "1.0.1" 5228 - source = "registry+https://github.com/rust-lang/crates.io-index" 5229 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 5230 - dependencies = [ 5231 - "futures-core", 5232 - ] 5233 - 5234 - [[package]] 5235 - name = "synstructure" 5236 - version = "0.13.1" 5237 - source = "registry+https://github.com/rust-lang/crates.io-index" 5238 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 5239 - dependencies = [ 5240 - "proc-macro2", 5241 - "quote", 5242 - "syn 2.0.85", 5243 - ] 5244 - 5245 - [[package]] 5246 - name = "sys-locale" 5247 - version = "0.3.1" 5248 - source = "registry+https://github.com/rust-lang/crates.io-index" 5249 - checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0" 5250 - dependencies = [ 5251 - "libc", 5252 - ] 5253 - 5254 - [[package]] 5255 - name = "system-configuration" 5256 - version = "0.6.1" 5257 - source = "registry+https://github.com/rust-lang/crates.io-index" 5258 - checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 5259 - dependencies = [ 5260 - "bitflags 2.6.0", 5261 - "core-foundation 0.9.4", 5262 - "system-configuration-sys", 5263 - ] 5264 - 5265 - [[package]] 5266 - name = "system-configuration-sys" 5267 - version = "0.6.0" 5268 - source = "registry+https://github.com/rust-lang/crates.io-index" 5269 - checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 5270 - dependencies = [ 5271 - "core-foundation-sys", 5272 - "libc", 5273 - ] 5274 - 5275 - [[package]] 5276 - name = "tempfile" 5277 - version = "3.13.0" 5278 - source = "registry+https://github.com/rust-lang/crates.io-index" 5279 - checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 5280 - dependencies = [ 5281 - "cfg-if", 5282 - "fastrand", 5283 - "once_cell", 5284 - "rustix", 5285 - "windows-sys 0.59.0", 5286 - ] 5287 - 5288 - [[package]] 5289 - name = "termcolor" 5290 - version = "1.4.1" 5291 - source = "registry+https://github.com/rust-lang/crates.io-index" 5292 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 5293 - dependencies = [ 5294 - "winapi-util", 5295 - ] 5296 - 5297 - [[package]] 5298 - name = "tests" 5299 - version = "0.1.0" 5300 - dependencies = [ 5301 - "anyhow", 5302 - "env_logger", 5303 - "futures", 5304 - "image", 5305 - "libtest-mimic", 5306 - "regex", 5307 - "ruffle_core", 5308 - "ruffle_render_wgpu", 5309 - "ruffle_test_framework", 5310 - "tracing", 5311 - "tracing-subscriber", 5312 - "walkdir", 5313 - ] 5314 - 5315 - [[package]] 5316 - name = "thiserror" 5317 - version = "1.0.65" 5318 - source = "registry+https://github.com/rust-lang/crates.io-index" 5319 - checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" 5320 - dependencies = [ 5321 - "thiserror-impl", 5322 - ] 5323 - 5324 - [[package]] 5325 - name = "thiserror-impl" 5326 - version = "1.0.65" 5327 - source = "registry+https://github.com/rust-lang/crates.io-index" 5328 - checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" 5329 - dependencies = [ 5330 - "proc-macro2", 5331 - "quote", 5332 - "syn 2.0.85", 5333 - ] 5334 - 5335 - [[package]] 5336 - name = "thread_local" 5337 - version = "1.1.8" 5338 - source = "registry+https://github.com/rust-lang/crates.io-index" 5339 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 5340 - dependencies = [ 5341 - "cfg-if", 5342 - "once_cell", 5343 - ] 5344 - 5345 - [[package]] 5346 - name = "tiff" 5347 - version = "0.9.1" 5348 - source = "registry+https://github.com/rust-lang/crates.io-index" 5349 - checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 5350 - dependencies = [ 5351 - "flate2", 5352 - "jpeg-decoder", 5353 - "weezl", 5354 - ] 5355 - 5356 - [[package]] 5357 - name = "time" 5358 - version = "0.3.36" 5359 - source = "registry+https://github.com/rust-lang/crates.io-index" 5360 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 5361 - dependencies = [ 5362 - "deranged", 5363 - "itoa", 5364 - "libc", 5365 - "num-conv", 5366 - "num_threads", 5367 - "powerfmt", 5368 - "serde", 5369 - "time-core", 5370 - "time-macros", 5371 - ] 5372 - 5373 - [[package]] 5374 - name = "time-core" 5375 - version = "0.1.2" 5376 - source = "registry+https://github.com/rust-lang/crates.io-index" 5377 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 5378 - 5379 - [[package]] 5380 - name = "time-macros" 5381 - version = "0.2.18" 5382 - source = "registry+https://github.com/rust-lang/crates.io-index" 5383 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 5384 - dependencies = [ 5385 - "num-conv", 5386 - "time-core", 5387 - ] 5388 - 5389 - [[package]] 5390 - name = "tiny-skia" 5391 - version = "0.11.4" 5392 - source = "registry+https://github.com/rust-lang/crates.io-index" 5393 - checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" 5394 - dependencies = [ 5395 - "arrayref", 5396 - "arrayvec", 5397 - "bytemuck", 5398 - "cfg-if", 5399 - "log", 5400 - "tiny-skia-path", 5401 - ] 5402 - 5403 - [[package]] 5404 - name = "tiny-skia-path" 5405 - version = "0.11.4" 5406 - source = "registry+https://github.com/rust-lang/crates.io-index" 5407 - checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 5408 - dependencies = [ 5409 - "arrayref", 5410 - "bytemuck", 5411 - "strict-num", 5412 - ] 5413 - 5414 - [[package]] 5415 - name = "tinystr" 5416 - version = "0.7.6" 5417 - source = "registry+https://github.com/rust-lang/crates.io-index" 5418 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 5419 - dependencies = [ 5420 - "displaydoc", 5421 - ] 5422 - 5423 - [[package]] 5424 - name = "tinyvec" 5425 - version = "1.8.0" 5426 - source = "registry+https://github.com/rust-lang/crates.io-index" 5427 - checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 5428 - dependencies = [ 5429 - "tinyvec_macros", 5430 - ] 5431 - 5432 - [[package]] 5433 - name = "tinyvec_macros" 5434 - version = "0.1.1" 5435 - source = "registry+https://github.com/rust-lang/crates.io-index" 5436 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5437 - 5438 - [[package]] 5439 - name = "tokio" 5440 - version = "1.41.0" 5441 - source = "registry+https://github.com/rust-lang/crates.io-index" 5442 - checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" 5443 - dependencies = [ 5444 - "backtrace", 5445 - "bytes", 5446 - "libc", 5447 - "mio", 5448 - "pin-project-lite", 5449 - "socket2", 5450 - "tokio-macros", 5451 - "windows-sys 0.52.0", 5452 - ] 5453 - 5454 - [[package]] 5455 - name = "tokio-macros" 5456 - version = "2.4.0" 5457 - source = "registry+https://github.com/rust-lang/crates.io-index" 5458 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 5459 - dependencies = [ 5460 - "proc-macro2", 5461 - "quote", 5462 - "syn 2.0.85", 5463 - ] 5464 - 5465 - [[package]] 5466 - name = "tokio-rustls" 5467 - version = "0.26.0" 5468 - source = "registry+https://github.com/rust-lang/crates.io-index" 5469 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 5470 - dependencies = [ 5471 - "rustls", 5472 - "rustls-pki-types", 5473 - "tokio", 5474 - ] 5475 - 5476 - [[package]] 5477 - name = "tokio-util" 5478 - version = "0.7.12" 5479 - source = "registry+https://github.com/rust-lang/crates.io-index" 5480 - checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 5481 - dependencies = [ 5482 - "bytes", 5483 - "futures-core", 5484 - "futures-sink", 5485 - "pin-project-lite", 5486 - "tokio", 5487 - ] 5488 - 5489 - [[package]] 5490 - name = "toml" 5491 - version = "0.8.19" 5492 - source = "registry+https://github.com/rust-lang/crates.io-index" 5493 - checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 5494 - dependencies = [ 5495 - "serde", 5496 - "serde_spanned", 5497 - "toml_datetime", 5498 - "toml_edit", 5499 - ] 5500 - 5501 - [[package]] 5502 - name = "toml_datetime" 5503 - version = "0.6.8" 5504 - source = "registry+https://github.com/rust-lang/crates.io-index" 5505 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 5506 - dependencies = [ 5507 - "serde", 5508 - ] 5509 - 5510 - [[package]] 5511 - name = "toml_edit" 5512 - version = "0.22.22" 5513 - source = "registry+https://github.com/rust-lang/crates.io-index" 5514 - checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 5515 - dependencies = [ 5516 - "indexmap", 5517 - "serde", 5518 - "serde_spanned", 5519 - "toml_datetime", 5520 - "winnow", 5521 - ] 5522 - 5523 - [[package]] 5524 - name = "tower-service" 5525 - version = "0.3.3" 5526 - source = "registry+https://github.com/rust-lang/crates.io-index" 5527 - checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5528 - 5529 - [[package]] 5530 - name = "tracing" 5531 - version = "0.1.40" 5532 - source = "registry+https://github.com/rust-lang/crates.io-index" 5533 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 5534 - dependencies = [ 5535 - "log", 5536 - "pin-project-lite", 5537 - "tracing-attributes", 5538 - "tracing-core", 5539 - ] 5540 - 5541 - [[package]] 5542 - name = "tracing-appender" 5543 - version = "0.2.3" 5544 - source = "registry+https://github.com/rust-lang/crates.io-index" 5545 - checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" 5546 - dependencies = [ 5547 - "crossbeam-channel", 5548 - "thiserror", 5549 - "time", 5550 - "tracing-subscriber", 5551 - ] 5552 - 5553 - [[package]] 5554 - name = "tracing-attributes" 5555 - version = "0.1.27" 5556 - source = "registry+https://github.com/rust-lang/crates.io-index" 5557 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 5558 - dependencies = [ 5559 - "proc-macro2", 5560 - "quote", 5561 - "syn 2.0.85", 5562 - ] 5563 - 5564 - [[package]] 5565 - name = "tracing-core" 5566 - version = "0.1.32" 5567 - source = "registry+https://github.com/rust-lang/crates.io-index" 5568 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 5569 - dependencies = [ 5570 - "once_cell", 5571 - "valuable", 5572 - ] 5573 - 5574 - [[package]] 5575 - name = "tracing-log" 5576 - version = "0.2.0" 5577 - source = "registry+https://github.com/rust-lang/crates.io-index" 5578 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5579 - dependencies = [ 5580 - "log", 5581 - "once_cell", 5582 - "tracing-core", 5583 - ] 5584 - 5585 - [[package]] 5586 - name = "tracing-subscriber" 5587 - version = "0.3.18" 5588 - source = "registry+https://github.com/rust-lang/crates.io-index" 5589 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 5590 - dependencies = [ 5591 - "matchers", 5592 - "nu-ansi-term", 5593 - "once_cell", 5594 - "regex", 5595 - "sharded-slab", 5596 - "smallvec", 5597 - "thread_local", 5598 - "tracing", 5599 - "tracing-core", 5600 - "tracing-log", 5601 - ] 5602 - 5603 - [[package]] 5604 - name = "tracing-tracy" 5605 - version = "0.11.1" 5606 - source = "registry+https://github.com/rust-lang/crates.io-index" 5607 - checksum = "9be7f8874d6438e4263f9874c84eded5095bda795d9c7da6ea0192e1750d3ffe" 5608 - dependencies = [ 5609 - "tracing-core", 5610 - "tracing-subscriber", 5611 - "tracy-client", 5612 - ] 5613 - 5614 - [[package]] 5615 - name = "tracing-wasm" 5616 - version = "0.2.1" 5617 - source = "registry+https://github.com/rust-lang/crates.io-index" 5618 - checksum = "4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07" 5619 - dependencies = [ 5620 - "tracing", 5621 - "tracing-subscriber", 5622 - "wasm-bindgen", 5623 - ] 5624 - 5625 - [[package]] 5626 - name = "tracy-client" 5627 - version = "0.17.1" 5628 - source = "registry+https://github.com/rust-lang/crates.io-index" 5629 - checksum = "63de1e1d4115534008d8fd5788b39324d6f58fc707849090533828619351d855" 5630 - dependencies = [ 5631 - "loom", 5632 - "once_cell", 5633 - "rustc-demangle", 5634 - "tracy-client-sys", 5635 - ] 5636 - 5637 - [[package]] 5638 - name = "tracy-client-sys" 5639 - version = "0.23.0" 5640 - source = "registry+https://github.com/rust-lang/crates.io-index" 5641 - checksum = "98b98232a2447ce0a58f9a0bfb5f5e39647b5c597c994b63945fcccd1306fafb" 5642 - dependencies = [ 5643 - "cc", 5644 - ] 5645 - 5646 - [[package]] 5647 - name = "transpose" 5648 - version = "0.2.3" 5649 - source = "registry+https://github.com/rust-lang/crates.io-index" 5650 - checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e" 5651 - dependencies = [ 5652 - "num-integer", 5653 - "strength_reduce", 5654 - ] 5655 - 5656 - [[package]] 5657 - name = "try-lock" 5658 - version = "0.2.5" 5659 - source = "registry+https://github.com/rust-lang/crates.io-index" 5660 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5661 - 5662 - [[package]] 5663 - name = "ttf-parser" 5664 - version = "0.25.0" 5665 - source = "registry+https://github.com/rust-lang/crates.io-index" 5666 - checksum = "5902c5d130972a0000f60860bfbf46f7ca3db5391eddfedd1b8728bd9dc96c0e" 5667 - dependencies = [ 5668 - "core_maths", 5669 - ] 5670 - 5671 - [[package]] 5672 - name = "type-map" 5673 - version = "0.5.0" 5674 - source = "registry+https://github.com/rust-lang/crates.io-index" 5675 - checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" 5676 - dependencies = [ 5677 - "rustc-hash 1.1.0", 5678 - ] 5679 - 5680 - [[package]] 5681 - name = "typenum" 5682 - version = "1.17.0" 5683 - source = "registry+https://github.com/rust-lang/crates.io-index" 5684 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 5685 - 5686 - [[package]] 5687 - name = "uds_windows" 5688 - version = "1.1.0" 5689 - source = "registry+https://github.com/rust-lang/crates.io-index" 5690 - checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 5691 - dependencies = [ 5692 - "memoffset", 5693 - "tempfile", 5694 - "winapi", 5695 - ] 5696 - 5697 - [[package]] 5698 - name = "unic-char-property" 5699 - version = "0.9.0" 5700 - source = "registry+https://github.com/rust-lang/crates.io-index" 5701 - checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 5702 - dependencies = [ 5703 - "unic-char-range", 5704 - ] 5705 - 5706 - [[package]] 5707 - name = "unic-char-range" 5708 - version = "0.9.0" 5709 - source = "registry+https://github.com/rust-lang/crates.io-index" 5710 - checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 5711 - 5712 - [[package]] 5713 - name = "unic-common" 5714 - version = "0.9.0" 5715 - source = "registry+https://github.com/rust-lang/crates.io-index" 5716 - checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 5717 - 5718 - [[package]] 5719 - name = "unic-langid" 5720 - version = "0.9.5" 5721 - source = "registry+https://github.com/rust-lang/crates.io-index" 5722 - checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44" 5723 - dependencies = [ 5724 - "unic-langid-impl", 5725 - "unic-langid-macros", 5726 - ] 5727 - 5728 - [[package]] 5729 - name = "unic-langid-impl" 5730 - version = "0.9.5" 5731 - source = "registry+https://github.com/rust-lang/crates.io-index" 5732 - checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5" 5733 - dependencies = [ 5734 - "tinystr", 5735 - ] 5736 - 5737 - [[package]] 5738 - name = "unic-langid-macros" 5739 - version = "0.9.5" 5740 - source = "registry+https://github.com/rust-lang/crates.io-index" 5741 - checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e" 5742 - dependencies = [ 5743 - "proc-macro-hack", 5744 - "tinystr", 5745 - "unic-langid-impl", 5746 - "unic-langid-macros-impl", 5747 - ] 5748 - 5749 - [[package]] 5750 - name = "unic-langid-macros-impl" 5751 - version = "0.9.5" 5752 - source = "registry+https://github.com/rust-lang/crates.io-index" 5753 - checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b" 5754 - dependencies = [ 5755 - "proc-macro-hack", 5756 - "quote", 5757 - "syn 2.0.85", 5758 - "unic-langid-impl", 5759 - ] 5760 - 5761 - [[package]] 5762 - name = "unic-segment" 5763 - version = "0.9.0" 5764 - source = "registry+https://github.com/rust-lang/crates.io-index" 5765 - checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23" 5766 - dependencies = [ 5767 - "unic-ucd-segment", 5768 - ] 5769 - 5770 - [[package]] 5771 - name = "unic-ucd-segment" 5772 - version = "0.9.0" 5773 - source = "registry+https://github.com/rust-lang/crates.io-index" 5774 - checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700" 5775 - dependencies = [ 5776 - "unic-char-property", 5777 - "unic-char-range", 5778 - "unic-ucd-version", 5779 - ] 5780 - 5781 - [[package]] 5782 - name = "unic-ucd-version" 5783 - version = "0.9.0" 5784 - source = "registry+https://github.com/rust-lang/crates.io-index" 5785 - checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 5786 - dependencies = [ 5787 - "unic-common", 5788 - ] 5789 - 5790 - [[package]] 5791 - name = "unicode-bidi" 5792 - version = "0.3.15" 5793 - source = "registry+https://github.com/rust-lang/crates.io-index" 5794 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 5795 - 5796 - [[package]] 5797 - name = "unicode-ident" 5798 - version = "1.0.13" 5799 - source = "registry+https://github.com/rust-lang/crates.io-index" 5800 - checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 5801 - 5802 - [[package]] 5803 - name = "unicode-normalization" 5804 - version = "0.1.24" 5805 - source = "registry+https://github.com/rust-lang/crates.io-index" 5806 - checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 5807 - dependencies = [ 5808 - "tinyvec", 5809 - ] 5810 - 5811 - [[package]] 5812 - name = "unicode-segmentation" 5813 - version = "1.12.0" 5814 - source = "registry+https://github.com/rust-lang/crates.io-index" 5815 - checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 5816 - 5817 - [[package]] 5818 - name = "unicode-width" 5819 - version = "0.1.14" 5820 - source = "registry+https://github.com/rust-lang/crates.io-index" 5821 - checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 5822 - 5823 - [[package]] 5824 - name = "unicode-xid" 5825 - version = "0.2.6" 5826 - source = "registry+https://github.com/rust-lang/crates.io-index" 5827 - checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 5828 - 5829 - [[package]] 5830 - name = "untrusted" 5831 - version = "0.9.0" 5832 - source = "registry+https://github.com/rust-lang/crates.io-index" 5833 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5834 - 5835 - [[package]] 5836 - name = "url" 5837 - version = "2.5.2" 5838 - source = "registry+https://github.com/rust-lang/crates.io-index" 5839 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 5840 - dependencies = [ 5841 - "form_urlencoded", 5842 - "idna 0.5.0", 5843 - "percent-encoding", 5844 - "serde", 5845 - ] 5846 - 5847 - [[package]] 5848 - name = "urlencoding" 5849 - version = "2.1.3" 5850 - source = "registry+https://github.com/rust-lang/crates.io-index" 5851 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 5852 - 5853 - [[package]] 5854 - name = "utf8parse" 5855 - version = "0.2.2" 5856 - source = "registry+https://github.com/rust-lang/crates.io-index" 5857 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5858 - 5859 - [[package]] 5860 - name = "uuid" 5861 - version = "1.10.0" 5862 - source = "registry+https://github.com/rust-lang/crates.io-index" 5863 - checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" 5864 - 5865 - [[package]] 5866 - name = "valuable" 5867 - version = "0.1.0" 5868 - source = "registry+https://github.com/rust-lang/crates.io-index" 5869 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 5870 - 5871 - [[package]] 5872 - name = "vec_map" 5873 - version = "0.8.2" 5874 - source = "registry+https://github.com/rust-lang/crates.io-index" 5875 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 5876 - 5877 - [[package]] 5878 - name = "vergen" 5879 - version = "8.3.2" 5880 - source = "registry+https://github.com/rust-lang/crates.io-index" 5881 - checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566" 5882 - dependencies = [ 5883 - "anyhow", 5884 - "cargo_metadata", 5885 - "cfg-if", 5886 - "regex", 5887 - "rustversion", 5888 - "time", 5889 - ] 5890 - 5891 - [[package]] 5892 - name = "version_check" 5893 - version = "0.9.5" 5894 - source = "registry+https://github.com/rust-lang/crates.io-index" 5895 - checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5896 - 5897 - [[package]] 5898 - name = "vfs" 5899 - version = "0.12.0" 5900 - source = "registry+https://github.com/rust-lang/crates.io-index" 5901 - checksum = "654cd097e182a71dbf899178e6b5662c2157dd0b8afd5975de18008f6fc173d1" 5902 - dependencies = [ 5903 - "filetime", 5904 - ] 5905 - 5906 - [[package]] 5907 - name = "vswhom" 5908 - version = "0.1.0" 5909 - source = "registry+https://github.com/rust-lang/crates.io-index" 5910 - checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" 5911 - dependencies = [ 5912 - "libc", 5913 - "vswhom-sys", 5914 - ] 5915 - 5916 - [[package]] 5917 - name = "vswhom-sys" 5918 - version = "0.1.2" 5919 - source = "registry+https://github.com/rust-lang/crates.io-index" 5920 - checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18" 5921 - dependencies = [ 5922 - "cc", 5923 - "libc", 5924 - ] 5925 - 5926 - [[package]] 5927 - name = "walkdir" 5928 - version = "2.5.0" 5929 - source = "registry+https://github.com/rust-lang/crates.io-index" 5930 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5931 - dependencies = [ 5932 - "same-file", 5933 - "winapi-util", 5934 - ] 5935 - 5936 - [[package]] 5937 - name = "want" 5938 - version = "0.3.1" 5939 - source = "registry+https://github.com/rust-lang/crates.io-index" 5940 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5941 - dependencies = [ 5942 - "try-lock", 5943 - ] 5944 - 5945 - [[package]] 5946 - name = "wasi" 5947 - version = "0.11.0+wasi-snapshot-preview1" 5948 - source = "registry+https://github.com/rust-lang/crates.io-index" 5949 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 5950 - 5951 - [[package]] 5952 - name = "wasm-bindgen" 5953 - version = "0.2.95" 5954 - source = "registry+https://github.com/rust-lang/crates.io-index" 5955 - checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" 5956 - dependencies = [ 5957 - "cfg-if", 5958 - "once_cell", 5959 - "wasm-bindgen-macro", 5960 - ] 5961 - 5962 - [[package]] 5963 - name = "wasm-bindgen-backend" 5964 - version = "0.2.95" 5965 - source = "registry+https://github.com/rust-lang/crates.io-index" 5966 - checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" 5967 - dependencies = [ 5968 - "bumpalo", 5969 - "log", 5970 - "once_cell", 5971 - "proc-macro2", 5972 - "quote", 5973 - "syn 2.0.85", 5974 - "wasm-bindgen-shared", 5975 - ] 5976 - 5977 - [[package]] 5978 - name = "wasm-bindgen-futures" 5979 - version = "0.4.45" 5980 - source = "registry+https://github.com/rust-lang/crates.io-index" 5981 - checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" 5982 - dependencies = [ 5983 - "cfg-if", 5984 - "js-sys", 5985 - "wasm-bindgen", 5986 - "web-sys", 5987 - ] 5988 - 5989 - [[package]] 5990 - name = "wasm-bindgen-macro" 5991 - version = "0.2.95" 5992 - source = "registry+https://github.com/rust-lang/crates.io-index" 5993 - checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" 5994 - dependencies = [ 5995 - "quote", 5996 - "wasm-bindgen-macro-support", 5997 - ] 5998 - 5999 - [[package]] 6000 - name = "wasm-bindgen-macro-support" 6001 - version = "0.2.95" 6002 - source = "registry+https://github.com/rust-lang/crates.io-index" 6003 - checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" 6004 - dependencies = [ 6005 - "proc-macro2", 6006 - "quote", 6007 - "syn 2.0.85", 6008 - "wasm-bindgen-backend", 6009 - "wasm-bindgen-shared", 6010 - ] 6011 - 6012 - [[package]] 6013 - name = "wasm-bindgen-shared" 6014 - version = "0.2.95" 6015 - source = "registry+https://github.com/rust-lang/crates.io-index" 6016 - checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" 6017 - 6018 - [[package]] 6019 - name = "wasm-streams" 6020 - version = "0.4.2" 6021 - source = "registry+https://github.com/rust-lang/crates.io-index" 6022 - checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 6023 - dependencies = [ 6024 - "futures-util", 6025 - "js-sys", 6026 - "wasm-bindgen", 6027 - "wasm-bindgen-futures", 6028 - "web-sys", 6029 - ] 6030 - 6031 - [[package]] 6032 - name = "wayland-backend" 6033 - version = "0.3.7" 6034 - source = "registry+https://github.com/rust-lang/crates.io-index" 6035 - checksum = "056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6" 6036 - dependencies = [ 6037 - "cc", 6038 - "downcast-rs", 6039 - "rustix", 6040 - "scoped-tls", 6041 - "smallvec", 6042 - "wayland-sys", 6043 - ] 6044 - 6045 - [[package]] 6046 - name = "wayland-client" 6047 - version = "0.31.6" 6048 - source = "registry+https://github.com/rust-lang/crates.io-index" 6049 - checksum = "e3f45d1222915ef1fd2057220c1d9d9624b7654443ea35c3877f7a52bd0a5a2d" 6050 - dependencies = [ 6051 - "bitflags 2.6.0", 6052 - "rustix", 6053 - "wayland-backend", 6054 - "wayland-scanner", 6055 - ] 6056 - 6057 - [[package]] 6058 - name = "wayland-csd-frame" 6059 - version = "0.3.0" 6060 - source = "registry+https://github.com/rust-lang/crates.io-index" 6061 - checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e" 6062 - dependencies = [ 6063 - "bitflags 2.6.0", 6064 - "cursor-icon", 6065 - "wayland-backend", 6066 - ] 6067 - 6068 - [[package]] 6069 - name = "wayland-cursor" 6070 - version = "0.31.6" 6071 - source = "registry+https://github.com/rust-lang/crates.io-index" 6072 - checksum = "3a94697e66e76c85923b0d28a0c251e8f0666f58fc47d316c0f4da6da75d37cb" 6073 - dependencies = [ 6074 - "rustix", 6075 - "wayland-client", 6076 - "xcursor", 6077 - ] 6078 - 6079 - [[package]] 6080 - name = "wayland-protocols" 6081 - version = "0.32.4" 6082 - source = "registry+https://github.com/rust-lang/crates.io-index" 6083 - checksum = "2b5755d77ae9040bb872a25026555ce4cb0ae75fd923e90d25fba07d81057de0" 6084 - dependencies = [ 6085 - "bitflags 2.6.0", 6086 - "wayland-backend", 6087 - "wayland-client", 6088 - "wayland-scanner", 6089 - ] 6090 - 6091 - [[package]] 6092 - name = "wayland-protocols-plasma" 6093 - version = "0.3.4" 6094 - source = "registry+https://github.com/rust-lang/crates.io-index" 6095 - checksum = "8a0a41a6875e585172495f7a96dfa42ca7e0213868f4f15c313f7c33221a7eff" 6096 - dependencies = [ 6097 - "bitflags 2.6.0", 6098 - "wayland-backend", 6099 - "wayland-client", 6100 - "wayland-protocols", 6101 - "wayland-scanner", 6102 - ] 6103 - 6104 - [[package]] 6105 - name = "wayland-protocols-wlr" 6106 - version = "0.3.4" 6107 - source = "registry+https://github.com/rust-lang/crates.io-index" 6108 - checksum = "dad87b5fd1b1d3ca2f792df8f686a2a11e3fe1077b71096f7a175ab699f89109" 6109 - dependencies = [ 6110 - "bitflags 2.6.0", 6111 - "wayland-backend", 6112 - "wayland-client", 6113 - "wayland-protocols", 6114 - "wayland-scanner", 6115 - ] 6116 - 6117 - [[package]] 6118 - name = "wayland-scanner" 6119 - version = "0.31.5" 6120 - source = "registry+https://github.com/rust-lang/crates.io-index" 6121 - checksum = "597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3" 6122 - dependencies = [ 6123 - "proc-macro2", 6124 - "quick-xml", 6125 - "quote", 6126 - ] 6127 - 6128 - [[package]] 6129 - name = "wayland-sys" 6130 - version = "0.31.5" 6131 - source = "registry+https://github.com/rust-lang/crates.io-index" 6132 - checksum = "efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09" 6133 - dependencies = [ 6134 - "dlib", 6135 - "log", 6136 - "once_cell", 6137 - "pkg-config", 6138 - ] 6139 - 6140 - [[package]] 6141 - name = "weak-table" 6142 - version = "0.3.2" 6143 - source = "registry+https://github.com/rust-lang/crates.io-index" 6144 - checksum = "323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549" 6145 - 6146 - [[package]] 6147 - name = "web-sys" 6148 - version = "0.3.72" 6149 - source = "registry+https://github.com/rust-lang/crates.io-index" 6150 - checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" 6151 - dependencies = [ 6152 - "js-sys", 6153 - "wasm-bindgen", 6154 - ] 6155 - 6156 - [[package]] 6157 - name = "web-time" 6158 - version = "1.1.0" 6159 - source = "registry+https://github.com/rust-lang/crates.io-index" 6160 - checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 6161 - dependencies = [ 6162 - "js-sys", 6163 - "wasm-bindgen", 6164 - ] 6165 - 6166 - [[package]] 6167 - name = "webbrowser" 6168 - version = "1.0.2" 6169 - source = "registry+https://github.com/rust-lang/crates.io-index" 6170 - checksum = "2e5f07fb9bc8de2ddfe6b24a71a75430673fd679e568c48b52716cef1cfae923" 6171 - dependencies = [ 6172 - "block2", 6173 - "core-foundation 0.10.0", 6174 - "home", 6175 - "jni", 6176 - "log", 6177 - "ndk-context", 6178 - "objc2", 6179 - "objc2-foundation", 6180 - "url", 6181 - "web-sys", 6182 - ] 6183 - 6184 - [[package]] 6185 - name = "webpki-roots" 6186 - version = "0.26.6" 6187 - source = "registry+https://github.com/rust-lang/crates.io-index" 6188 - checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" 6189 - dependencies = [ 6190 - "rustls-pki-types", 6191 - ] 6192 - 6193 - [[package]] 6194 - name = "weezl" 6195 - version = "0.1.8" 6196 - source = "registry+https://github.com/rust-lang/crates.io-index" 6197 - checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 6198 - 6199 - [[package]] 6200 - name = "wgpu" 6201 - version = "22.1.0" 6202 - source = "registry+https://github.com/rust-lang/crates.io-index" 6203 - checksum = "e1d1c4ba43f80542cf63a0a6ed3134629ae73e8ab51e4b765a67f3aa062eb433" 6204 - dependencies = [ 6205 - "arrayvec", 6206 - "cfg_aliases 0.1.1", 6207 - "document-features", 6208 - "js-sys", 6209 - "log", 6210 - "naga", 6211 - "parking_lot", 6212 - "profiling", 6213 - "raw-window-handle", 6214 - "smallvec", 6215 - "static_assertions", 6216 - "wasm-bindgen", 6217 - "wasm-bindgen-futures", 6218 - "web-sys", 6219 - "wgpu-core", 6220 - "wgpu-hal", 6221 - "wgpu-types", 6222 - ] 6223 - 6224 - [[package]] 6225 - name = "wgpu-core" 6226 - version = "22.1.0" 6227 - source = "registry+https://github.com/rust-lang/crates.io-index" 6228 - checksum = "0348c840d1051b8e86c3bcd31206080c5e71e5933dabd79be1ce732b0b2f089a" 6229 - dependencies = [ 6230 - "arrayvec", 6231 - "bit-vec", 6232 - "bitflags 2.6.0", 6233 - "cfg_aliases 0.1.1", 6234 - "document-features", 6235 - "indexmap", 6236 - "log", 6237 - "naga", 6238 - "once_cell", 6239 - "parking_lot", 6240 - "profiling", 6241 - "raw-window-handle", 6242 - "rustc-hash 1.1.0", 6243 - "smallvec", 6244 - "thiserror", 6245 - "wgpu-hal", 6246 - "wgpu-types", 6247 - ] 6248 - 6249 - [[package]] 6250 - name = "wgpu-hal" 6251 - version = "22.0.0" 6252 - source = "registry+https://github.com/rust-lang/crates.io-index" 6253 - checksum = "f6bbf4b4de8b2a83c0401d9e5ae0080a2792055f25859a02bf9be97952bbed4f" 6254 - dependencies = [ 6255 - "android_system_properties", 6256 - "arrayvec", 6257 - "ash", 6258 - "bit-set", 6259 - "bitflags 2.6.0", 6260 - "block", 6261 - "cfg_aliases 0.1.1", 6262 - "core-graphics-types", 6263 - "d3d12", 6264 - "glow", 6265 - "glutin_wgl_sys", 6266 - "gpu-alloc", 6267 - "gpu-allocator", 6268 - "gpu-descriptor", 6269 - "hassle-rs", 6270 - "js-sys", 6271 - "khronos-egl", 6272 - "libc", 6273 - "libloading", 6274 - "log", 6275 - "metal", 6276 - "naga", 6277 - "ndk-sys 0.5.0+25.2.9519653", 6278 - "objc", 6279 - "once_cell", 6280 - "parking_lot", 6281 - "profiling", 6282 - "range-alloc", 6283 - "raw-window-handle", 6284 - "renderdoc-sys", 6285 - "rustc-hash 1.1.0", 6286 - "smallvec", 6287 - "thiserror", 6288 - "wasm-bindgen", 6289 - "web-sys", 6290 - "wgpu-types", 6291 - "winapi", 6292 - ] 6293 - 6294 - [[package]] 6295 - name = "wgpu-types" 6296 - version = "22.0.0" 6297 - source = "registry+https://github.com/rust-lang/crates.io-index" 6298 - checksum = "bc9d91f0e2c4b51434dfa6db77846f2793149d8e73f800fa2e41f52b8eac3c5d" 6299 - dependencies = [ 6300 - "bitflags 2.6.0", 6301 - "js-sys", 6302 - "web-sys", 6303 - ] 6304 - 6305 - [[package]] 6306 - name = "wide" 6307 - version = "0.7.28" 6308 - source = "registry+https://github.com/rust-lang/crates.io-index" 6309 - checksum = "b828f995bf1e9622031f8009f8481a85406ce1f4d4588ff746d872043e855690" 6310 - dependencies = [ 6311 - "bytemuck", 6312 - "safe_arch", 6313 - ] 6314 - 6315 - [[package]] 6316 - name = "widestring" 6317 - version = "1.1.0" 6318 - source = "registry+https://github.com/rust-lang/crates.io-index" 6319 - checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 6320 - 6321 - [[package]] 6322 - name = "winapi" 6323 - version = "0.3.9" 6324 - source = "registry+https://github.com/rust-lang/crates.io-index" 6325 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 6326 - dependencies = [ 6327 - "winapi-i686-pc-windows-gnu", 6328 - "winapi-x86_64-pc-windows-gnu", 6329 - ] 6330 - 6331 - [[package]] 6332 - name = "winapi-i686-pc-windows-gnu" 6333 - version = "0.4.0" 6334 - source = "registry+https://github.com/rust-lang/crates.io-index" 6335 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 6336 - 6337 - [[package]] 6338 - name = "winapi-util" 6339 - version = "0.1.9" 6340 - source = "registry+https://github.com/rust-lang/crates.io-index" 6341 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 6342 - dependencies = [ 6343 - "windows-sys 0.59.0", 6344 - ] 6345 - 6346 - [[package]] 6347 - name = "winapi-x86_64-pc-windows-gnu" 6348 - version = "0.4.0" 6349 - source = "registry+https://github.com/rust-lang/crates.io-index" 6350 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 6351 - 6352 - [[package]] 6353 - name = "windows" 6354 - version = "0.52.0" 6355 - source = "registry+https://github.com/rust-lang/crates.io-index" 6356 - checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 6357 - dependencies = [ 6358 - "windows-core 0.52.0", 6359 - "windows-targets 0.52.6", 6360 - ] 6361 - 6362 - [[package]] 6363 - name = "windows" 6364 - version = "0.54.0" 6365 - source = "registry+https://github.com/rust-lang/crates.io-index" 6366 - checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49" 6367 - dependencies = [ 6368 - "windows-core 0.54.0", 6369 - "windows-targets 0.52.6", 6370 - ] 6371 - 6372 - [[package]] 6373 - name = "windows-core" 6374 - version = "0.52.0" 6375 - source = "registry+https://github.com/rust-lang/crates.io-index" 6376 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 6377 - dependencies = [ 6378 - "windows-targets 0.52.6", 6379 - ] 6380 - 6381 - [[package]] 6382 - name = "windows-core" 6383 - version = "0.54.0" 6384 - source = "registry+https://github.com/rust-lang/crates.io-index" 6385 - checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65" 6386 - dependencies = [ 6387 - "windows-result 0.1.2", 6388 - "windows-targets 0.52.6", 6389 - ] 6390 - 6391 - [[package]] 6392 - name = "windows-registry" 6393 - version = "0.2.0" 6394 - source = "registry+https://github.com/rust-lang/crates.io-index" 6395 - checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 6396 - dependencies = [ 6397 - "windows-result 0.2.0", 6398 - "windows-strings", 6399 - "windows-targets 0.52.6", 6400 - ] 6401 - 6402 - [[package]] 6403 - name = "windows-result" 6404 - version = "0.1.2" 6405 - source = "registry+https://github.com/rust-lang/crates.io-index" 6406 - checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" 6407 - dependencies = [ 6408 - "windows-targets 0.52.6", 6409 - ] 6410 - 6411 - [[package]] 6412 - name = "windows-result" 6413 - version = "0.2.0" 6414 - source = "registry+https://github.com/rust-lang/crates.io-index" 6415 - checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 6416 - dependencies = [ 6417 - "windows-targets 0.52.6", 6418 - ] 6419 - 6420 - [[package]] 6421 - name = "windows-strings" 6422 - version = "0.1.0" 6423 - source = "registry+https://github.com/rust-lang/crates.io-index" 6424 - checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 6425 - dependencies = [ 6426 - "windows-result 0.2.0", 6427 - "windows-targets 0.52.6", 6428 - ] 6429 - 6430 - [[package]] 6431 - name = "windows-sys" 6432 - version = "0.45.0" 6433 - source = "registry+https://github.com/rust-lang/crates.io-index" 6434 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 6435 - dependencies = [ 6436 - "windows-targets 0.42.2", 6437 - ] 6438 - 6439 - [[package]] 6440 - name = "windows-sys" 6441 - version = "0.48.0" 6442 - source = "registry+https://github.com/rust-lang/crates.io-index" 6443 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6444 - dependencies = [ 6445 - "windows-targets 0.48.5", 6446 - ] 6447 - 6448 - [[package]] 6449 - name = "windows-sys" 6450 - version = "0.52.0" 6451 - source = "registry+https://github.com/rust-lang/crates.io-index" 6452 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6453 - dependencies = [ 6454 - "windows-targets 0.52.6", 6455 - ] 6456 - 6457 - [[package]] 6458 - name = "windows-sys" 6459 - version = "0.59.0" 6460 - source = "registry+https://github.com/rust-lang/crates.io-index" 6461 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 6462 - dependencies = [ 6463 - "windows-targets 0.52.6", 6464 - ] 6465 - 6466 - [[package]] 6467 - name = "windows-targets" 6468 - version = "0.42.2" 6469 - source = "registry+https://github.com/rust-lang/crates.io-index" 6470 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 6471 - dependencies = [ 6472 - "windows_aarch64_gnullvm 0.42.2", 6473 - "windows_aarch64_msvc 0.42.2", 6474 - "windows_i686_gnu 0.42.2", 6475 - "windows_i686_msvc 0.42.2", 6476 - "windows_x86_64_gnu 0.42.2", 6477 - "windows_x86_64_gnullvm 0.42.2", 6478 - "windows_x86_64_msvc 0.42.2", 6479 - ] 6480 - 6481 - [[package]] 6482 - name = "windows-targets" 6483 - version = "0.48.5" 6484 - source = "registry+https://github.com/rust-lang/crates.io-index" 6485 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6486 - dependencies = [ 6487 - "windows_aarch64_gnullvm 0.48.5", 6488 - "windows_aarch64_msvc 0.48.5", 6489 - "windows_i686_gnu 0.48.5", 6490 - "windows_i686_msvc 0.48.5", 6491 - "windows_x86_64_gnu 0.48.5", 6492 - "windows_x86_64_gnullvm 0.48.5", 6493 - "windows_x86_64_msvc 0.48.5", 6494 - ] 6495 - 6496 - [[package]] 6497 - name = "windows-targets" 6498 - version = "0.52.6" 6499 - source = "registry+https://github.com/rust-lang/crates.io-index" 6500 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 6501 - dependencies = [ 6502 - "windows_aarch64_gnullvm 0.52.6", 6503 - "windows_aarch64_msvc 0.52.6", 6504 - "windows_i686_gnu 0.52.6", 6505 - "windows_i686_gnullvm", 6506 - "windows_i686_msvc 0.52.6", 6507 - "windows_x86_64_gnu 0.52.6", 6508 - "windows_x86_64_gnullvm 0.52.6", 6509 - "windows_x86_64_msvc 0.52.6", 6510 - ] 6511 - 6512 - [[package]] 6513 - name = "windows_aarch64_gnullvm" 6514 - version = "0.42.2" 6515 - source = "registry+https://github.com/rust-lang/crates.io-index" 6516 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 6517 - 6518 - [[package]] 6519 - name = "windows_aarch64_gnullvm" 6520 - version = "0.48.5" 6521 - source = "registry+https://github.com/rust-lang/crates.io-index" 6522 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6523 - 6524 - [[package]] 6525 - name = "windows_aarch64_gnullvm" 6526 - version = "0.52.6" 6527 - source = "registry+https://github.com/rust-lang/crates.io-index" 6528 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6529 - 6530 - [[package]] 6531 - name = "windows_aarch64_msvc" 6532 - version = "0.42.2" 6533 - source = "registry+https://github.com/rust-lang/crates.io-index" 6534 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 6535 - 6536 - [[package]] 6537 - name = "windows_aarch64_msvc" 6538 - version = "0.48.5" 6539 - source = "registry+https://github.com/rust-lang/crates.io-index" 6540 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6541 - 6542 - [[package]] 6543 - name = "windows_aarch64_msvc" 6544 - version = "0.52.6" 6545 - source = "registry+https://github.com/rust-lang/crates.io-index" 6546 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 6547 - 6548 - [[package]] 6549 - name = "windows_i686_gnu" 6550 - version = "0.42.2" 6551 - source = "registry+https://github.com/rust-lang/crates.io-index" 6552 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 6553 - 6554 - [[package]] 6555 - name = "windows_i686_gnu" 6556 - version = "0.48.5" 6557 - source = "registry+https://github.com/rust-lang/crates.io-index" 6558 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6559 - 6560 - [[package]] 6561 - name = "windows_i686_gnu" 6562 - version = "0.52.6" 6563 - source = "registry+https://github.com/rust-lang/crates.io-index" 6564 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6565 - 6566 - [[package]] 6567 - name = "windows_i686_gnullvm" 6568 - version = "0.52.6" 6569 - source = "registry+https://github.com/rust-lang/crates.io-index" 6570 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 6571 - 6572 - [[package]] 6573 - name = "windows_i686_msvc" 6574 - version = "0.42.2" 6575 - source = "registry+https://github.com/rust-lang/crates.io-index" 6576 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 6577 - 6578 - [[package]] 6579 - name = "windows_i686_msvc" 6580 - version = "0.48.5" 6581 - source = "registry+https://github.com/rust-lang/crates.io-index" 6582 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6583 - 6584 - [[package]] 6585 - name = "windows_i686_msvc" 6586 - version = "0.52.6" 6587 - source = "registry+https://github.com/rust-lang/crates.io-index" 6588 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6589 - 6590 - [[package]] 6591 - name = "windows_x86_64_gnu" 6592 - version = "0.42.2" 6593 - source = "registry+https://github.com/rust-lang/crates.io-index" 6594 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 6595 - 6596 - [[package]] 6597 - name = "windows_x86_64_gnu" 6598 - version = "0.48.5" 6599 - source = "registry+https://github.com/rust-lang/crates.io-index" 6600 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6601 - 6602 - [[package]] 6603 - name = "windows_x86_64_gnu" 6604 - version = "0.52.6" 6605 - source = "registry+https://github.com/rust-lang/crates.io-index" 6606 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6607 - 6608 - [[package]] 6609 - name = "windows_x86_64_gnullvm" 6610 - version = "0.42.2" 6611 - source = "registry+https://github.com/rust-lang/crates.io-index" 6612 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 6613 - 6614 - [[package]] 6615 - name = "windows_x86_64_gnullvm" 6616 - version = "0.48.5" 6617 - source = "registry+https://github.com/rust-lang/crates.io-index" 6618 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6619 - 6620 - [[package]] 6621 - name = "windows_x86_64_gnullvm" 6622 - version = "0.52.6" 6623 - source = "registry+https://github.com/rust-lang/crates.io-index" 6624 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 6625 - 6626 - [[package]] 6627 - name = "windows_x86_64_msvc" 6628 - version = "0.42.2" 6629 - source = "registry+https://github.com/rust-lang/crates.io-index" 6630 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 6631 - 6632 - [[package]] 6633 - name = "windows_x86_64_msvc" 6634 - version = "0.48.5" 6635 - source = "registry+https://github.com/rust-lang/crates.io-index" 6636 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6637 - 6638 - [[package]] 6639 - name = "windows_x86_64_msvc" 6640 - version = "0.52.6" 6641 - source = "registry+https://github.com/rust-lang/crates.io-index" 6642 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6643 - 6644 - [[package]] 6645 - name = "winit" 6646 - version = "0.30.5" 6647 - source = "registry+https://github.com/rust-lang/crates.io-index" 6648 - checksum = "0be9e76a1f1077e04a411f0b989cbd3c93339e1771cb41e71ac4aee95bfd2c67" 6649 - dependencies = [ 6650 - "ahash", 6651 - "android-activity", 6652 - "atomic-waker", 6653 - "bitflags 2.6.0", 6654 - "block2", 6655 - "bytemuck", 6656 - "calloop", 6657 - "cfg_aliases 0.2.1", 6658 - "concurrent-queue", 6659 - "core-foundation 0.9.4", 6660 - "core-graphics", 6661 - "cursor-icon", 6662 - "dpi", 6663 - "js-sys", 6664 - "libc", 6665 - "memmap2", 6666 - "ndk 0.9.0", 6667 - "objc2", 6668 - "objc2-app-kit", 6669 - "objc2-foundation", 6670 - "objc2-ui-kit", 6671 - "orbclient", 6672 - "percent-encoding", 6673 - "pin-project", 6674 - "raw-window-handle", 6675 - "redox_syscall 0.4.1", 6676 - "rustix", 6677 - "sctk-adwaita", 6678 - "smithay-client-toolkit", 6679 - "smol_str", 6680 - "tracing", 6681 - "unicode-segmentation", 6682 - "wasm-bindgen", 6683 - "wasm-bindgen-futures", 6684 - "wayland-backend", 6685 - "wayland-client", 6686 - "wayland-protocols", 6687 - "wayland-protocols-plasma", 6688 - "web-sys", 6689 - "web-time", 6690 - "windows-sys 0.52.0", 6691 - "x11-dl", 6692 - "x11rb", 6693 - "xkbcommon-dl", 6694 - ] 6695 - 6696 - [[package]] 6697 - name = "winnow" 6698 - version = "0.6.18" 6699 - source = "registry+https://github.com/rust-lang/crates.io-index" 6700 - checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" 6701 - dependencies = [ 6702 - "memchr", 6703 - ] 6704 - 6705 - [[package]] 6706 - name = "winreg" 6707 - version = "0.52.0" 6708 - source = "registry+https://github.com/rust-lang/crates.io-index" 6709 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 6710 - dependencies = [ 6711 - "cfg-if", 6712 - "windows-sys 0.48.0", 6713 - ] 6714 - 6715 - [[package]] 6716 - name = "wio" 6717 - version = "0.2.2" 6718 - source = "registry+https://github.com/rust-lang/crates.io-index" 6719 - checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5" 6720 - dependencies = [ 6721 - "winapi", 6722 - ] 6723 - 6724 - [[package]] 6725 - name = "x11-dl" 6726 - version = "2.21.0" 6727 - source = "registry+https://github.com/rust-lang/crates.io-index" 6728 - checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f" 6729 - dependencies = [ 6730 - "libc", 6731 - "once_cell", 6732 - "pkg-config", 6733 - ] 6734 - 6735 - [[package]] 6736 - name = "x11rb" 6737 - version = "0.13.1" 6738 - source = "registry+https://github.com/rust-lang/crates.io-index" 6739 - checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12" 6740 - dependencies = [ 6741 - "as-raw-xcb-connection", 6742 - "gethostname", 6743 - "libc", 6744 - "libloading", 6745 - "once_cell", 6746 - "rustix", 6747 - "x11rb-protocol", 6748 - ] 6749 - 6750 - [[package]] 6751 - name = "x11rb-protocol" 6752 - version = "0.13.1" 6753 - source = "registry+https://github.com/rust-lang/crates.io-index" 6754 - checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d" 6755 - 6756 - [[package]] 6757 - name = "xcursor" 6758 - version = "0.3.8" 6759 - source = "registry+https://github.com/rust-lang/crates.io-index" 6760 - checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61" 6761 - 6762 - [[package]] 6763 - name = "xdg-home" 6764 - version = "1.3.0" 6765 - source = "registry+https://github.com/rust-lang/crates.io-index" 6766 - checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" 6767 - dependencies = [ 6768 - "libc", 6769 - "windows-sys 0.59.0", 6770 - ] 6771 - 6772 - [[package]] 6773 - name = "xkbcommon-dl" 6774 - version = "0.4.2" 6775 - source = "registry+https://github.com/rust-lang/crates.io-index" 6776 - checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5" 6777 - dependencies = [ 6778 - "bitflags 2.6.0", 6779 - "dlib", 6780 - "log", 6781 - "once_cell", 6782 - "xkeysym", 6783 - ] 6784 - 6785 - [[package]] 6786 - name = "xkeysym" 6787 - version = "0.2.1" 6788 - source = "registry+https://github.com/rust-lang/crates.io-index" 6789 - checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56" 6790 - 6791 - [[package]] 6792 - name = "xml-rs" 6793 - version = "0.8.22" 6794 - source = "registry+https://github.com/rust-lang/crates.io-index" 6795 - checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" 6796 - 6797 - [[package]] 6798 - name = "yansi" 6799 - version = "1.0.1" 6800 - source = "registry+https://github.com/rust-lang/crates.io-index" 6801 - checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 6802 - 6803 - [[package]] 6804 - name = "zbus" 6805 - version = "4.4.0" 6806 - source = "registry+https://github.com/rust-lang/crates.io-index" 6807 - checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" 6808 - dependencies = [ 6809 - "async-broadcast", 6810 - "async-executor", 6811 - "async-fs", 6812 - "async-io", 6813 - "async-lock", 6814 - "async-process", 6815 - "async-recursion", 6816 - "async-task", 6817 - "async-trait", 6818 - "blocking", 6819 - "enumflags2", 6820 - "event-listener", 6821 - "futures-core", 6822 - "futures-sink", 6823 - "futures-util", 6824 - "hex", 6825 - "nix", 6826 - "ordered-stream", 6827 - "rand", 6828 - "serde", 6829 - "serde_repr", 6830 - "sha1", 6831 - "static_assertions", 6832 - "tracing", 6833 - "uds_windows", 6834 - "windows-sys 0.52.0", 6835 - "xdg-home", 6836 - "zbus_macros", 6837 - "zbus_names", 6838 - "zvariant", 6839 - ] 6840 - 6841 - [[package]] 6842 - name = "zbus_macros" 6843 - version = "4.4.0" 6844 - source = "registry+https://github.com/rust-lang/crates.io-index" 6845 - checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" 6846 - dependencies = [ 6847 - "proc-macro-crate", 6848 - "proc-macro2", 6849 - "quote", 6850 - "syn 2.0.85", 6851 - "zvariant_utils", 6852 - ] 6853 - 6854 - [[package]] 6855 - name = "zbus_names" 6856 - version = "3.0.0" 6857 - source = "registry+https://github.com/rust-lang/crates.io-index" 6858 - checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" 6859 - dependencies = [ 6860 - "serde", 6861 - "static_assertions", 6862 - "zvariant", 6863 - ] 6864 - 6865 - [[package]] 6866 - name = "zerocopy" 6867 - version = "0.7.35" 6868 - source = "registry+https://github.com/rust-lang/crates.io-index" 6869 - checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 6870 - dependencies = [ 6871 - "byteorder", 6872 - "zerocopy-derive", 6873 - ] 6874 - 6875 - [[package]] 6876 - name = "zerocopy-derive" 6877 - version = "0.7.35" 6878 - source = "registry+https://github.com/rust-lang/crates.io-index" 6879 - checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 6880 - dependencies = [ 6881 - "proc-macro2", 6882 - "quote", 6883 - "syn 2.0.85", 6884 - ] 6885 - 6886 - [[package]] 6887 - name = "zeroize" 6888 - version = "1.8.1" 6889 - source = "registry+https://github.com/rust-lang/crates.io-index" 6890 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 6891 - 6892 - [[package]] 6893 - name = "zip" 6894 - version = "2.2.0" 6895 - source = "registry+https://github.com/rust-lang/crates.io-index" 6896 - checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494" 6897 - dependencies = [ 6898 - "arbitrary", 6899 - "crc32fast", 6900 - "crossbeam-utils", 6901 - "displaydoc", 6902 - "flate2", 6903 - "indexmap", 6904 - "memchr", 6905 - "thiserror", 6906 - "zopfli", 6907 - ] 6908 - 6909 - [[package]] 6910 - name = "zopfli" 6911 - version = "0.8.1" 6912 - source = "registry+https://github.com/rust-lang/crates.io-index" 6913 - checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946" 6914 - dependencies = [ 6915 - "bumpalo", 6916 - "crc32fast", 6917 - "lockfree-object-pool", 6918 - "log", 6919 - "once_cell", 6920 - "simd-adler32", 6921 - ] 6922 - 6923 - [[package]] 6924 - name = "zvariant" 6925 - version = "4.2.0" 6926 - source = "registry+https://github.com/rust-lang/crates.io-index" 6927 - checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" 6928 - dependencies = [ 6929 - "endi", 6930 - "enumflags2", 6931 - "serde", 6932 - "static_assertions", 6933 - "url", 6934 - "zvariant_derive", 6935 - ] 6936 - 6937 - [[package]] 6938 - name = "zvariant_derive" 6939 - version = "4.2.0" 6940 - source = "registry+https://github.com/rust-lang/crates.io-index" 6941 - checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" 6942 - dependencies = [ 6943 - "proc-macro-crate", 6944 - "proc-macro2", 6945 - "quote", 6946 - "syn 2.0.85", 6947 - "zvariant_utils", 6948 - ] 6949 - 6950 - [[package]] 6951 - name = "zvariant_utils" 6952 - version = "2.1.0" 6953 - source = "registry+https://github.com/rust-lang/crates.io-index" 6954 - checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" 6955 - dependencies = [ 6956 - "proc-macro2", 6957 - "quote", 6958 - "syn 2.0.85", 6959 - ]
···
+24 -22
pkgs/by-name/ru/ruffle/package.nix
··· 21 libxkbcommon, 22 darwin, 23 }: 24 - 25 let 26 - version = "nightly-2024-11-07"; 27 in 28 rustPlatform.buildRustPackage { 29 pname = "ruffle"; ··· 33 owner = "ruffle-rs"; 34 repo = "ruffle"; 35 rev = version; 36 - hash = "sha256-eufp3myszqguoHGYGqIpv5gMkVx1d4L/GflRgvnxPTQ="; 37 }; 38 39 nativeBuildInputs = ··· 67 68 dontWrapGApps = true; 69 70 preFixup = lib.optionalString stdenv.hostPlatform.isLinux '' 71 patchelf $out/bin/ruffle_desktop \ 72 --add-needed libxkbcommon-x11.so \ ··· 94 95 cargoBuildFlags = [ "--workspace" ]; 96 97 - cargoLock = { 98 - lockFile = ./Cargo.lock; 99 - outputHashes = { 100 - "flash-lso-0.6.0" = "sha256-dhOAnVfxZw9JaOrY17xAeN7/y/aWZP+KUoDQuCf6D3Q="; 101 - "h263-rs-0.1.0" = "sha256-dyQHnCe7LwwZYlF57sbRzir9vUavN3K8wLhwPIWlmik="; 102 - "jpegxr-0.3.1" = "sha256-aV4Qh9ea0CirWU3lScjSKi4mii0cDTnx+miTcqWzxGg="; 103 - "nellymoser-rs-0.1.2" = "sha256-66yt+CKaw/QFIPeNkZA2mb9ke64rKcAw/6k/pjNYY04="; 104 - "nihav_codec_support-0.1.0" = "sha256-HAJS4I6yyzQzCf+vmaFp1MWXpcUgFAHPxLhfMVXmN1c="; 105 - }; 106 - }; 107 108 - meta = with lib; { 109 - description = "Adobe Flash Player emulator written in the Rust programming language"; 110 homepage = "https://ruffle.rs/"; 111 - license = with licenses; [ 112 - mit 113 - asl20 114 ]; 115 - maintainers = with maintainers; [ 116 - govanify 117 - jchw 118 ]; 119 - platforms = platforms.linux ++ platforms.darwin; 120 mainProgram = "ruffle_desktop"; 121 }; 122 }
··· 21 libxkbcommon, 22 darwin, 23 }: 24 let 25 + version = "nightly-2025-01-04"; 26 in 27 rustPlatform.buildRustPackage { 28 pname = "ruffle"; ··· 32 owner = "ruffle-rs"; 33 repo = "ruffle"; 34 rev = version; 35 + hash = "sha256-MxYl5fTTNerCwG3w34cltb6aasP6TvGRkvwf77lKIgs="; 36 }; 37 38 nativeBuildInputs = ··· 66 67 dontWrapGApps = true; 68 69 + postInstall = lib.optionalString stdenv.hostPlatform.isLinux '' 70 + install -Dm644 -t $out/share/icons/hicolor/scalable/apps/ desktop/packages/linux/rs.ruffle.Ruffle.svg 71 + 72 + install -Dm644 -t $out/share/applications/ desktop/packages/linux/rs.ruffle.Ruffle.desktop 73 + substituteInPlace $out/share/applications/rs.ruffle.Ruffle.desktop \ 74 + --replace-fail "Exec=ruffle %u" "Exec=ruffle_desktop %u" 75 + 76 + install -Dm644 -t $out/share/metainfo/ desktop/packages/linux/rs.ruffle.Ruffle.metainfo.xml 77 + ''; 78 + 79 preFixup = lib.optionalString stdenv.hostPlatform.isLinux '' 80 patchelf $out/bin/ruffle_desktop \ 81 --add-needed libxkbcommon-x11.so \ ··· 103 104 cargoBuildFlags = [ "--workspace" ]; 105 106 + useFetchCargoVendor = true; 107 + cargoHash = "sha256-q+9yhUjYolPlBt6W1xJPoyE7DgqDffEhkQqJmSX4y3Y="; 108 109 + meta = { 110 + description = "Cross platform Adobe Flash Player emulator"; 111 homepage = "https://ruffle.rs/"; 112 + license = [ 113 + lib.licenses.mit 114 + lib.licenses.asl20 115 ]; 116 + maintainers = [ 117 + lib.maintainers.govanify 118 + lib.maintainers.jchw 119 + lib.maintainers.normalcea 120 ]; 121 + platforms = lib.platforms.linux ++ lib.platforms.darwin; 122 mainProgram = "ruffle_desktop"; 123 }; 124 }
+2 -2
pkgs/by-name/si/signalbackup-tools/package.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "signalbackup-tools"; 16 - version = "20250107"; 17 18 src = fetchFromGitHub { 19 owner = "bepaald"; 20 repo = "signalbackup-tools"; 21 rev = version; 22 - hash = "sha256-NXV9QK7Ssj0wXS3bjYyHtJrhZxEH3lLGIzMPEE4FLMA="; 23 }; 24 25 nativeBuildInputs = [
··· 13 14 stdenv.mkDerivation rec { 15 pname = "signalbackup-tools"; 16 + version = "20250113-1"; 17 18 src = fetchFromGitHub { 19 owner = "bepaald"; 20 repo = "signalbackup-tools"; 21 rev = version; 22 + hash = "sha256-aunXBPPWHTlgWVNwsBZAZJi+/dE/BwFC1kfBj0AXMos="; 23 }; 24 25 nativeBuildInputs = [
+3 -3
pkgs/by-name/si/sing-box/package.nix
··· 12 13 buildGoModule rec { 14 pname = "sing-box"; 15 - version = "1.10.6"; 16 17 src = fetchFromGitHub { 18 owner = "SagerNet"; 19 repo = pname; 20 rev = "v${version}"; 21 - hash = "sha256-EUH0SoAAAaepyjGasUGRtIr5VXboYPTO3/kaW2hG0xc="; 22 }; 23 24 - vendorHash = "sha256-8pkg/tAAKagVsq+EjzzdqeaUiZYVc7MkVdd7zr4b7xY="; 25 26 tags = [ 27 "with_quic"
··· 12 13 buildGoModule rec { 14 pname = "sing-box"; 15 + version = "1.10.7"; 16 17 src = fetchFromGitHub { 18 owner = "SagerNet"; 19 repo = pname; 20 rev = "v${version}"; 21 + hash = "sha256-+0wzCFeQ0ZdjYKGQQcwBOAj3bGRHOaHeFMMg/hyXDGQ="; 22 }; 23 24 + vendorHash = "sha256-Z3SGEDphy4U+AJzI7QSTEWG/T+U/FwTlP/zJN/mBAL0="; 25 26 tags = [ 27 "with_quic"
+2 -2
pkgs/by-name/sn/snowmachine/package.nix
··· 6 7 python3Packages.buildPythonApplication rec { 8 pname = "snowmachine"; 9 - version = "2.0.1"; 10 pyproject = true; 11 12 src = fetchPypi { 13 inherit pname version; 14 - hash = "sha256:119e6da12f430af1519f1a9f091b77b7676c7a9dbeaab6616cb196fe793d8e61"; 15 }; 16 17 propagatedBuildInputs = with python3Packages; [
··· 6 7 python3Packages.buildPythonApplication rec { 8 pname = "snowmachine"; 9 + version = "2.0.2"; 10 pyproject = true; 11 12 src = fetchPypi { 13 inherit pname version; 14 + hash = "sha256-GhCfiMPEYa9EGCyVDncqKtLKpSN0SwIQ0XnmGEXBQ5I="; 15 }; 16 17 propagatedBuildInputs = with python3Packages; [
+2 -2
pkgs/by-name/sq/sqldef/package.nix
··· 6 7 buildGoModule rec { 8 pname = "sqldef"; 9 - version = "0.17.25"; 10 11 src = fetchFromGitHub { 12 owner = "sqldef"; 13 repo = "sqldef"; 14 rev = "v${version}"; 15 - hash = "sha256-lJZbSAh5wjC51EhXc1v0flxQmBGrAQkpBbYNApxeDMo="; 16 }; 17 18 proxyVendor = true;
··· 6 7 buildGoModule rec { 8 pname = "sqldef"; 9 + version = "0.17.27"; 10 11 src = fetchFromGitHub { 12 owner = "sqldef"; 13 repo = "sqldef"; 14 rev = "v${version}"; 15 + hash = "sha256-h0WOd3w6G9jmdhKzfD0AtdTzeLZgEPQ9LPlbIsASm34="; 16 }; 17 18 proxyVendor = true;
+28
pkgs/by-name/sr/srec2bin/package.nix
···
··· 1 + { 2 + fetchFromGitHub, 3 + lib, 4 + stdenv, 5 + }: 6 + 7 + stdenv.mkDerivation (finalAttrs: { 8 + pname = "srec2bin"; 9 + version = "1.51"; 10 + 11 + src = fetchFromGitHub { 12 + owner = "srec2bin"; 13 + repo = "srec"; 14 + tag = "V${finalAttrs.version}"; 15 + hash = "sha256-akExYUp59Y0XA/MWif+/agz7DcsY/8Y6UI7jt/qMdwk="; 16 + }; 17 + 18 + patches = [ ./package.patch ]; # upstream builds for windows 19 + 20 + meta = { 21 + description = "Tool for converting Motorola S-Record file into a binary image"; 22 + homepage = "https://github.com/srec2bin/srec"; 23 + license = lib.licenses.gpl3Only; 24 + platforms = lib.platforms.unix; 25 + maintainers = with lib.maintainers; [ KSJ2000 ]; 26 + mainProgram = "srec2bin"; 27 + }; 28 + })
+31
pkgs/by-name/sr/srec2bin/package.patch
···
··· 1 + diff --git a/Makefile b/Makefile 2 + index 56bbd49..23164ce 100644 3 + --- a/Makefile 4 + +++ b/Makefile 5 + @@ -4,12 +4,12 @@ CFLAGS = -c -Wall -O2 -MMD 6 + LDFLAGS = -fno-exceptions -s 7 + 8 + MAKEFLAGS += -s 9 + - 10 + -ifeq ($(OS), Windows_NT) 11 + - CC = mingw32-gcc 12 + - EXE_SUFFIX = .exe 13 + -else 14 + +UNAME := $(shell uname -s) 15 + +EXE_SUFFIX = "" 16 + +ifeq ($(UNAME), Linux) 17 + CC = gcc 18 + +else ifeq ($(UNAME), Darwin) 19 + + CC = clang 20 + endif 21 + 22 + LD = $(CC) 23 + @@ -59,4 +59,6 @@ clean: 24 + -$(RM) $(RULES) 25 + -$(RM) $(BIN2SREC_EXE) $(SREC2BIN_EXE) $(BINSPLIT_EXE) 26 + 27 + --include $(RULES) 28 + \ No newline at end of file 29 + +-include $(RULES) 30 + +install: 31 + + install -Dm755 $(BIN2SREC_EXE) $(SREC2BIN_EXE) $(BINSPLIT_EXE) -t $(out)/bin
+5
pkgs/by-name/th/the-unarchiver/info.json
···
··· 1 + { 2 + "version": "4.3.8", 3 + "url": "https://dl.devmate.com/com.macpaw.site.theunarchiver/146/1715865652/TheUnarchiver-146.zip", 4 + "hash": "sha256-VcgNT7z7KtdAZxya8DS4Kuk323AAh3Mv/2L7LpUS2NU=" 5 + }
+41
pkgs/by-name/th/the-unarchiver/package.nix
···
··· 1 + { 2 + lib, 3 + stdenvNoCC, 4 + fetchurl, 5 + unzip, 6 + }: 7 + let 8 + info = lib.importJSON ./info.json; 9 + in 10 + stdenvNoCC.mkDerivation (finalAttrs: { 11 + pname = "the-unarchiver"; 12 + inherit (info) version; 13 + 14 + src = fetchurl { inherit (info) url hash; }; 15 + 16 + sourceRoot = "."; 17 + nativeBuildInputs = [ unzip ]; 18 + 19 + installPhase = '' 20 + runHook preInstall 21 + 22 + mkdir -p $out/Applications 23 + mv "The Unarchiver.app" $out/Applications 24 + 25 + runHook postInstall 26 + ''; 27 + 28 + passthru.updateScript = ./update/update.mjs; 29 + 30 + meta = { 31 + description = "Unpacks archive files"; 32 + homepage = "https://theunarchiver.com/"; 33 + license = lib.licenses.unfree; 34 + maintainers = with lib.maintainers; [ xiaoxiangmoe ]; 35 + platforms = [ 36 + "aarch64-darwin" 37 + "x86_64-darwin" 38 + ]; 39 + sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; 40 + }; 41 + })
+9
pkgs/by-name/th/the-unarchiver/update/jsconfig.json
···
··· 1 + { 2 + "compilerOptions": { 3 + "allowJs": true, 4 + "checkJs": true, 5 + "module": "NodeNext", 6 + "noEmit": true, 7 + "strict": true 8 + } 9 + }
+103
pkgs/by-name/th/the-unarchiver/update/update.mjs
···
··· 1 + #!/usr/bin/env nix-shell 2 + /* 3 + #!nix-shell -i node --pure --packages cacert nodejs yq-go nix 4 + */ 5 + import * as assert from "node:assert/strict"; 6 + import * as child_process from "node:child_process"; 7 + import * as fsPromises from "node:fs/promises"; 8 + import * as path from "node:path"; 9 + 10 + const __dirname = import.meta.dirname; 11 + 12 + /** @typedef {{ 13 + rss: { 14 + channel: { 15 + item: Array<{ 16 + pubDate: string; 17 + enclosure: { 18 + "+@url": string; 19 + "+@length": string; 20 + "+@type": string; 21 + "+@sparkle:version": string; 22 + "+@sparkle:shortVersionString": string; 23 + }; 24 + }> 25 + } 26 + } 27 + }} UpdatesXmlInfo */ 28 + 29 + /** @typedef {{ 30 + version: string; 31 + url: string; 32 + hash: string; 33 + }} Info */ 34 + 35 + const UPDATE_URL = 36 + "https://updateinfo.devmate.com/com.macpaw.site.theunarchiver/updates.xml"; 37 + 38 + async function main() { 39 + const filePath = path.join(__dirname, "../info.json"); 40 + /** @type {Info} */ 41 + const oldInfo = JSON.parse( 42 + await fsPromises.readFile(filePath, { encoding: "utf-8" }) 43 + ); 44 + 45 + const response = await fetch(UPDATE_URL); 46 + assert.ok(response.ok, `Failed to fetch ${UPDATE_URL}`); 47 + /** @type {UpdatesXmlInfo} */ 48 + const updatesXmlInfo = JSON.parse( 49 + child_process 50 + .execSync(`yq eval --input-format=xml --output-format=json`, { 51 + input: Buffer.from(await response.arrayBuffer()), 52 + }) 53 + .toString() 54 + ); 55 + const items = updatesXmlInfo?.rss?.channel?.item; 56 + assert.ok(Array.isArray(items), "items is required"); 57 + const item = items.sort( 58 + (a, b) => new Date(b.pubDate).getTime() - new Date(a.pubDate).getTime() 59 + )[0]; 60 + const { 61 + "+@url": url, 62 + "+@sparkle:shortVersionString": version, 63 + "+@length": fileSize, 64 + } = item.enclosure; 65 + assert.ok(url, "url is required"); 66 + assert.ok(version, "version is required"); 67 + assert.ok(fileSize, "fileSize is required"); 68 + 69 + if (oldInfo.url === url && oldInfo.version === version) { 70 + console.log("[update] No updates found"); 71 + return; 72 + } 73 + 74 + const [prefetchHash, prefetchStorePath] = child_process 75 + .execSync(`nix-prefetch-url --print-path ${url}`) 76 + .toString() 77 + .split("\n"); 78 + 79 + const downloadedFileSize = (await fsPromises.stat(prefetchStorePath)).size; 80 + if (Number(fileSize) !== downloadedFileSize) { 81 + console.error( 82 + `File size mismatch: expected ${fileSize}, got ${downloadedFileSize}` 83 + ); 84 + process.exit(1); 85 + } 86 + const hash = child_process 87 + .execSync(`nix hash convert --hash-algo sha256 --to sri ${prefetchHash}`) 88 + .toString() 89 + .trim(); 90 + /** @type {Info} */ 91 + const info = { 92 + version, 93 + url, 94 + hash, 95 + }; 96 + console.log(`[update] Updating Notion ${oldInfo.version} -> ${info.version}`); 97 + await fsPromises.writeFile(filePath, JSON.stringify(info, null, 2) + "\n", { 98 + encoding: "utf-8", 99 + }); 100 + console.log("[update] Updating Notion complete"); 101 + } 102 + 103 + main();
+3 -3
pkgs/by-name/tr/trivy/package.nix
··· 11 12 buildGoModule rec { 13 pname = "trivy"; 14 - version = "0.58.1"; 15 16 src = fetchFromGitHub { 17 owner = "aquasecurity"; 18 repo = "trivy"; 19 tag = "v${version}"; 20 - hash = "sha256-YKeNIi6PBIfzd/Kuv5cgxeAEbqfFXWwmK9JTOBsRLsw="; 21 }; 22 23 # Hash mismatch on across Linux and Darwin 24 proxyVendor = true; 25 26 - vendorHash = "sha256-e5tNyV5EHYlXS0EPvEEjHEOaH/jY8yQ8hT7vK8FOvkI="; 27 28 subPackages = [ "cmd/trivy" ]; 29
··· 11 12 buildGoModule rec { 13 pname = "trivy"; 14 + version = "0.58.2"; 15 16 src = fetchFromGitHub { 17 owner = "aquasecurity"; 18 repo = "trivy"; 19 tag = "v${version}"; 20 + hash = "sha256-td0FYnrfq+bBpH3YdNbLJp3MG6hiGD5fU77+sO6HP9k="; 21 }; 22 23 # Hash mismatch on across Linux and Darwin 24 proxyVendor = true; 25 26 + vendorHash = "sha256-6RUPSYSvhGqtnX/eeOtIdBZVsv+faGOimYt74f598qM="; 27 28 subPackages = [ "cmd/trivy" ]; 29
+3 -3
pkgs/by-name/un/unhide-gui/package.nix
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "unhide-gui"; 10 - version = "20220611"; 11 format = "other"; 12 13 src = fetchFromGitHub { 14 owner = "YJesus"; 15 repo = "Unhide"; 16 - rev = "v${version}"; 17 - hash = "sha256-v4otbDhKKRLywH6aP+mbMR0olHbW+jk4TXTBY+iaxdo="; 18 }; 19 20 propagatedBuildInputs = with python3Packages; [ tkinter ];
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "unhide-gui"; 10 + version = "20240510"; 11 format = "other"; 12 13 src = fetchFromGitHub { 14 owner = "YJesus"; 15 repo = "Unhide"; 16 + tag = "v${version}"; 17 + hash = "sha256-CcS/rR/jPgbcF09aM4l6z52kwFhdQI1VZOyDF2/X6Us="; 18 }; 19 20 propagatedBuildInputs = with python3Packages; [ tkinter ];
+3 -3
pkgs/by-name/us/usql/package.nix
··· 11 12 buildGoModule rec { 13 pname = "usql"; 14 - version = "0.19.15"; 15 16 src = fetchFromGitHub { 17 owner = "xo"; 18 repo = "usql"; 19 rev = "v${version}"; 20 - hash = "sha256-sZre2hMJvUyAmsTeXXzwQZhLzZUTx3eFmi7mGHHTAkk="; 21 }; 22 23 buildInputs = [ ··· 25 icu 26 ]; 27 28 - vendorHash = "sha256-DpqQK6PQaqNYaLL0SsWLyKy8xFZdsYk9RjRx3178g7U="; 29 proxyVendor = true; 30 31 # Exclude drivers from the bad group
··· 11 12 buildGoModule rec { 13 pname = "usql"; 14 + version = "0.19.16"; 15 16 src = fetchFromGitHub { 17 owner = "xo"; 18 repo = "usql"; 19 rev = "v${version}"; 20 + hash = "sha256-zV/6AIglY1tEeOe2bYZqpOOkuS8O+YklXkwsDidap0U="; 21 }; 22 23 buildInputs = [ ··· 25 icu 26 ]; 27 28 + vendorHash = "sha256-NTbsyoKL5lyY7sUjmKFGH1USCGa1EwtjWOhxQEohQr4="; 29 proxyVendor = true; 30 31 # Exclude drivers from the bad group
+2 -2
pkgs/by-name/vp/vpl-gpu-rt/package.nix
··· 9 10 stdenv.mkDerivation rec { 11 pname = "vpl-gpu-rt"; 12 - version = "24.4.4"; 13 14 outputs = [ "out" "dev" ]; 15 ··· 17 owner = "intel"; 18 repo = "vpl-gpu-rt"; 19 rev = "intel-onevpl-${version}"; 20 - hash = "sha256-5xtF+8ffHkuGADmeb+ltYuypKp4g3EawwtH2GDLrBco="; 21 }; 22 23 nativeBuildInputs = [ cmake pkg-config ];
··· 9 10 stdenv.mkDerivation rec { 11 pname = "vpl-gpu-rt"; 12 + version = "25.1.0"; 13 14 outputs = [ "out" "dev" ]; 15 ··· 17 owner = "intel"; 18 repo = "vpl-gpu-rt"; 19 rev = "intel-onevpl-${version}"; 20 + hash = "sha256-J3yp9KbAmXVE0jhFcNkEIsPdMe/LsWxLes3zC56FS08="; 21 }; 22 23 nativeBuildInputs = [ cmake pkg-config ];
+38 -9
pkgs/by-name/wa/waypipe/package.nix
··· 1 { 2 lib, 3 - stdenv, 4 fetchFromGitLab, 5 meson, 6 ninja, 7 pkg-config, 8 scdoc, 9 - libgbm, 10 lz4, 11 zstd, 12 ffmpeg, 13 libva, 14 wayland, 15 wayland-scanner, 16 }: 17 - 18 - stdenv.mkDerivation rec { 19 pname = "waypipe"; 20 - version = "0.9.2"; 21 22 src = fetchFromGitLab { 23 domain = "gitlab.freedesktop.org"; 24 owner = "mstoeckl"; 25 repo = "waypipe"; 26 - rev = "v${version}"; 27 - hash = "sha256-DW+WWwuav0lxnoV55L8RrX0enRURRnHMljtwEC0+9t4="; 28 }; 29 30 strictDeps = true; 31 depsBuildBuild = [ pkg-config ]; 32 nativeBuildInputs = [ 33 meson 34 ninja 35 pkg-config 36 scdoc 37 wayland-scanner 38 ]; 39 buildInputs = [ 40 # Optional dependencies: 41 - libgbm 42 lz4 43 zstd 44 ffmpeg 45 libva 46 - 47 wayland 48 ]; 49 50 meta = with lib; {
··· 1 { 2 lib, 3 + rustPlatform, 4 fetchFromGitLab, 5 meson, 6 ninja, 7 pkg-config, 8 scdoc, 9 + mesa, 10 lz4, 11 zstd, 12 ffmpeg, 13 libva, 14 + cargo, 15 + rustc, 16 + git, 17 + vulkan-headers, 18 + vulkan-loader, 19 + shaderc, 20 + vulkan-tools, 21 + llvmPackages, 22 + autoPatchelfHook, 23 wayland, 24 wayland-scanner, 25 + rust-bindgen, 26 + egl-wayland, 27 }: 28 + llvmPackages.stdenv.mkDerivation rec { 29 pname = "waypipe"; 30 + version = "0.10.0"; 31 32 src = fetchFromGitLab { 33 domain = "gitlab.freedesktop.org"; 34 owner = "mstoeckl"; 35 repo = "waypipe"; 36 + tag = "v${version}"; 37 + hash = "sha256-OV0FHieHce83W2O379VpGmUMrtID7NdtIrxIe+IJfF0="; 38 + }; 39 + cargoDeps = rustPlatform.fetchCargoTarball { 40 + inherit pname version src; 41 + hash = "sha256-pC1m1P4wJOT3jARGlpc86u7GdyPXX+YHsFLOcWRqdxI="; 42 }; 43 44 strictDeps = true; 45 + LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib"; 46 depsBuildBuild = [ pkg-config ]; 47 nativeBuildInputs = [ 48 meson 49 ninja 50 pkg-config 51 scdoc 52 + cargo 53 + git 54 + vulkan-headers 55 + vulkan-loader 56 + shaderc 57 + rustc 58 wayland-scanner 59 + rustPlatform.cargoSetupHook 60 + autoPatchelfHook 61 + rust-bindgen 62 ]; 63 buildInputs = [ 64 # Optional dependencies: 65 + mesa 66 lz4 67 zstd 68 ffmpeg 69 libva 70 + vulkan-headers 71 + ]; 72 + runtimeDependencies = [ 73 + vulkan-tools 74 + vulkan-loader 75 wayland 76 + egl-wayland 77 ]; 78 79 meta = with lib; {
-39
pkgs/by-name/ws/wslu/fix-desktop-item.patch
··· 1 - From f63028c5712a89cb310165cde9701538fa85ce46 Mon Sep 17 00:00:00 2001 2 - From: =?UTF-8?q?=C3=A9clairevoyant?= 3 - <848000+eclairevoyant@users.noreply.github.com> 4 - Date: Wed, 6 Mar 2024 06:09:44 -0500 5 - Subject: [PATCH] fix desktop item 6 - 7 - --- 8 - Makefile | 1 - 9 - src/etc/wslview.desktop | 2 +- 10 - 2 files changed, 1 insertion(+), 2 deletions(-) 11 - 12 - diff --git a/Makefile b/Makefile 13 - index 2399009..e823882 100644 14 - --- a/Makefile 15 - +++ b/Makefile 16 - @@ -59,7 +59,6 @@ res_install: 17 - install -Dm 644 src/etc/*.ps1 -t $(DESTDIR)$(PREFIX)/share/wslu 18 - install -Dm 644 src/etc/*.ico -t $(DESTDIR)$(PREFIX)/share/wslu 19 - install -Dm 755 src/etc/*.sh -t $(DESTDIR)$(PREFIX)/share/wslu 20 - - install -Dm 644 src/etc/*.desktop $(DESTDIR)$(PREFIX)/share/wslu 21 - install -Dm 644 src/etc/conf $(DESTDIR)$(PREFIX)/share/wslu 22 - 23 - conf_install: 24 - diff --git a/src/etc/wslview.desktop b/src/etc/wslview.desktop 25 - index ebb84b6..235a365 100644 26 - --- a/src/etc/wslview.desktop 27 - +++ b/src/etc/wslview.desktop 28 - @@ -2,7 +2,7 @@ 29 - Name=WSLView 30 - Comment=Open files and addresses in Windows 31 - Icon=windows 32 - -Exec=/usr/bin/wslview %U 33 - +Exec=wslview %U 34 - Terminal=false 35 - Type=Application 36 - Categories=Utility; 37 - -- 38 - 2.43.1 39 -
···
+4 -5
pkgs/by-name/ws/wslu/package.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "wslu"; 10 - version = "4.1.3"; 11 12 src = fetchFromGitHub { 13 owner = "wslutilities"; 14 repo = "wslu"; 15 rev = "v${version}"; 16 - hash = "sha256-lyJk8nOADq+s7GkZXsd1T4ilrDzMRsoALOesG8NxYK8="; 17 }; 18 19 nativeBuildInputs = [ copyDesktopItems ]; 20 21 patches = [ 22 ./fallback-conf-nix-store.diff 23 - ./fix-desktop-item.patch 24 ]; 25 26 postPatch = '' 27 substituteInPlace src/wslu-header \ 28 --subst-var out 29 ''; 30 31 makeFlags = [ 32 "DESTDIR=$(out)" 33 "PREFIX=" 34 ]; 35 - 36 - desktopItems = [ "src/etc/wslview.desktop" ]; 37 38 meta = with lib; { 39 description = "Collection of utilities for Windows Subsystem for Linux";
··· 7 8 stdenv.mkDerivation rec { 9 pname = "wslu"; 10 + version = "4.1.4"; 11 12 src = fetchFromGitHub { 13 owner = "wslutilities"; 14 repo = "wslu"; 15 rev = "v${version}"; 16 + hash = "sha256-ssiwYkQg2rOirC/ZZVq2bJm4Ggc364uRkoS2y365Eb0="; 17 }; 18 19 nativeBuildInputs = [ copyDesktopItems ]; 20 21 patches = [ 22 ./fallback-conf-nix-store.diff 23 ]; 24 25 postPatch = '' 26 substituteInPlace src/wslu-header \ 27 --subst-var out 28 + substituteInPlace src/etc/wslview.desktop \ 29 + --replace-fail /usr/bin/wslview wslview 30 ''; 31 32 makeFlags = [ 33 "DESTDIR=$(out)" 34 "PREFIX=" 35 ]; 36 37 meta = with lib; { 38 description = "Collection of utilities for Windows Subsystem for Linux";
+2 -2
pkgs/desktops/lomiri/data/lomiri-sounds/default.nix
··· 9 10 stdenvNoCC.mkDerivation (finalAttrs: { 11 pname = "lomiri-sounds"; 12 - version = "22.02"; 13 14 src = fetchFromGitLab { 15 owner = "ubports"; 16 repo = "development/core/lomiri-sounds"; 17 rev = finalAttrs.version; 18 - hash = "sha256-t9JYxrJ5ICslxidHmbD1wa6n7XZMf2a+PgMLcwgsDvU="; 19 }; 20 21 postPatch = ''
··· 9 10 stdenvNoCC.mkDerivation (finalAttrs: { 11 pname = "lomiri-sounds"; 12 + version = "25.01"; 13 14 src = fetchFromGitLab { 15 owner = "ubports"; 16 repo = "development/core/lomiri-sounds"; 17 rev = finalAttrs.version; 18 + hash = "sha256-j4OUwE1z++rLsg5y2YvZktFQfOys3QjoE8Ravd1JFVA="; 19 }; 20 21 postPatch = ''
+2 -2
pkgs/desktops/lomiri/services/hfd-service/default.nix
··· 17 18 stdenv.mkDerivation (finalAttrs: { 19 pname = "hfd-service"; 20 - version = "0.2.2"; 21 22 src = fetchFromGitLab { 23 owner = "ubports"; 24 repo = "development/core/hfd-service"; 25 rev = finalAttrs.version; 26 - hash = "sha256-OpT1vNjnyq66v54EoGOZOUb4HECD4WRJRh9hYMB0GI0="; 27 }; 28 29 postPatch = ''
··· 17 18 stdenv.mkDerivation (finalAttrs: { 19 pname = "hfd-service"; 20 + version = "0.2.3"; 21 22 src = fetchFromGitLab { 23 owner = "ubports"; 24 repo = "development/core/hfd-service"; 25 rev = finalAttrs.version; 26 + hash = "sha256-PvZPdisqpKl9OSuQXIJW1y6EJ5moesJiEAQjpQjzyWQ="; 27 }; 28 29 postPatch = ''
+5 -5
pkgs/development/compilers/kotlin/native.nix
··· 8 9 stdenv.mkDerivation rec { 10 pname = "kotlin-native"; 11 - version = "1.9.24"; 12 13 src = 14 let ··· 22 23 getUrl = 24 version: arch: 25 - "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-native-${arch}-${version}.tar.gz"; 26 27 getHash = 28 arch: 29 { 30 - "macos-aarch64" = "sha256-RGXi2SyUviH9HdMApSoBJfEdeOfnssaTnWldvGJ6ysY="; 31 - "macos-x86_64" = "sha256-eDwbmVV0jLN5REb3D5JfDbjzUuZujxA2puw75Te1aFs="; 32 - "linux-x86_64" = "sha256-sEvljAwLSzBxUxxpRAPxtlDnKlwH4FGQTDaQI+XcGaE="; 33 } 34 .${arch}; 35 in
··· 8 9 stdenv.mkDerivation rec { 10 pname = "kotlin-native"; 11 + version = "2.1.0"; 12 13 src = 14 let ··· 22 23 getUrl = 24 version: arch: 25 + "https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-native-prebuilt-${arch}-${version}.tar.gz"; 26 27 getHash = 28 arch: 29 { 30 + "macos-aarch64" = "sha256-FHXR5XA7B/fqox2GTIkCJ6BIaSKoufLY0yMLe2ZmoqM="; 31 + "macos-x86_64" = "sha256-qXAnTdF9dkojOzb+vV08fZYYJUnQ43y8Yo0SxL6n2Ac="; 32 + "linux-x86_64" = "sha256-5aAqD/ru6OGWitm+QGouXMNIc4xV8o4ltLWPc29t8P4="; 33 } 34 .${arch}; 35 in
+1 -1
pkgs/development/ocaml-modules/lablgtk3/default.nix
··· 13 version = "3.1.5"; 14 pname = "lablgtk3"; 15 16 - minimalOCamlVersion = "4.05"; 17 18 src = fetchurl { 19 url = "https://github.com/garrigue/lablgtk/releases/download/${version}/lablgtk3-${version}.tbz";
··· 13 version = "3.1.5"; 14 pname = "lablgtk3"; 15 16 + minimalOCamlVersion = "4.06"; 17 18 src = fetchurl { 19 url = "https://github.com/garrigue/lablgtk/releases/download/${version}/lablgtk3-${version}.tbz";
+8 -2
pkgs/development/ocaml-modules/labltk/default.nix
··· 1 { 2 stdenv, 3 lib, 4 makeWrapper, 5 fetchzip, ··· 11 }: 12 13 let 14 params = 15 let 16 mkNewParam = ··· 18 version, 19 sha256, 20 rev ? version, 21 }: 22 { 23 - inherit version; 24 src = fetchzip { 25 url = "https://github.com/garrigue/labltk/archive/${rev}.tar.gz"; 26 inherit sha256; ··· 32 version = "8.06.4"; 33 rev = "labltk-8.06.4"; 34 sha256 = "03xwnnnahb2rf4siymzqyqy8zgrx3h26qxjgbp5dh1wdl7n02c7g"; 35 }; 36 "4.07" = mkNewParam { 37 version = "8.06.5"; 38 rev = "1b71e2c6f3ae6847d3d5e79bf099deb7330fb419"; 39 sha256 = "02vchmrm3izrk7daldd22harhgrjhmbw6i1pqw6hmfmrmrypypg2"; 40 }; 41 _8_06_7 = mkNewParam { 42 version = "8.06.7"; 43 sha256 = "1cqnxjv2dvw9csiz4iqqyx6rck04jgylpglk8f69kgybf7k7xk2h"; 44 }; 45 "4.08" = _8_06_7; 46 "4.09" = _8_06_7; ··· 78 or (throw "labltk is not available for OCaml ${ocaml.version}"); 79 in 80 81 - stdenv.mkDerivation rec { 82 inherit (param) version src; 83 pname = "ocaml${ocaml.version}-labltk"; 84
··· 1 { 2 stdenv, 3 + gcc13Stdenv, 4 lib, 5 makeWrapper, 6 fetchzip, ··· 12 }: 13 14 let 15 + defaultStdenv = stdenv; 16 params = 17 let 18 mkNewParam = ··· 20 version, 21 sha256, 22 rev ? version, 23 + stdenv ? defaultStdenv, 24 }: 25 { 26 + inherit stdenv version; 27 src = fetchzip { 28 url = "https://github.com/garrigue/labltk/archive/${rev}.tar.gz"; 29 inherit sha256; ··· 35 version = "8.06.4"; 36 rev = "labltk-8.06.4"; 37 sha256 = "03xwnnnahb2rf4siymzqyqy8zgrx3h26qxjgbp5dh1wdl7n02c7g"; 38 + stdenv = gcc13Stdenv; 39 }; 40 "4.07" = mkNewParam { 41 version = "8.06.5"; 42 rev = "1b71e2c6f3ae6847d3d5e79bf099deb7330fb419"; 43 sha256 = "02vchmrm3izrk7daldd22harhgrjhmbw6i1pqw6hmfmrmrypypg2"; 44 + stdenv = gcc13Stdenv; 45 }; 46 _8_06_7 = mkNewParam { 47 version = "8.06.7"; 48 sha256 = "1cqnxjv2dvw9csiz4iqqyx6rck04jgylpglk8f69kgybf7k7xk2h"; 49 + stdenv = gcc13Stdenv; 50 }; 51 "4.08" = _8_06_7; 52 "4.09" = _8_06_7; ··· 84 or (throw "labltk is not available for OCaml ${ocaml.version}"); 85 in 86 87 + param.stdenv.mkDerivation rec { 88 inherit (param) version src; 89 pname = "ocaml${ocaml.version}-labltk"; 90
+1 -1
pkgs/development/ocaml-modules/linenoise/default.nix
··· 9 pname = "linenoise"; 10 version = "1.5.1"; 11 12 - minimalOCamlVersion = "4.03"; 13 14 src = fetchFromGitHub { 15 owner = "fxfactorial";
··· 9 pname = "linenoise"; 10 version = "1.5.1"; 11 12 + minimalOCamlVersion = "4.06"; 13 14 src = fetchFromGitHub { 15 owner = "fxfactorial";
+1 -3
pkgs/development/ocaml-modules/owl/default.nix
··· 26 npy 27 ]; 28 29 - doCheck = false; 30 - # Tests fail with Clang: https://github.com/owlbarn/owl/issues/462 31 - # and with GCC 13: https://github.com/owlbarn/owl/issues/653 32 }
··· 26 npy 27 ]; 28 29 + doCheck = true; 30 }
+2
pkgs/development/ocaml-modules/patch/default.nix
··· 11 pname = "patch"; 12 version = "2.0.0"; 13 14 src = fetchFromGitHub { 15 owner = "hannesm"; 16 repo = "patch";
··· 11 pname = "patch"; 12 version = "2.0.0"; 13 14 + minimalOCamlVersion = "4.03"; 15 + 16 src = fetchFromGitHub { 17 owner = "hannesm"; 18 repo = "patch";
+2
pkgs/development/ocaml-modules/stdcompat/default.nix
··· 13 pname = "stdcompat"; 14 version = "19"; 15 16 src = fetchurl { 17 url = "https://github.com/thierry-martinez/stdcompat/releases/download/v${version}/stdcompat-${version}.tar.gz"; 18 sha256 = "sha256-DKQGd4nnIN6SPls6hcA/2Jvc7ivYNpeMU6rYsVc1ClU=";
··· 13 pname = "stdcompat"; 14 version = "19"; 15 16 + minimalOCamlVersion = "4.06"; 17 + 18 src = fetchurl { 19 url = "https://github.com/thierry-martinez/stdcompat/releases/download/v${version}/stdcompat-${version}.tar.gz"; 20 sha256 = "sha256-DKQGd4nnIN6SPls6hcA/2Jvc7ivYNpeMU6rYsVc1ClU=";
+1 -1
pkgs/development/ocaml-modules/z3/default.nix
··· 7 z3, 8 }: 9 10 - if lib.versionOlder ocaml.version "4.07" then 11 throw "z3 is not available for OCaml ${ocaml.version}" 12 else 13
··· 7 z3, 8 }: 9 10 + if lib.versionOlder ocaml.version "4.08" then 11 throw "z3 is not available for OCaml ${ocaml.version}" 12 else 13
-37
pkgs/development/python-modules/amiibo-py/default.nix
··· 1 - { 2 - lib, 3 - buildPythonPackage, 4 - fetchFromGitHub, 5 - pythonOlder, 6 - aiohttp, 7 - requests, 8 - }: 9 - 10 - buildPythonPackage rec { 11 - pname = "amiibo-py"; 12 - version = "unstable-2021-01-16"; 13 - format = "setuptools"; 14 - disabled = pythonOlder "3.5.3"; # Older versions are not supported upstream 15 - 16 - src = fetchFromGitHub { 17 - owner = "XiehCanCode"; 18 - repo = "amiibo.py"; 19 - rev = "4766037530f41ad11368240e994888d196783b83"; 20 - sha256 = "0ln8ykaws8c5fvzlzccn60mpbdbvxlhkp3nsvs2xqdbsqp270yv2"; 21 - }; 22 - 23 - propagatedBuildInputs = [ 24 - aiohttp 25 - requests 26 - ]; 27 - 28 - doCheck = false; # No tests are available upstream 29 - pythonImportsCheck = [ "amiibo" ]; 30 - 31 - meta = with lib; { 32 - description = "API Wrapper for amiiboapi.com"; 33 - homepage = "https://github.com/XiehCanCode/amiibo.py"; 34 - license = licenses.mit; 35 - maintainers = [ ]; 36 - }; 37 - }
···
+7 -6
pkgs/development/python-modules/binance-connector/default.nix
··· 5 pycryptodome, 6 pythonOlder, 7 requests, 8 websocket-client, 9 # dependencies for tests 10 pytest-cov-stub, 11 - pytest, 12 sure, 13 responses, 14 pytestCheckHook, ··· 16 17 buildPythonPackage rec { 18 pname = "binance-connector"; 19 - version = "3.11.0"; 20 - format = "setuptools"; 21 22 disabled = pythonOlder "3.7"; 23 ··· 25 owner = "binance"; 26 repo = "${pname}-python"; 27 tag = "v${version}"; 28 - hash = "sha256-qy6J/03GzpvDX+KJz9ZrQc0OoT1LXWD0umN7dMLxxb4="; 29 }; 30 31 - propagatedBuildInputs = [ 32 requests 33 pycryptodome 34 websocket-client ··· 36 37 nativeCheckInputs = [ 38 pytest-cov-stub 39 - pytest 40 sure 41 responses 42 pytestCheckHook
··· 5 pycryptodome, 6 pythonOlder, 7 requests, 8 + setuptools, 9 websocket-client, 10 # dependencies for tests 11 pytest-cov-stub, 12 sure, 13 responses, 14 pytestCheckHook, ··· 16 17 buildPythonPackage rec { 18 pname = "binance-connector"; 19 + version = "3.12.0"; 20 + pyproject = true; 21 22 disabled = pythonOlder "3.7"; 23 ··· 25 owner = "binance"; 26 repo = "${pname}-python"; 27 tag = "v${version}"; 28 + hash = "sha256-8O73+fli0HNbvGBcyg79ZGOTQvL0TF5SCfogI6btlrA="; 29 }; 30 31 + build-system = [ setuptools ]; 32 + 33 + dependencies = [ 34 requests 35 pycryptodome 36 websocket-client ··· 38 39 nativeCheckInputs = [ 40 pytest-cov-stub 41 sure 42 responses 43 pytestCheckHook
+26 -26
pkgs/development/python-modules/blake3/Cargo.lock
··· 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 - version = 3 4 5 [[package]] 6 name = "arrayref" ··· 22 23 [[package]] 24 name = "blake3" 25 - version = "1.0.0" 26 dependencies = [ 27 "blake3 1.5.5", 28 "hex", ··· 47 48 [[package]] 49 name = "cc" 50 - version = "1.2.2" 51 source = "registry+https://github.com/rust-lang/crates.io-index" 52 - checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" 53 dependencies = [ 54 "shlex", 55 ] ··· 68 69 [[package]] 70 name = "crossbeam-deque" 71 - version = "0.8.5" 72 source = "registry+https://github.com/rust-lang/crates.io-index" 73 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 74 dependencies = [ 75 "crossbeam-epoch", 76 "crossbeam-utils", ··· 87 88 [[package]] 89 name = "crossbeam-utils" 90 - version = "0.8.20" 91 source = "registry+https://github.com/rust-lang/crates.io-index" 92 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 93 94 [[package]] 95 name = "either" ··· 117 118 [[package]] 119 name = "libc" 120 - version = "0.2.167" 121 source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" 123 124 [[package]] 125 name = "memmap2" ··· 153 154 [[package]] 155 name = "proc-macro2" 156 - version = "1.0.92" 157 source = "registry+https://github.com/rust-lang/crates.io-index" 158 - checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" 159 dependencies = [ 160 "unicode-ident", 161 ] 162 163 [[package]] 164 name = "pyo3" 165 - version = "0.23.2" 166 source = "registry+https://github.com/rust-lang/crates.io-index" 167 - checksum = "f54b3d09cbdd1f8c20650b28e7b09e338881482f4aa908a5f61a00c98fba2690" 168 dependencies = [ 169 "cfg-if", 170 "indoc", ··· 180 181 [[package]] 182 name = "pyo3-build-config" 183 - version = "0.23.2" 184 source = "registry+https://github.com/rust-lang/crates.io-index" 185 - checksum = "3015cf985888fe66cfb63ce0e321c603706cd541b7aec7ddd35c281390af45d8" 186 dependencies = [ 187 "once_cell", 188 "target-lexicon", ··· 190 191 [[package]] 192 name = "pyo3-ffi" 193 - version = "0.23.2" 194 source = "registry+https://github.com/rust-lang/crates.io-index" 195 - checksum = "6fca7cd8fd809b5ac4eefb89c1f98f7a7651d3739dfb341ca6980090f554c270" 196 dependencies = [ 197 "libc", 198 "pyo3-build-config", ··· 200 201 [[package]] 202 name = "pyo3-macros" 203 - version = "0.23.2" 204 source = "registry+https://github.com/rust-lang/crates.io-index" 205 - checksum = "34e657fa5379a79151b6ff5328d9216a84f55dc93b17b08e7c3609a969b73aa0" 206 dependencies = [ 207 "proc-macro2", 208 "pyo3-macros-backend", ··· 212 213 [[package]] 214 name = "pyo3-macros-backend" 215 - version = "0.23.2" 216 source = "registry+https://github.com/rust-lang/crates.io-index" 217 - checksum = "295548d5ffd95fd1981d2d3cf4458831b21d60af046b729b6fd143b0ba7aee2f" 218 dependencies = [ 219 "heck", 220 "proc-macro2", ··· 225 226 [[package]] 227 name = "quote" 228 - version = "1.0.37" 229 source = "registry+https://github.com/rust-lang/crates.io-index" 230 - checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 231 dependencies = [ 232 "proc-macro2", 233 ] ··· 260 261 [[package]] 262 name = "syn" 263 - version = "2.0.90" 264 source = "registry+https://github.com/rust-lang/crates.io-index" 265 - checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" 266 dependencies = [ 267 "proc-macro2", 268 "quote",
··· 1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 + version = 4 4 5 [[package]] 6 name = "arrayref" ··· 22 23 [[package]] 24 name = "blake3" 25 + version = "1.0.1" 26 dependencies = [ 27 "blake3 1.5.5", 28 "hex", ··· 47 48 [[package]] 49 name = "cc" 50 + version = "1.2.9" 51 source = "registry+https://github.com/rust-lang/crates.io-index" 52 + checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b" 53 dependencies = [ 54 "shlex", 55 ] ··· 68 69 [[package]] 70 name = "crossbeam-deque" 71 + version = "0.8.6" 72 source = "registry+https://github.com/rust-lang/crates.io-index" 73 + checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 74 dependencies = [ 75 "crossbeam-epoch", 76 "crossbeam-utils", ··· 87 88 [[package]] 89 name = "crossbeam-utils" 90 + version = "0.8.21" 91 source = "registry+https://github.com/rust-lang/crates.io-index" 92 + checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 93 94 [[package]] 95 name = "either" ··· 117 118 [[package]] 119 name = "libc" 120 + version = "0.2.169" 121 source = "registry+https://github.com/rust-lang/crates.io-index" 122 + checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" 123 124 [[package]] 125 name = "memmap2" ··· 153 154 [[package]] 155 name = "proc-macro2" 156 + version = "1.0.93" 157 source = "registry+https://github.com/rust-lang/crates.io-index" 158 + checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" 159 dependencies = [ 160 "unicode-ident", 161 ] 162 163 [[package]] 164 name = "pyo3" 165 + version = "0.23.4" 166 source = "registry+https://github.com/rust-lang/crates.io-index" 167 + checksum = "57fe09249128b3173d092de9523eaa75136bf7ba85e0d69eca241c7939c933cc" 168 dependencies = [ 169 "cfg-if", 170 "indoc", ··· 180 181 [[package]] 182 name = "pyo3-build-config" 183 + version = "0.23.4" 184 source = "registry+https://github.com/rust-lang/crates.io-index" 185 + checksum = "1cd3927b5a78757a0d71aa9dff669f903b1eb64b54142a9bd9f757f8fde65fd7" 186 dependencies = [ 187 "once_cell", 188 "target-lexicon", ··· 190 191 [[package]] 192 name = "pyo3-ffi" 193 + version = "0.23.4" 194 source = "registry+https://github.com/rust-lang/crates.io-index" 195 + checksum = "dab6bb2102bd8f991e7749f130a70d05dd557613e39ed2deeee8e9ca0c4d548d" 196 dependencies = [ 197 "libc", 198 "pyo3-build-config", ··· 200 201 [[package]] 202 name = "pyo3-macros" 203 + version = "0.23.4" 204 source = "registry+https://github.com/rust-lang/crates.io-index" 205 + checksum = "91871864b353fd5ffcb3f91f2f703a22a9797c91b9ab497b1acac7b07ae509c7" 206 dependencies = [ 207 "proc-macro2", 208 "pyo3-macros-backend", ··· 212 213 [[package]] 214 name = "pyo3-macros-backend" 215 + version = "0.23.4" 216 source = "registry+https://github.com/rust-lang/crates.io-index" 217 + checksum = "43abc3b80bc20f3facd86cd3c60beed58c3e2aa26213f3cda368de39c60a27e4" 218 dependencies = [ 219 "heck", 220 "proc-macro2", ··· 225 226 [[package]] 227 name = "quote" 228 + version = "1.0.38" 229 source = "registry+https://github.com/rust-lang/crates.io-index" 230 + checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" 231 dependencies = [ 232 "proc-macro2", 233 ] ··· 260 261 [[package]] 262 name = "syn" 263 + version = "2.0.96" 264 source = "registry+https://github.com/rust-lang/crates.io-index" 265 + checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80" 266 dependencies = [ 267 "proc-macro2", 268 "quote",
+2 -2
pkgs/development/python-modules/blake3/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "blake3"; 15 - version = "1.0.0"; 16 pyproject = true; 17 18 src = fetchFromGitHub { 19 owner = "oconnor663"; 20 repo = "blake3-py"; 21 tag = version; 22 - hash = "sha256-4fUCBragb4AQ75f1LEUvCiVOLYinjrg9cmJRz4TP4Vs="; 23 }; 24 25 postPatch = ''
··· 12 13 buildPythonPackage rec { 14 pname = "blake3"; 15 + version = "1.0.2"; 16 pyproject = true; 17 18 src = fetchFromGitHub { 19 owner = "oconnor663"; 20 repo = "blake3-py"; 21 tag = version; 22 + hash = "sha256-Wdy/zAepuMRTyOskC6gxCFkUVCAzR05eZNO/PFjT9sE="; 23 }; 24 25 postPatch = ''
+2 -2
pkgs/development/python-modules/databricks-sql-connector/default.nix
··· 20 21 buildPythonPackage rec { 22 pname = "databricks-sql-connector"; 23 - version = "3.7.0"; 24 format = "pyproject"; 25 26 disabled = pythonOlder "3.7"; ··· 29 owner = "databricks"; 30 repo = "databricks-sql-python"; 31 tag = "v${version}"; 32 - hash = "sha256-drtMkES3eHo1LfUICwxsIwfVc1qA0+0ZWm5W+Av81Z8="; 33 }; 34 35 pythonRelaxDeps = [
··· 20 21 buildPythonPackage rec { 22 pname = "databricks-sql-connector"; 23 + version = "3.7.1"; 24 format = "pyproject"; 25 26 disabled = pythonOlder "3.7"; ··· 29 owner = "databricks"; 30 repo = "databricks-sql-python"; 31 tag = "v${version}"; 32 + hash = "sha256-nq8+rkwY6WyxtdqWcSncyzeC8x50Iu6747f4J79mTws="; 33 }; 34 35 pythonRelaxDeps = [
+2 -2
pkgs/development/python-modules/dbt-bigquery/default.nix
··· 16 17 buildPythonPackage rec { 18 pname = "dbt-bigquery"; 19 - version = "1.9.0"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.8"; ··· 25 owner = "dbt-labs"; 26 repo = "dbt-bigquery"; 27 tag = "v${version}"; 28 - hash = "sha256-jn4U01aUpnjBnOJNyzJXPqmXJZc16pSLN9WkRxsC0zo="; 29 }; 30 31 pythonRelaxDeps = [ "agate" ];
··· 16 17 buildPythonPackage rec { 18 pname = "dbt-bigquery"; 19 + version = "1.9.1"; 20 pyproject = true; 21 22 disabled = pythonOlder "3.8"; ··· 25 owner = "dbt-labs"; 26 repo = "dbt-bigquery"; 27 tag = "v${version}"; 28 + hash = "sha256-YZA8lcUGoq5jMNS1GlbBd036X2F3khsZWr5Pv65zpPI="; 29 }; 30 31 pythonRelaxDeps = [ "agate" ];
+84
pkgs/development/python-modules/fastexcel/default.nix
···
··· 1 + { 2 + lib, 3 + buildPythonPackage, 4 + fetchFromGitHub, 5 + rustPlatform, 6 + 7 + # nativeBuildInputs 8 + cargo, 9 + rustc, 10 + 11 + # dependencies 12 + pyarrow, 13 + pythonOlder, 14 + typing-extensions, 15 + 16 + # optional-dependencies 17 + pandas, 18 + polars, 19 + 20 + # tests 21 + pytest-mock, 22 + pytestCheckHook, 23 + }: 24 + 25 + buildPythonPackage rec { 26 + pname = "fastexcel"; 27 + version = "0.12.1"; 28 + pyproject = true; 29 + 30 + src = fetchFromGitHub { 31 + owner = "ToucanToco"; 32 + repo = "fastexcel"; 33 + tag = "v${version}"; 34 + hash = "sha256-1BcArjhdbsYZ8VIz1FJYOLKSKQXOjLUXFonIXB+TfiY="; 35 + }; 36 + 37 + cargoDeps = rustPlatform.fetchCargoVendor { 38 + inherit pname version src; 39 + hash = "sha256-JGDNqRF264hNAjQ9bwJnBsQgAcqJjreEbgRZAA58JnY="; 40 + }; 41 + 42 + nativeBuildInputs = [ 43 + cargo 44 + rustPlatform.cargoSetupHook 45 + rustPlatform.maturinBuildHook 46 + rustc 47 + ]; 48 + 49 + dependencies = 50 + [ 51 + pyarrow 52 + ] 53 + ++ lib.optionals (pythonOlder "3.9") [ 54 + typing-extensions 55 + ]; 56 + 57 + optional-dependencies = { 58 + pandas = [ 59 + pandas 60 + ]; 61 + polars = [ 62 + polars 63 + ]; 64 + }; 65 + 66 + pythonImportsCheck = [ 67 + "fastexcel" 68 + ]; 69 + 70 + nativeCheckInputs = [ 71 + pandas 72 + polars 73 + pytest-mock 74 + pytestCheckHook 75 + ]; 76 + 77 + meta = { 78 + description = "Fast excel file reader for Python, written in Rust"; 79 + homepage = "https://github.com/ToucanToco/fastexcel/"; 80 + changelog = "https://github.com/ToucanToco/fastexcel/releases/tag/v${version}"; 81 + license = lib.licenses.mit; 82 + maintainers = with lib.maintainers; [ GaetanLepage ]; 83 + }; 84 + }
+13 -6
pkgs/development/python-modules/jsonconversion/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 pytestCheckHook, 6 - pdm-backend, 7 - numpy, 8 setuptools, 9 }: 10 ··· 12 pname = "jsonconversion"; 13 version = "1.0.1"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "DLR-RM"; ··· 20 hash = "sha256-XmAQXu9YkkMUvpf/QVk4u1p8UyNfRb0NeoLxC1evCT4="; 21 }; 22 23 - build-system = [ 24 - pdm-backend 25 - ]; 26 27 pythonRemoveDeps = [ 28 "pytest-runner" 29 "pytest" 30 ]; 31 32 dependencies = [ 33 numpy ··· 38 39 pythonImportsCheck = [ "jsonconversion" ]; 40 41 meta = with lib; { 42 description = "This python module helps converting arbitrary Python objects into JSON strings and back"; 43 homepage = "https://github.com/DLR-RM/python-jsonconversion"; 44 license = licenses.bsd2; 45 - maintainers = [ maintainers.terlar ]; 46 }; 47 }
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 + numpy, 6 + pdm-backend, 7 pytestCheckHook, 8 + pythonAtLeast, 9 + pythonOlder, 10 setuptools, 11 }: 12 ··· 14 pname = "jsonconversion"; 15 version = "1.0.1"; 16 pyproject = true; 17 + 18 + disabled = pythonOlder "3.11"; 19 20 src = fetchFromGitHub { 21 owner = "DLR-RM"; ··· 24 hash = "sha256-XmAQXu9YkkMUvpf/QVk4u1p8UyNfRb0NeoLxC1evCT4="; 25 }; 26 27 + build-system = [ pdm-backend ]; 28 29 pythonRemoveDeps = [ 30 "pytest-runner" 31 "pytest" 32 ]; 33 + 34 + pythonRelaxDeps = [ "numpy" ]; 35 36 dependencies = [ 37 numpy ··· 42 43 pythonImportsCheck = [ "jsonconversion" ]; 44 45 + disabledTests = lib.optionals (pythonAtLeast "3.13") [ "test_dict" ]; 46 + 47 meta = with lib; { 48 description = "This python module helps converting arbitrary Python objects into JSON strings and back"; 49 homepage = "https://github.com/DLR-RM/python-jsonconversion"; 50 + changelog = "https://github.com/DLR-RM/python-jsonconversion/releases/tag/${version}"; 51 license = licenses.bsd2; 52 + maintainers = with maintainers; [ terlar ]; 53 }; 54 }
+2 -2
pkgs/development/python-modules/velbus-aio/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "velbus-aio"; 17 - version = "2024.12.3"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "Cereal2nd"; 24 repo = "velbus-aio"; 25 tag = version; 26 - hash = "sha256-tRcPwbvQBy0cmavAyEvhp6SimseeBYAMH9wAfC4fpKg="; 27 fetchSubmodules = true; 28 }; 29
··· 14 15 buildPythonPackage rec { 16 pname = "velbus-aio"; 17 + version = "2025.1.0"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.7"; ··· 23 owner = "Cereal2nd"; 24 repo = "velbus-aio"; 25 tag = version; 26 + hash = "sha256-ZaaHywHX1TScjW0XN/krCYgupHlbH1mRB0fd7YZ2iMY="; 27 fetchSubmodules = true; 28 }; 29
+2 -2
pkgs/development/python-modules/wagtail/default.nix
··· 26 27 buildPythonPackage rec { 28 pname = "wagtail"; 29 - version = "6.3.1"; 30 format = "setuptools"; 31 32 disabled = pythonOlder "3.8"; 33 34 src = fetchPypi { 35 inherit pname version; 36 - hash = "sha256-k4dsx6O/z/9MA5OUlWLL8knyRMTKZT1Yoturc39FVxU="; 37 }; 38 39 postPatch = ''
··· 26 27 buildPythonPackage rec { 28 pname = "wagtail"; 29 + version = "6.3.2"; 30 format = "setuptools"; 31 32 disabled = pythonOlder "3.8"; 33 34 src = fetchPypi { 35 inherit pname version; 36 + hash = "sha256-5CcSIr0kmAQKYN1eJyKNzUgcwjEKqPyVHw9OI9IPvFA="; 37 }; 38 39 postPatch = ''
+3 -3
pkgs/development/tools/build-managers/moon/default.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "moon"; 13 - version = "1.30.6"; 14 15 src = fetchFromGitHub { 16 owner = "moonrepo"; 17 repo = pname; 18 rev = "v${version}"; 19 - hash = "sha256-rucRenc/mHFkl4pqXdf0b7enGqTRxuJkP+TjDzAX3ww="; 20 }; 21 22 - cargoHash = "sha256-zOGMci7G6TaZnmlc1FgrB571LDykY21h60HbE8/ffhE="; 23 24 env = { 25 RUSTFLAGS = "-C strip=symbols";
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "moon"; 13 + version = "1.31.0"; 14 15 src = fetchFromGitHub { 16 owner = "moonrepo"; 17 repo = pname; 18 rev = "v${version}"; 19 + hash = "sha256-2418rlM8WdQ2b4wrtUC+6yCgy+wxfApQTaVDPXbnvKo="; 20 }; 21 22 + cargoHash = "sha256-I958/qvPqqRayvQwe8/SMgERwM+E7d3J6hpKPHfSBf0="; 23 24 env = { 25 RUSTFLAGS = "-C strip=symbols";
+8 -8
pkgs/servers/asterisk/versions.json
··· 1 { 2 "asterisk_18": { 3 - "sha256": "5da6fbd94f668115ae85aabf484a8b584faac72d75ed98bbb2bb800eeb17db3e", 4 - "version": "18.26.0" 5 }, 6 "asterisk_20": { 7 - "sha256": "69325bf5ae0b38b361c9fd2f936fafdf2387be9812e857bdeb379cbec252bcca", 8 - "version": "20.11.0" 9 }, 10 "asterisk_21": { 11 - "sha256": "a46e22478b891b2e6d7ce9ba7b1908c6a7f1c4095c013d95415864da80ab2831", 12 - "version": "21.6.0" 13 }, 14 "asterisk_22": { 15 - "sha256": "c892e9a51919d62bee2bed8b7c6f59ec79dfd48768ae289df61dba2da83f4413", 16 - "version": "22.1.0" 17 } 18 }
··· 1 { 2 "asterisk_18": { 3 + "sha256": "5df5d1c3885428b8bf03e78d7b8c3079d4512679137ef1d47e865dc2058aa825", 4 + "version": "18.26.1" 5 }, 6 "asterisk_20": { 7 + "sha256": "5ad25c136c7772f0ad10ae02d59f19b32c0cf64027278e3de6a6314ee24d5ff9", 8 + "version": "20.11.1" 9 }, 10 "asterisk_21": { 11 + "sha256": "8df00a37b448fdaf63ffe25be0df02112211c1617efcb00b21cdb58f1baed89d", 12 + "version": "21.6.1" 13 }, 14 "asterisk_22": { 15 + "sha256": "e697740d91c33bf02d506d4da04635da48bfb0b5bb79bf8863c1a9b8f791264f", 16 + "version": "22.1.1" 17 } 18 }
+35 -2
pkgs/servers/pleroma/default.nix
··· 13 pkg-config, 14 glib, 15 darwin, 16 ... 17 }: 18 19 beamPackages.mixRelease rec { 20 pname = "pleroma"; 21 - version = "2.7.0"; 22 23 src = fetchFromGitLab { 24 domain = "git.pleroma.social"; 25 owner = "pleroma"; 26 repo = "pleroma"; 27 rev = "v${version}"; 28 - sha256 = "sha256-2uKVwjxMLC8jyZWW+ltBRNtOR7RaAb8SPO1iV2wyROc="; 29 }; 30 31 patches = [ ./Revert-Config-Restrict-permissions-of-OTP-config.patch ]; ··· 33 mixNixDeps = import ./mix.nix { 34 inherit beamPackages lib; 35 overrides = final: prev: { 36 # mix2nix does not support git dependencies yet, 37 # so we need to add them manually 38 captcha = beamPackages.buildMix {
··· 13 pkg-config, 14 glib, 15 darwin, 16 + fetchpatch, 17 ... 18 }: 19 20 beamPackages.mixRelease rec { 21 pname = "pleroma"; 22 + version = "2.8.0"; 23 24 src = fetchFromGitLab { 25 domain = "git.pleroma.social"; 26 owner = "pleroma"; 27 repo = "pleroma"; 28 rev = "v${version}"; 29 + sha256 = "sha256-8xhBItGl2BvpYB1N1hZbO1xbtYFldUPCiOI4Kvvywaw="; 30 }; 31 32 patches = [ ./Revert-Config-Restrict-permissions-of-OTP-config.patch ]; ··· 34 mixNixDeps = import ./mix.nix { 35 inherit beamPackages lib; 36 overrides = final: prev: { 37 + # Upstream is pointing to 38 + # https://github.com/feld/phoenix/commits/v1.7.14-websocket-headers/ 39 + # which is v1.7.14 with an extra patch applied on top. 40 + phoenix = beamPackages.buildMix { 41 + name = "phoenix"; 42 + version = "1.7.14-websocket-headers"; 43 + src = fetchFromGitHub { 44 + owner = "phoenixframework"; 45 + repo = "phoenix"; 46 + tag = "v1.7.14"; 47 + hash = "sha256-hb8k0bUl28re1Bv2AIs17VHOP8zIyCfbpaVydu1Dh24="; 48 + }; 49 + patches = [ 50 + (fetchpatch { 51 + name = "0001-Support-passing-through-the-value-of-the-sec-websocket-protocol-header.patch"; 52 + url = "https://github.com/feld/phoenix/commit/fb6dc76c657422e49600896c64aab4253fceaef6.patch"; 53 + hash = "sha256-eMla+D3EcVTc1WwlRaKvLPV5eXwGfAgZOxiYlGSkBIQ="; 54 + }) 55 + ]; 56 + beamDeps = with final; [ 57 + phoenix_pubsub 58 + plug 59 + plug_crypto 60 + telemetry 61 + phoenix_template 62 + websock_adapter 63 + phoenix_view 64 + castore 65 + plug_cowboy 66 + jason 67 + ]; 68 + }; 69 # mix2nix does not support git dependencies yet, 70 # so we need to add them manually 71 captcha = beamPackages.buildMix {
+70 -36
pkgs/servers/pleroma/mix.nix
··· 28 beamDeps = [ ]; 29 }; 30 31 bandit = buildMix rec { 32 name = "bandit"; 33 version = "1.5.5"; ··· 164 165 castore = buildMix rec { 166 name = "castore"; 167 - version = "0.1.22"; 168 169 src = fetchHex { 170 pkg = "castore"; 171 version = "${version}"; 172 - sha256 = "c17576df47eb5aa1ee40cc4134316a99f5cad3e215d5c77b8dd3cfef12a22cac"; 173 }; 174 175 beamDeps = [ ]; ··· 326 327 credo = buildMix rec { 328 name = "credo"; 329 - version = "1.7.3"; 330 331 src = fetchHex { 332 pkg = "credo"; 333 version = "${version}"; 334 - sha256 = "35ea675a094c934c22fb1dca3696f3c31f2728ae6ef5a53b5d648c11180a4535"; 335 }; 336 337 beamDeps = [ ··· 705 706 fast_html = buildMix rec { 707 name = "fast_html"; 708 - version = "2.2.0"; 709 710 src = fetchHex { 711 pkg = "fast_html"; 712 version = "${version}"; 713 - sha256 = "064c4f23b4a6168f9187dac8984b056f2c531bb0787f559fd6a8b34b38aefbae"; 714 }; 715 716 beamDeps = [ ··· 937 938 jason = buildMix rec { 939 name = "jason"; 940 - version = "1.4.3"; 941 942 src = fetchHex { 943 pkg = "jason"; 944 version = "${version}"; 945 - sha256 = "9a90e868927f7c777689baa16d86f4d0e086d968db5c05d917ccff6d443e58a3"; 946 }; 947 948 beamDeps = [ decimal ]; ··· 1013 beamDeps = [ ]; 1014 }; 1015 1016 majic = buildMix rec { 1017 name = "majic"; 1018 version = "1.0.0"; ··· 1166 1167 mogrify = buildMix rec { 1168 name = "mogrify"; 1169 - version = "0.8.0"; 1170 1171 src = fetchHex { 1172 pkg = "mogrify"; 1173 version = "${version}"; 1174 - sha256 = "2278d245f07056ea3b586e98801e933695147066fa4cf563f552c1b4f0ff8ad9"; 1175 }; 1176 1177 beamDeps = [ ]; ··· 1190 beamDeps = [ ]; 1191 }; 1192 1193 nimble_options = buildMix rec { 1194 name = "nimble_options"; 1195 version = "1.1.1"; ··· 1231 1232 oban = buildMix rec { 1233 name = "oban"; 1234 - version = "2.17.12"; 1235 1236 src = fetchHex { 1237 pkg = "oban"; 1238 version = "${version}"; 1239 - sha256 = "7a647d6cd6bb300073db17faabce22d80ae135da3baf3180a064fa7c4fa046e3"; 1240 }; 1241 1242 beamDeps = [ ··· 1320 }; 1321 1322 beamDeps = [ comeonin ]; 1323 - }; 1324 - 1325 - phoenix = buildMix rec { 1326 - name = "phoenix"; 1327 - version = "1.7.14"; 1328 - 1329 - src = fetchHex { 1330 - pkg = "phoenix"; 1331 - version = "${version}"; 1332 - sha256 = "c7859bc56cc5dfef19ecfc240775dae358cbaa530231118a9e014df392ace61a"; 1333 - }; 1334 - 1335 - beamDeps = [ 1336 - castore 1337 - jason 1338 - phoenix_pubsub 1339 - phoenix_template 1340 - phoenix_view 1341 - plug 1342 - plug_cowboy 1343 - plug_crypto 1344 - telemetry 1345 - websock_adapter 1346 - ]; 1347 }; 1348 1349 phoenix_ecto = buildMix rec { ··· 1807 gen_smtp 1808 hackney 1809 jason 1810 mime 1811 plug 1812 plug_cowboy 1813 telemetry
··· 28 beamDeps = [ ]; 29 }; 30 31 + argon2_elixir = buildMix rec { 32 + name = "argon2_elixir"; 33 + version = "4.0.0"; 34 + 35 + src = fetchHex { 36 + pkg = "argon2_elixir"; 37 + version = "${version}"; 38 + sha256 = "f9da27cf060c9ea61b1bd47837a28d7e48a8f6fa13a745e252556c14f9132c7f"; 39 + }; 40 + 41 + beamDeps = [ 42 + comeonin 43 + elixir_make 44 + ]; 45 + }; 46 + 47 bandit = buildMix rec { 48 name = "bandit"; 49 version = "1.5.5"; ··· 180 181 castore = buildMix rec { 182 name = "castore"; 183 + version = "1.0.8"; 184 185 src = fetchHex { 186 pkg = "castore"; 187 version = "${version}"; 188 + sha256 = "0b2b66d2ee742cb1d9cb8c8be3b43c3a70ee8651f37b75a8b982e036752983f1"; 189 }; 190 191 beamDeps = [ ]; ··· 342 343 credo = buildMix rec { 344 name = "credo"; 345 + version = "1.7.7"; 346 347 src = fetchHex { 348 pkg = "credo"; 349 version = "${version}"; 350 + sha256 = "8bc87496c9aaacdc3f90f01b7b0582467b69b4bd2441fe8aae3109d843cc2f2e"; 351 }; 352 353 beamDeps = [ ··· 721 722 fast_html = buildMix rec { 723 name = "fast_html"; 724 + version = "2.3.0"; 725 726 src = fetchHex { 727 pkg = "fast_html"; 728 version = "${version}"; 729 + sha256 = "f18e3c7668f82d3ae0b15f48d48feeb257e28aa5ab1b0dbf781c7312e5da029d"; 730 }; 731 732 beamDeps = [ ··· 953 954 jason = buildMix rec { 955 name = "jason"; 956 + version = "1.4.4"; 957 958 src = fetchHex { 959 pkg = "jason"; 960 version = "${version}"; 961 + sha256 = "c5eb0cab91f094599f94d55bc63409236a8ec69a21a67814529e8d5f6cc90b3b"; 962 }; 963 964 beamDeps = [ decimal ]; ··· 1029 beamDeps = [ ]; 1030 }; 1031 1032 + mail = buildMix rec { 1033 + name = "mail"; 1034 + version = "0.3.1"; 1035 + 1036 + src = fetchHex { 1037 + pkg = "mail"; 1038 + version = "${version}"; 1039 + sha256 = "1db701e89865c1d5fa296b2b57b1cd587587cca8d8a1a22892b35ef5a8e352a6"; 1040 + }; 1041 + 1042 + beamDeps = [ ]; 1043 + }; 1044 + 1045 majic = buildMix rec { 1046 name = "majic"; 1047 version = "1.0.0"; ··· 1195 1196 mogrify = buildMix rec { 1197 name = "mogrify"; 1198 + version = "0.9.3"; 1199 1200 src = fetchHex { 1201 pkg = "mogrify"; 1202 version = "${version}"; 1203 + sha256 = "0189b1e1de27455f2b9ae8cf88239cefd23d38de9276eb5add7159aea51731e6"; 1204 }; 1205 1206 beamDeps = [ ]; ··· 1219 beamDeps = [ ]; 1220 }; 1221 1222 + mua = buildMix rec { 1223 + name = "mua"; 1224 + version = "0.2.3"; 1225 + 1226 + src = fetchHex { 1227 + pkg = "mua"; 1228 + version = "${version}"; 1229 + sha256 = "7fe861a87fcc06a980d3941bbcb2634e5f0f30fd6ad15ef6c0423ff9dc7e46de"; 1230 + }; 1231 + 1232 + beamDeps = [ castore ]; 1233 + }; 1234 + 1235 + multipart = buildMix rec { 1236 + name = "multipart"; 1237 + version = "0.4.0"; 1238 + 1239 + src = fetchHex { 1240 + pkg = "multipart"; 1241 + version = "${version}"; 1242 + sha256 = "3c5604bc2fb17b3137e5d2abdf5dacc2647e60c5cc6634b102cf1aef75a06f0a"; 1243 + }; 1244 + 1245 + beamDeps = [ mime ]; 1246 + }; 1247 + 1248 nimble_options = buildMix rec { 1249 name = "nimble_options"; 1250 version = "1.1.1"; ··· 1286 1287 oban = buildMix rec { 1288 name = "oban"; 1289 + version = "2.18.3"; 1290 1291 src = fetchHex { 1292 pkg = "oban"; 1293 version = "${version}"; 1294 + sha256 = "36ca6ca84ef6518f9c2c759ea88efd438a3c81d667ba23b02b062a0aa785475e"; 1295 }; 1296 1297 beamDeps = [ ··· 1375 }; 1376 1377 beamDeps = [ comeonin ]; 1378 }; 1379 1380 phoenix_ecto = buildMix rec { ··· 1838 gen_smtp 1839 hackney 1840 jason 1841 + mail 1842 mime 1843 + mua 1844 + multipart 1845 plug 1846 plug_cowboy 1847 telemetry
+5 -5
pkgs/servers/prowlarr/default.nix
··· 21 }.${stdenv.hostPlatform.system} or unsupported; 22 23 hash = { 24 - aarch64-darwin = "sha256-cGHmreI6M9CI2CsL2iC9O0dOcyvdlYQDpJ8NRG1Yt2U="; 25 - aarch64-linux = "sha256-vXFQL6Sifjin3NoEhvjH9pTbcBy7aqwA9LI6T7sJQyI="; 26 - x86_64-darwin = "sha256-+OB+OBj9W2c9b655gUMcDg12iWePKC4gDa5pubsNImA="; 27 - x86_64-linux = "sha256-h1mwt8iAv9z9Qg+zUgEkB698lsoTtcOocAJz5kKmKQI="; 28 }.${stdenv.hostPlatform.system} or unsupported; 29 30 in stdenv.mkDerivation rec { 31 inherit pname; 32 - version = "1.28.2.4885"; 33 34 src = fetchurl { 35 url = "https://github.com/Prowlarr/Prowlarr/releases/download/v${version}/Prowlarr.master.${version}.${os}-core-${arch}.tar.gz";
··· 21 }.${stdenv.hostPlatform.system} or unsupported; 22 23 hash = { 24 + aarch64-darwin = "sha256-N5BDsx9iunG5qUau6gJvdSFscPkNe5/35zMMfsvM+eE="; 25 + aarch64-linux = "sha256-cqSakzwokb4ym8852MYsoyAV3vS9eSyU4/xhHPtsD4o="; 26 + x86_64-darwin = "sha256-2x4k5c1HdNFzDmoEsrrQ3+s41+3wukSMJPHZJJKd/eE="; 27 + x86_64-linux = "sha256-OqZo+kFMTSklwPlj2hr7sAOXCh0HvqbeXWzfmScWXKU="; 28 }.${stdenv.hostPlatform.system} or unsupported; 29 30 in stdenv.mkDerivation rec { 31 inherit pname; 32 + version = "1.29.2.4915"; 33 34 src = fetchurl { 35 url = "https://github.com/Prowlarr/Prowlarr/releases/download/v${version}/Prowlarr.master.${version}.${os}-core-${arch}.tar.gz";
+2
pkgs/servers/x11/xorg/overrides.nix
··· 585 xf86videonouveau = super.xf86videonouveau.overrideAttrs (attrs: { 586 nativeBuildInputs = attrs.nativeBuildInputs ++ [ autoreconfHook ]; 587 buildInputs = attrs.buildInputs ++ [ xorg.utilmacros ]; 588 }); 589 590 xf86videoglint = super.xf86videoglint.overrideAttrs (attrs: {
··· 585 xf86videonouveau = super.xf86videonouveau.overrideAttrs (attrs: { 586 nativeBuildInputs = attrs.nativeBuildInputs ++ [ autoreconfHook ]; 587 buildInputs = attrs.buildInputs ++ [ xorg.utilmacros ]; 588 + # fixes `implicit declaration of function 'wfbScreenInit'; did you mean 'fbScreenInit'?` 589 + NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration"; 590 }); 591 592 xf86videoglint = super.xf86videoglint.overrideAttrs (attrs: {
+2 -2
pkgs/tools/security/gotrue/supabase.nix
··· 8 9 buildGoModule rec { 10 pname = "auth"; 11 - version = "2.167.0"; 12 13 src = fetchFromGitHub { 14 owner = "supabase"; 15 repo = "auth"; 16 rev = "v${version}"; 17 - hash = "sha256-L5yhrlbZk5R1f21rLpaskg/CW1ITt51sfgXu0DdSD3M="; 18 }; 19 20 vendorHash = "sha256-em1dBnNHsVPI7owd2gjERcJnrQbiVtZGtIqnFyker6M=";
··· 8 9 buildGoModule rec { 10 pname = "auth"; 11 + version = "2.168.0"; 12 13 src = fetchFromGitHub { 14 owner = "supabase"; 15 repo = "auth"; 16 rev = "v${version}"; 17 + hash = "sha256-XPfqb1kO4sJbREZhCJ/FMTNeNtooqSWQJvNPjjS/gAE="; 18 }; 19 20 vendorHash = "sha256-em1dBnNHsVPI7owd2gjERcJnrQbiVtZGtIqnFyker6M=";
+27 -9
pkgs/top-level/ocaml-packages.nix
··· 452 453 either = callPackage ../development/ocaml-modules/either { }; 454 455 - elina = callPackage ../development/ocaml-modules/elina { }; 456 457 eliom = callPackage ../development/ocaml-modules/eliom { }; 458 ··· 2063 { 2064 inherit mkOcamlPackages; 2065 2066 - ocamlPackages_4_00_1 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.00.1.nix { }); 2067 2068 - ocamlPackages_4_01_0 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.01.0.nix { }); 2069 2070 - ocamlPackages_4_02 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.02.nix { }); 2071 2072 - ocamlPackages_4_03 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.03.nix { }); 2073 2074 - ocamlPackages_4_04 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.04.nix { }); 2075 2076 - ocamlPackages_4_05 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.05.nix { }); 2077 2078 - ocamlPackages_4_06 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.06.nix { }); 2079 2080 - ocamlPackages_4_07 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.07.nix { }); 2081 2082 ocamlPackages_4_08 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.08.nix { }); 2083
··· 452 453 either = callPackage ../development/ocaml-modules/either { }; 454 455 + elina = callPackage ../development/ocaml-modules/elina { 456 + stdenv = pkgs.gcc13Stdenv; 457 + }; 458 459 eliom = callPackage ../development/ocaml-modules/eliom { }; 460 ··· 2065 { 2066 inherit mkOcamlPackages; 2067 2068 + ocamlPackages_4_00_1 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.00.1.nix { 2069 + stdenv = pkgs.gcc13Stdenv; 2070 + }); 2071 2072 + ocamlPackages_4_01_0 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.01.0.nix { 2073 + stdenv = pkgs.gcc13Stdenv; 2074 + }); 2075 2076 + ocamlPackages_4_02 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.02.nix { 2077 + stdenv = pkgs.gcc13Stdenv; 2078 + }); 2079 2080 + ocamlPackages_4_03 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.03.nix { 2081 + stdenv = pkgs.gcc13Stdenv; 2082 + }); 2083 2084 + ocamlPackages_4_04 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.04.nix { 2085 + stdenv = pkgs.gcc13Stdenv; 2086 + }); 2087 2088 + ocamlPackages_4_05 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.05.nix { 2089 + stdenv = pkgs.gcc13Stdenv; 2090 + }); 2091 2092 + ocamlPackages_4_06 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.06.nix { 2093 + stdenv = pkgs.gcc13Stdenv; 2094 + }); 2095 2096 + ocamlPackages_4_07 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.07.nix { 2097 + stdenv = pkgs.gcc13Stdenv; 2098 + }); 2099 2100 ocamlPackages_4_08 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.08.nix { }); 2101
+1
pkgs/top-level/python-aliases.nix
··· 53 amazon_kclpy = amazon-kclpy; # added 2023-08-08 54 ambiclimate = throw "ambiclimate has been removed, because the service has been terminated after 2024-03-31."; # Added 2024-06-07 55 ambee = throw "ambee has been removed because the upstream repository was archived in 2022"; # Added 2024-10-04 56 ansible-base = throw "ansible-base has been removed, because it is end of life"; # added 2022-03-30 57 ansible-doctor = throw "ansible-doctor has been promoted to a top-level attribute name: `pkgs.ansible-doctor`"; # Added 2023-05-16 58 ansible-later = throw "ansible-later has been promoted to a top-level attribute name: `pkgs.ansible-later`"; # Added 2023-05-16
··· 53 amazon_kclpy = amazon-kclpy; # added 2023-08-08 54 ambiclimate = throw "ambiclimate has been removed, because the service has been terminated after 2024-03-31."; # Added 2024-06-07 55 ambee = throw "ambee has been removed because the upstream repository was archived in 2022"; # Added 2024-10-04 56 + amiibo-py = throw "amiibo-py has been removed because the upstream repository was removed"; # Added 2025-01-13 57 ansible-base = throw "ansible-base has been removed, because it is end of life"; # added 2022-03-30 58 ansible-doctor = throw "ansible-doctor has been promoted to a top-level attribute name: `pkgs.ansible-doctor`"; # Added 2023-05-16 59 ansible-later = throw "ansible-later has been promoted to a top-level attribute name: `pkgs.ansible-later`"; # Added 2023-05-16
+2 -2
pkgs/top-level/python-packages.nix
··· 576 577 amcrest = callPackage ../development/python-modules/amcrest { }; 578 579 - amiibo-py = callPackage ../development/python-modules/amiibo-py { }; 580 - 581 amply = callPackage ../development/python-modules/amply { }; 582 583 amqp = callPackage ../development/python-modules/amqp { }; ··· 4485 fastentrypoints = callPackage ../development/python-modules/fastentrypoints { }; 4486 4487 faster-whisper = callPackage ../development/python-modules/faster-whisper { }; 4488 4489 fastimport = callPackage ../development/python-modules/fastimport { }; 4490
··· 576 577 amcrest = callPackage ../development/python-modules/amcrest { }; 578 579 amply = callPackage ../development/python-modules/amply { }; 580 581 amqp = callPackage ../development/python-modules/amqp { }; ··· 4483 fastentrypoints = callPackage ../development/python-modules/fastentrypoints { }; 4484 4485 faster-whisper = callPackage ../development/python-modules/faster-whisper { }; 4486 + 4487 + fastexcel = callPackage ../development/python-modules/fastexcel { }; 4488 4489 fastimport = callPackage ../development/python-modules/fastimport { }; 4490