mirror of
https://github.com/status-im/nimPNG.git
synced 2025-01-12 05:34:16 +00:00
9 lines
184 B
Nim
9 lines
184 B
Nim
[Package]
|
|
name = "nimPNG"
|
|
version = "0.1.0"
|
|
author = "Andri Lim"
|
|
description = "PNG encoder and decoder"
|
|
license = "MIT"
|
|
|
|
[Deps]
|
|
Requires: "nim >= 0.11.2" |