2021-01-25 16:18:15 +00:00
|
|
|
version = "0.0.20"
|
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"
|
2021-01-27 08:07:21 +00:00
|
|
|
requires "nimsimd >= 1.0.0"
|
2021-01-25 03:31:12 +00:00
|
|
|
requires "bumpy >= 1.0.1"
|