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

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

View file

@ -14,20 +14,13 @@ Add to `dub.json`:
```json
{
"dependencies": {
"sdiff": "~>0.1.0"
}
}
```
Or
```json
{
"libs": [
"xdiff"
],
"dependencies": {
"sdiff": {
"repository": "git+https://git.zhirov.kz/dlang/sdiff.git",
"version": "<hash from git>"
"version": ">=0.1.0"
}
}
}