Softened package structure rules when srcDir is not specified.

Fixes #469.
This commit is contained in:
Dominik Picheta 2018-09-10 00:24:20 +01:00
commit 9f4081e888
6 changed files with 29 additions and 4 deletions

View file

@ -0,0 +1,15 @@
# Package
version = "0.1.0"
author = "Dominik Picheta"
description = "Correctly structured package myPkg. See #469."
license = "MIT"
# This is inferred implicitly by Nimble:
# installDirs = @["myPkg"]
# installFiles = @["myPkg.nim"]
# Dependencies
requires "nim >= 0.15.0"