nim-mandelbrot/mandelbrot.nimble
joachimschmidt557 b04db1ba95 Add nimble file
2019-04-20 13:59:33 +02:00

13 lines
229 B
Nim

# Package
version = "0.0.1"
author = "joachimschmidt557"
description = "Mandelbrot in nim"
license = "GPL-3.0"
bin = @["main"]
# Dependencies
requires "nim >= 0.19.9"
requires "stbimage >= 2.3"