importsort-d

Sort and format imports in DLang
Log | Files | Refs | README

commit ea2d2f6435eaa2babdafd8a14c26cc07e147e737
parent 9ba9f604de5c56574755a5fb5ca58de81ca4a399
Author: Christian Köstlin <[email protected]>
Date:   Fri, 22 Dec 2023 13:09:15 +0100

fix: Use $PACKAGE_DIR to reference the assets folder

Otherwise a `dub fetch importsort-d` followed by a
`dub run importsort-d` fails to compile.

Diffstat:
Mdub.sdl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/dub.sdl b/dub.sdl @@ -5,6 +5,7 @@ copyright "Copyright © 2022, Friedel Schoen" license "zlib" dflags "-Jassets" +dflags "-J$PACKAGE_DIR/assets" targetType "executable" targetPath "bin" targetName "importsort-d"