tjhann / imageformats

Image loading/saving

Home Page:https://code.dlang.org/packages/imageformats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing field in dub file

jaypha opened this issue · comments

Hi.
I tries to use your package in one of my projects. The code itself works fine, however, the dub.json file is missing a field that is needed for projects that use it to compile, namely

"sourcePaths" : [ "." ]

Without this, the compiler won't be able to find your files.

Thanks for the package and thanks for your time.

Regards
Jason

Thanks! Fixed.