ivanceras / svgbob

Convert your ascii diagram scribbles into happy little SVG
http://ivanceras.github.io/svgbob-editor/
Apache License 2.0
3.88k stars 109 forks source link

Bad dependency in bobsvg/Cargo.toml #114

Open zot opened 2 months ago

zot commented 2 months ago

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

https://github.com/ivanceras/svgbob/blob/a31e1ff5d5047cb0684c3ecbe59e2bdcfe86969a/packages/svgbob/Cargo.toml#L17

ivanceras commented 2 months ago

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

zot commented 2 months ago

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. :(