2021-03-26 21:10:11 +00:00
|
|
|
version = "1.1.2"
|
2020-11-20 02:45:43 +00:00
|
|
|
author = "Andre von Houck and Ryan Oldenburg"
|
|
|
|
description = "Full-featured 2d graphics library for Nim."
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
srcDir = "src"
|
|
|
|
|
|
|
|
requires "nim >= 1.2.6"
|
2021-03-26 21:10:11 +00:00
|
|
|
requires "vmath >= 1.0.0"
|
2021-03-12 03:39:21 +00:00
|
|
|
requires "chroma >= 0.2.5"
|
2020-11-20 02:47:51 +00:00
|
|
|
requires "zippy >= 0.3.5"
|
2020-12-27 00:29:49 +00:00
|
|
|
requires "flatty >= 0.1.3"
|
2021-01-27 08:07:21 +00:00
|
|
|
requires "nimsimd >= 1.0.0"
|
2021-03-26 21:10:11 +00:00
|
|
|
requires "bumpy >= 1.0.3"
|
2021-02-27 21:41:00 +00:00
|
|
|
|
|
|
|
task docs, "Generate API documents":
|
|
|
|
exec "nim doc --index:on --project --out:docs --hints:off src/pixie.nim"
|