| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dcr-x86_64-pc-windows-gnu-0.6.5.exe | 2026-05-15 | 8.8 MB | |
| dcr-aarch64-pc-windows-msvc-0.6.5.exe | 2026-05-15 | 4.0 MB | |
| dcr-x86_64-pc-windows-msvc-0.6.5.exe | 2026-05-15 | 4.7 MB | |
| dcr-x86_64-apple-darwin-0.6.5 | 2026-05-15 | 5.3 MB | |
| dcr-aarch64-apple-darwin-0.6.5 | 2026-05-15 | 5.0 MB | |
| dcr-x86_64-unknown-linux-gnu-0.6.5 | 2026-05-15 | 6.0 MB | |
| dcr-x86_64-pc-windows-msvc.exe | 2026-05-13 | 4.7 MB | |
| dcr-x86_64-pc-windows-gnu.exe | 2026-05-13 | 8.8 MB | |
| dcr-aarch64-pc-windows-msvc.exe | 2026-05-13 | 4.0 MB | |
| dcr-x86_64-apple-darwin | 2026-05-13 | 5.3 MB | |
| dcr-x86_64-unknown-linux-gnu | 2026-05-13 | 6.0 MB | |
| dcr-aarch64-apple-darwin | 2026-05-13 | 5.0 MB | |
| README.md | 2026-05-13 | 634 Bytes | |
| v0.6.5 source code.tar.gz | 2026-05-13 | 98.8 kB | |
| v0.6.5 source code.zip | 2026-05-13 | 138.9 kB | |
| Totals: 15 Items | 67.7 MB | 0 | |
Added:
- New dependency registry system
- Package type support (
lib,app,none) indcr.toml - Library packaging functionality: automatically generates
includeandlibdirectories intarget/forlibtype projects - Expanded CI build targets:
- Linux:
aarch64-unknown-linux-gnu,x86_64-unknown-linux-musl,aarch64-unknown-linux-musl - Windows:
aarch64-pc-windows-msvc,x86_64-pc-windows-gnu,aarch64-pc-windows-gnullvm
Changed:
src/core/deps/modular architecture overhaul- Native platform pathing defaults for Linux (now dynamic architecture detection)
- Improved
runcommand output handling