graphviz@8.0.4: Add separate shims for different layout engines (#4727)

* graphviz@8.0.4: add separate shims for different layout engines

Ref #4428

* Update bucket/graphviz.json

---------

Co-authored-by: ShrykeWindgrace <shryke.windgrace@gmail.com>
Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
ShrykeWindgrace 2023-05-23 21:26:32 +02:00 committed by GitHub
parent 776d35922f
commit 8a95c7aeb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,40 @@
"bin\\nop.exe",
"bin\\sccmap.exe",
"bin\\tred.exe",
"bin\\unflatten.exe"
"bin\\unflatten.exe",
[
"bin\\dot.exe",
"circo"
],
[
"bin\\dot.exe",
"fdp"
],
[
"bin\\dot.exe",
"neato"
],
[
"bin\\dot.exe",
"nop2",
"-Knop2"
],
[
"bin\\dot.exe",
"osage"
],
[
"bin\\dot.exe",
"patchwork"
],
[
"bin\\dot.exe",
"sfdp"
],
[
"bin\\dot.exe",
"twopi"
]
],
"checkver": {
"url": "https://gitlab.com/graphviz/graphviz/-/tags?format=atom",