ivanceras/svgbob

Bad dependency in bobsvg/Cargo.toml

zot opened this issue · 2 comments

zot commented

This refers to a local path. Changing it to refer to version 0.61.8 appears to work.

sauron = { path = "../../../sauron", default-features = false, features = ["with-jss"]}

Must have checked in my local setup while developing the code.

zot commented

I REALLY like this package but I need to embed HTML in my diagrams (like a list of URLS for a link lablel), so I'm "downgrading" to mermaid. :(