2021-01-22 21:04:44 +00:00
|
|
|
version = "0.0.12"
|
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"
|
2020-12-11 01:52:10 +00:00
|
|
|
requires "vmath >= 0.4.0"
|
2020-12-20 00:16:03 +00:00
|
|
|
requires "chroma >= 0.2.1"
|
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"
|
2020-12-09 03:41:49 +00:00
|
|
|
requires "nimsimd >= 0.4.6"
|
2021-01-11 19:30:06 +00:00
|
|
|
requires "bumpy >= 1.0.0"
|