| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dcr-x86_64-pc-windows-msvc.exe | 2026-05-11 | 6.0 MB | |
| dcr-x86_64-apple-darwin | 2026-05-11 | 6.3 MB | |
| dcr-aarch64-apple-darwin | 2026-05-11 | 6.0 MB | |
| dcr-x86_64-unknown-linux-gnu | 2026-05-11 | 7.3 MB | |
| README.md | 2026-05-11 | 559 Bytes | |
| v0.6.0 source code.tar.gz | 2026-05-11 | 97.6 kB | |
| v0.6.0 source code.zip | 2026-05-11 | 137.0 kB | |
| Totals: 7 Items | 25.8 MB | 0 | |
Added:
- Full Git dependency support in
dcr.toml - Support for
git,branch,tag, andrevfields - Automatic cloning and checkout via
git2 - Dependencies are stored in
target/<profile>/deps/git/ - New
dcr addcommand for easy dependency management - Short syntax:
github:user/repo,gitlab:user/repo,path:/to/lib - Automatic GitHub resolution for
git:user/repo - Visual feedback for dependency fetching with in-place status updates ("Fetching" → "Fetched")
- Modular dependency management architecture in
src/core/deps/