Add nimble file
This commit is contained in:
parent
a2b3711939
commit
b04db1ba95
2 changed files with 13 additions and 0 deletions
13
mandelbrot.nimble
Normal file
13
mandelbrot.nimble
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# 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"
|
||||||
BIN
three.bmp
Normal file
BIN
three.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 B |
Loading…
Add table
Add a link
Reference in a new issue