AuburnSounds / printed

Generate PDF/SVG/HTML with D, with a Canvas-style API. Now with a flow document emitter.
36 stars 7 forks source link

Non-optional dependency printed:image of printed not found in dependency tree #20

Closed dkorpel closed 5 years ago

dkorpel commented 5 years ago

When trying to build my dub project depending on this package (0.0.9) , I get the error:

Non-optional dependency printed:image of printed not found in dependency tree!?.

Looking at the package format, I see:

    "dependencies":
    {
        "printed:canvas": "*",
        "printed:font": "*",
        "printed:image": "*"
},

But the sub-packages are named font, canvas and htmlcolors, not image. Is the package description incorrect or am I doing something wrong?

p0nce commented 5 years ago

Hello, try v0.0.10 when it's on the registry!

dkorpel commented 5 years ago

Thanks for the quick fix!

p0nce commented 5 years ago

My pleasure! Thanks for submitting the issue