ctucx.git: nimexif

nim-wrapper for libexif

commit 41f5017d153ff14de0046940d63788897b705502
parent 219c2ab6541b35466c41f0d6cf25c159445da23f
Author: Milan Pässler <milan@petabyte.dev>
Date: Sat, 13 Mar 2021 13:44:18 +0100

add installFiles to nimble file
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/exifnim.nimble b/exifnim.nimble
@@ -7,6 +7,7 @@ license       = "GPL-3.0"
 srcDir        = "./"
 bin           = @["example"]
 installDirs   = @["exifnim"]
+installFiles  = @["nim.cfg"]
 
 # Dependencies
 requires "nim >= 1.4"