nimPNG/nimPNG.nimble

15 lines
317 B
Plaintext
Raw Normal View History

2017-11-03 14:16:04 +02:00
# Package
2017-11-04 16:54:01 +07:00
version = "0.1.9"
2015-08-28 22:56:55 +07:00
author = "Andri Lim"
description = "PNG encoder and decoder"
license = "MIT"
2017-11-03 14:16:04 +02:00
# Deps
requires "nim >= 0.11.2"
task tests, "Run tests":
withDir("tester"):
exec "nim c -r test.nim"
exec "nim c -r testCodec.nim"
exec "nim c -r testSuite.nim"