You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Package
|
|
|
|
version = "0.1.0"
|
|
author = "cynic"
|
|
description = "tells me shit-to-do"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
binDir = "bin"
|
|
bin = @["shit_to_do"]
|
|
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 1.6.4"
|
|
|
|
requires "sdl2" |