diff options
| -rw-r--r-- | nigui.nimble | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nigui.nimble b/nigui.nimble index 4d4f666..4f5e524 100644 --- a/nigui.nimble +++ b/nigui.nimble @@ -7,3 +7,5 @@ license = "MIT" # Deps requires "nim >= 0.17.0" + +srcDir = "src" |
