boomer/boomer.nimble

9 lines
213 B
Plaintext
Raw Normal View History

2019-08-07 16:30:18 +00:00
version = "0.0.1"
author = "me"
description = "Zoomer application for boomers"
license = "MIT"
srcDir = "src"
2019-09-26 00:14:57 +00:00
bin = @["boomer"]
2019-08-07 16:30:18 +00:00
2019-08-21 16:59:34 +00:00
requires "nim >= 0.18.0", "x11 >= 1.1", "opengl >= 1.2.3"