16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
|
# Package
|
||
|
|
||
|
version = "0.1.0"
|
||
|
author = "buttchicken"
|
||
|
description = "Mystery game in haunted mansion"
|
||
|
license = "MIT"
|
||
|
srcDir = "src"
|
||
|
installExt = @["nim"]
|
||
|
bin = @["geedren-mansion"]
|
||
|
|
||
|
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires "nim >= 1.2.0"
|