fix: use standard nimble package structure
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
This commit is contained in:
parent
9def17c07c
commit
b08a79b8dd
|
@ -5,6 +5,8 @@ author = "Christopher Arndt"
|
|||
description = "A Nim wrapper for the JACK C API"
|
||||
license = "MIT"
|
||||
|
||||
srcDir = "src"
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 1.6.0"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
--path:"../src/"
|
Loading…
Reference in New Issue