mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-25 21:00:17 +03:00

Note: currently a warning is emitted when building, because dscanner now depends on libdparse 0.22.0, but dsymbol doesn't support it officially yet. We just force it with dub.selections.json to build with 0.22.0 for executable builds.
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"fileVersion": 1,
|
|
"versions": {
|
|
"dcd": "0.15.2",
|
|
"dsymbol": "0.13.0",
|
|
"emsi_containers": "0.9.0",
|
|
"inifiled": "1.3.3",
|
|
"libddoc": "0.8.0",
|
|
"libdparse": "0.22.0",
|
|
"stdx-allocator": "2.77.5"
|
|
}
|
|
}
|