You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polish Supply Chain page and fill in libappindicator crate metadata
- Show the dependency count inline beside each section title and let
descriptions contain explicit newlines (whitespace-pre-line).
- Tighten the intro copy and bundled-runtime description.
- Add cargo author/homepage overrides for libappindicator and
libappindicator-sys, whose published Cargo.toml omits both, so they
link to tauri-apps/libappindicator-rs and credit Tauri Apps
Contributors instead of rendering "Unknown".
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
All bundled libraries are listed below. Thank you to every author and contributor.
191
181
Thanks also to{" "}
192
182
<a
193
183
href="https://github.com/reowens/ascii-splash"
@@ -226,16 +216,15 @@ export function Component() {
226
216
<DependencySection
227
217
title="Bundled Runtime"
228
218
count={runtimeDeps.length}
229
-
unit="runtimes"
230
-
description="The Node.js runtime shipped as a Tauri sidecar with the Standalone app, pinned exactly in standalone/.node-version and verified against the bundled binary at build time, so this version provably matches what ships. Node bundles V8, OpenSSL, and other components under their own licenses. The VS Code extension bundles no runtime — it runs on the editor's own Electron Node, the same runtime VS Code uses for its integrated terminal."
219
+
description={"The Standalone app ships a bundled NodeJS, which bundles other components under their own licenses.\nThe VS Code extension bundles no runtime — it runs on the editor's own Electron Node."}
231
220
>
232
221
<PackageTabledeps={runtimeDeps}/>
233
222
</DependencySection>
234
223
235
224
<DependencySection
236
225
title="npm Dependencies"
237
226
count={npmDeps.length}
238
-
description="Runtime npm packages used by the standalone app, VS Code extension, and shared terminal UI."
227
+
description="Runtime npm packages used by both the Standalone app and the VS Code extension."
0 commit comments