aboutsummaryrefslogtreecommitdiff
path: root/docs/baseline/current-project-audit.md
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-07-18 10:55:16 +0300
committerValentin Popov <valentin@popov.link>2026-07-18 10:55:16 +0300
commitf952593e27a2ea8222f2a0d3fa545654ce073c6b (patch)
treed99f01457864dcf6f21ba5df500fb0886a14c835 /docs/baseline/current-project-audit.md
parente166b3afffd9d6579ce01f16fea7d8e27d9b9bf0 (diff)
downloadfparkan-f952593e27a2ea8222f2a0d3fa545654ce073c6b.tar.xz
fparkan-f952593e27a2ea8222f2a0d3fa545654ce073c6b.zip
chore(toolchain): limit installed targets to windows
Diffstat (limited to 'docs/baseline/current-project-audit.md')
-rw-r--r--docs/baseline/current-project-audit.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/baseline/current-project-audit.md b/docs/baseline/current-project-audit.md
index 2d8ca25..04d32e3 100644
--- a/docs/baseline/current-project-audit.md
+++ b/docs/baseline/current-project-audit.md
@@ -11,6 +11,9 @@ Result on 2026-07-18:
- canonical pipeline passes locally with Rust 1.97.1: formatting, policy,
shader provenance, workspace tests, `clippy`, docs and `cargo deny` are
executed through `cargo xtask ci`;
+- `rust-toolchain.toml` pins Rust 1.97.1 and installs only the
+ `x86_64-pc-windows-msvc` target; Linux and macOS target installation is not
+ part of the default developer setup;
- internal path dependencies are version-pinned and the Windows-only winit
graph enables only `rwh_06`, excluding Unix window-system dependencies;
- `cargo deny` runs without advisory exceptions in the supported Windows graph.