fix: use standard nimble package structure

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
Christopher Arndt 2022-10-10 21:11:19 +02:00
parent 9def17c07c
commit b08a79b8dd
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@ author = "Christopher Arndt"
description = "A Nim wrapper for the JACK C API" description = "A Nim wrapper for the JACK C API"
license = "MIT" license = "MIT"
srcDir = "src"
# Dependencies # Dependencies
requires "nim >= 1.6.0" requires "nim >= 1.6.0"

1
tests/nim.cfg Normal file
View File

@ -0,0 +1 @@
--path:"../src/"