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

Invalid source/import path: `printed-1.0.1/printed/source` #27

Closed a-ludi closed 3 years ago

a-ludi commented 3 years ago

When importing the printed package into the project the DUB (or the compiler?) issues a warning that the source path is invalid. I think it originates from splitting the package into several sub-packages and should be pretty easy to fix by clearing these paths in dub.json: "importPaths": [], "sourcePaths": []

p0nce commented 3 years ago

do like the examples and use "printed:canvas" as the dependency

a-ludi commented 3 years ago

Yes, I did that. Still, it should be fixed, IMHO.