- src/notation.js — web notation engine inlined into pm_e-2.html (@BUILD:include) - rust/pm-ui/src/notation/ — the notation module pm-ui/lib.rs imports - rust/glyphgen/ + rust/assets/bravura/ (Bravura.otf + OFL.txt) — host atlas generator + font src - rust/Cargo.toml (workspace) + rust/.gitignore - assets/bravura.woff2.b64 (web font subset, @BUILD:bravura@) + info-pm_e-2.html Without these a clean checkout couldn't build pm_e-2.html or compile pm-ui. (Left hardware/eda make_svg* + kicad/_svgtest.json untracked — unrelated scratch.)
5 lines
196 B
Text
5 lines
196 B
Text
# Workspace build artifacts (the virtual workspace shares one target/ dir at rust/).
|
|
target/
|
|
Cargo.lock
|
|
# notesim/uisim write PNGs into the CWD when run via the container's default workdir.
|
|
*.png
|