Перенос инициализации в класс MM

This commit is contained in:
Alexander Zhirov 2025-09-16 14:20:21 +03:00
parent 8c388b1123
commit 0b0cf0574c
Signed by: alexander
GPG key ID: C8D8BE544A27C511
5 changed files with 14 additions and 22 deletions

View file

@ -12,22 +12,12 @@ A minimal D wrapper over [xdiff.d](https://git.zhirov.kz/dlang/xdiff) for comput
Add to `dub.json`:
```json
{
"dependencies": {
"sdiff": "~>0.1.0"
}
}
```
Or
```json
{
"dependencies": {
"sdiff": {
"repository": "git+https://git.zhirov.kz/dlang/sdiff.git",
"version": "<hash from git>"
"version": "~>0.1.0"
}
}
}