ivanceras / svgbob

Convert your ascii diagram scribbles into happy little SVG

Home Page:http://ivanceras.github.io/svgbob-editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad dependency in bobsvg/Cargo.toml

zot opened this issue · comments

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.

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