ctucx.git: nimexif

nim-wrapper for libexif

commit 219c2ab6541b35466c41f0d6cf25c159445da23f
parent cb50f1eadf29512c434abcfa32d381ad93f7cf8e
Author: Milan Pässler <milan@petabyte.dev>
Date: Sat, 13 Mar 2021 13:43:02 +0100

add installDir in nimble file
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/exifnim.nimble b/exifnim.nimble
@@ -6,6 +6,7 @@ description   = "Read exif data using libexif"
 license       = "GPL-3.0"
 srcDir        = "./"
 bin           = @["example"]
+installDirs   = @["exifnim"]
 
 # Dependencies
 requires "nim >= 1.4"