From 71d9fc18d92d2e08ba54a84b103d78874a39a08f Mon Sep 17 00:00:00 2001 From: dormouse-bot Date: Sun, 21 Jun 2026 08:06:21 +0000 Subject: [PATCH] fix: regenerate dependencies-cargo.json for direct objc2 deps The macOS dock-icon work made objc2/objc2-app-kit/objc2-foundation direct Cargo dependencies without regenerating the manifest, leaving them in the transitive section without declaredName. A clean generate-deps.js run moves them to the direct section. Closes #165 Co-Authored-By: Claude Opus 4.8 --- website/src/data/dependencies-cargo.json | 45 +++++++++++++----------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/website/src/data/dependencies-cargo.json b/website/src/data/dependencies-cargo.json index 73ea0d06..9b30742f 100644 --- a/website/src/data/dependencies-cargo.json +++ b/website/src/data/dependencies-cargo.json @@ -8,6 +8,30 @@ "homepage": "https://github.com/marshallpierce/rust-base64", "declaredName": "base64" }, + { + "name": "objc2", + "version": "0.6.4", + "license": "MIT", + "author": "Mads Marquart ", + "homepage": "https://github.com/madsmtm/objc2", + "declaredName": "objc2" + }, + { + "name": "objc2-app-kit", + "version": "0.3.2", + "license": "MIT OR Zlib OR Apache-2.0", + "author": null, + "homepage": "https://github.com/madsmtm/objc2", + "declaredName": "objc2-app-kit" + }, + { + "name": "objc2-foundation", + "version": "0.3.2", + "license": "MIT", + "author": null, + "homepage": "https://github.com/madsmtm/objc2", + "declaredName": "objc2-foundation" + }, { "name": "process-wrap", "version": "9.1.0", @@ -1460,20 +1484,6 @@ "author": "The Rust Project Developers", "homepage": "https://github.com/rust-num/num-traits" }, - { - "name": "objc2", - "version": "0.6.4", - "license": "MIT", - "author": "Mads Marquart ", - "homepage": "https://github.com/madsmtm/objc2" - }, - { - "name": "objc2-app-kit", - "version": "0.3.2", - "license": "MIT OR Zlib OR Apache-2.0", - "author": null, - "homepage": "https://github.com/madsmtm/objc2" - }, { "name": "objc2-cloud-kit", "version": "0.3.2", @@ -1537,13 +1547,6 @@ "author": "Mads Marquart ", "homepage": "https://github.com/madsmtm/objc2" }, - { - "name": "objc2-foundation", - "version": "0.3.2", - "license": "MIT", - "author": null, - "homepage": "https://github.com/madsmtm/objc2" - }, { "name": "objc2-io-surface", "version": "0.3.2",