| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dcr-x86_64-pc-windows-msvc.exe | 2026-04-11 | 4.6 MB | |
| dcr-x86_64-apple-darwin | 2026-04-11 | 5.2 MB | |
| dcr-x86_64-unknown-linux-gnu | 2026-04-11 | 5.9 MB | |
| dcr-aarch64-apple-darwin | 2026-04-11 | 4.9 MB | |
| README.md | 2026-04-11 | 915 Bytes | |
| v0.5.0 source code.tar.gz | 2026-04-11 | 91.7 kB | |
| v0.5.0 source code.zip | 2026-04-11 | 128.5 kB | |
| Totals: 7 Items | 20.8 MB | 0 | |
Added:
- Full inheritance system for all config sections:
build,toolchain,run,workspace,dependencies - Order:
section.target.profile→section.profile.target→section.target→section.profile→section inherit = falseto disable inheritance completely- Target-specific overrides:
[build.linux],[toolchain.windows],[run.macos], etc. - Cross-compilation support with
--target <triple> - Full target triples and short names (
linux,macos,windows) - Target-specific config sections:
[build.<target>],[toolchain.<target>],[run.<target>] - Workspace and dependencies support target/profile inheritance
- Multiple targets build:
[build.targets]to build for multiple targets simultaneously - Target directory structure:
target/<target>/<profile>/(native or triple) - Updated documentation with cross-compilation guide and Arch Linux examples