Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/marketing/alternativeto-entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,7 @@ Tag Markup as an alternative to:
- Honest framing: on macOS, Tauri renders via the system WebView (WKWebView) — it's
native, not Electron. Say "native (Tauri/Rust)", don't claim "no webview".
- Add a screenshot or two from `marketing/MarkupScreenshots-mac/` during submission.
- Re-list platforms to include Windows/Linux the day those builds ship — the
cross-platform spike (`.github/workflows/cross-platform-spike.yml`) is the gate.
- Re-list platforms to include Windows/Linux the day those builds ship. CI already
compile-checks both via the `cross-platform` job in `.github/workflows/ci.yml`;
the remaining shipping gates (bundling/signing) are tracked in
`docs/CROSS-PLATFORM-HARDENING.md`.
Loading