initial
This commit is contained in:
commit
68c8e3cfb8
3 changed files with 294 additions and 0 deletions
16
magicmissile.nimble
Normal file
16
magicmissile.nimble
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Failure"
|
||||
description = "foul-magics launcher"
|
||||
license = "GPL-3.0-or-later"
|
||||
srcDir = "src"
|
||||
bin = @["magicmissile"]
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 2.2.0"
|
||||
|
||||
requires "nimgl >= 1.3.2"
|
||||
requires "zippy >= 0.10.16"
|
||||
Loading…
Add table
Add a link
Reference in a new issue