updated nimble file
This commit is contained in:
parent
bf1b724742
commit
50bc97790b
1 changed files with 2 additions and 3 deletions
|
|
@ -2,11 +2,10 @@
|
||||||
|
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
author = "Sander Hautvast"
|
author = "Sander Hautvast"
|
||||||
description = "A new awesome nimble package"
|
description = "A mandelbrot fractal using opengl"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
srcDir = "src"
|
srcDir = "src"
|
||||||
bin = @["mandelbrot/mandelbrot"]
|
bin = @["mandelbrot/mandelbrot"]
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
requires "nim >= 1.4.0", "nimgl >= 1.1.5"
|
requires "nim >= 1.4.0", "nimgl >= 1.1.5"
|
||||||
Loading…
Add table
Reference in a new issue